MCPHub Docs

Browsing and Filtering

Navigate the tool call audit log with filters, pagination, and the detail drawer.

Browsing and Filtering

Tool Calls page

Go to Tool Calls in the sidebar. The table shows all tool calls in your workspace, newest first, with 50 rows per page.

Columns

ColumnDescription
Tool nameThe MCP tool that was called
ServerWhich MCP server handled the call
CallerThe agent or system that made the call
StatusSuccess or error
DurationWall-clock time (ms)
TimeWhen the call happened

Filters

Use the filter bar at the top to narrow results:

  • Server — filter to a specific MCP server
  • Status — show only successes, only errors, or both
  • Caller — filter by caller agent name
  • Date range — custom start/end timestamps
  • Tool name — search by tool name (partial match)

Filters are combined with AND logic.

Detail drawer

Click any row to open a detail drawer showing the full tool call record:

  • All fields including raw error message
  • A link to the server's detail page
  • A link to the specific tool in the Tool Playground
  • JSON preview of input/output metadata

Exporting

The audit log is queryable via the API for bulk export. Use GET /api/v1/tool-calls with filter params and paginate through results.

Tool call API endpoint

On this page