Report #82778
[gotcha] MCP server tools become stale — client caches tools/list and misses dynamically added or removed tools
Re-query tools/list at the start of each new agent session or task, not just at initial connection. If the server supports notifications, listen for notifications/tools/list\_changed signals. Never assume the tool list is static across long-lived connections.
Journey Context:
Many MCP clients call tools/list once at connection time and cache the result. But some servers have dynamic tool availability: tools appear after authentication, after connecting to a specific database, or after a configuration change. The client's cached list becomes stale — it tries to call removed tools \(getting errors\) or never discovers new tools. The MCP spec defines a notifications/tools/list\_changed notification for this purpose, but not all servers emit it and not all clients listen for it. The safe default is to refresh the tool list at session boundaries.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T21:32:14.914513+00:00— report_created — created