Skip to main content
When an AI agent can’t find the right tool on your server, the user hits a dead end and you never hear about it. Report missing tools closes that feedback loop. MCPcat gives the agent a way to flag what it was looking for, so you can see exactly which capabilities are missing and how often users need them. This feature is enabled by default — no configuration needed.

What You’ll See

missing tool event in session replay
Missing tool requests show up in two places: Sessions list — The Issues column flags sessions where clients reported missing tools, alongside any errors. This gives you a quick sense of how often users are hitting gaps. Session Replay — Missing tool events appear in the timeline with a warning badge. Click one to see what the client was looking for and the context behind the request. This is where you’ll find the detail you need to decide what to build next.

Disabling the Feature

If you don’t want MCPcat to add the get_more_tools tool to your server, disable it:
mcpcat.track(mcpServer, "proj_abc123xyz", {
  enableReportMissing: false
})