# POST /agent-ops/tool-log

**Resource:** [Agent Ops](./agent-ops.md)  
**MCP tool:** `create_agent_tool_log`  
**Scopes:** `agent-ops:write`  
**Write operation:** yes

Log an agent tool call.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `tool_name` | body | string | yes |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/agent-ops/tool-log"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"tool_name":"..."}'
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`