MCP Calls
cmd/crewship/cmd_admin_extras.go wraps GET /api/v1/mcp-tool-calls. Lists recent MCP tool invocations across the workspace — useful for tracking which external integrations are doing real work and which are dormant.
crewship mcp-calls
Each row in the response carries the tool name, the agent that called it, the arguments, and the outcome.
| Flag | Type | Default | Effect |
|---|---|---|---|
--limit <n> | int | 50 | Max calls to return. Sent as ?limit=. |
--filter <expr> | string | (unset) | Pipe the JSON output through the jq binary (must be installed and on PATH). If jq is missing, the raw, unfiltered output is printed instead. |
Examples
jq is the most useful pretty default.
See also
crewship mcp— install and configure MCP integrations.crewship integration— broader integration management.crewship audit— workspace audit trail (MCP calls are also journaled).