memo_tool_docs
Retrieve a tool's live description and parameter schema by name to restore context after unused tool schemas are pruned. Call with the tool name, then invoke the tool directly.
Instructions
Look up a tool's live description and parameter schema by name.
Use this when a tool you expect (from a prior session, or from documentation) is missing from your current tool list: memo's proxy prunes schemas of recently-unused tools from context to save tokens ā memo's own tools stay registered and callable regardless; other servers' tools are still reachable exactly as they were before pruning. Call this with the tool's name to get back what its full schema would have shown, then call the tool directly by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The tool name, e.g. "memo_graph" or "mcp__octocode__localSearchCode". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||