cuba_tools
Search for tools by capability (audit, decay, contradiction, session) and load their schemas on demand. Choose detail level: names, summary, or full schema.
Instructions
Find cuba-memorys tools and load their schemas ON DEMAND. The server exposes 29 tools; under CUBA_TOOL_PROFILE=lean only the everyday core is pre-loaded and the rest live here. Search by capability ('audit', 'decay', 'contradiction', 'session'), then call what you find with cuba_call. detail='names' is cheapest, 'full' returns the exact argument schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Filter by capability — matches tool names and descriptions. Omit to list everything. | |
| detail | No | names: just the names. summary (default): name + description. full: the complete JSON Schema, which is what you need to call the tool correctly. |