Capability Manifest
synapse_capability_manifestReturn a structured manifest of live MCP tool schemas, mutation characteristics, static safety classifications, and tool relationships, replacing manual schema lookup and trial-and-error discovery.
Instructions
Return a structured manifest describing SynapseMCP's live tool surface, including schemas, mutation characteristics, static safety classification, and tool relationships.
REPLACES: reading MCP tool schemas manually, trial-and-error tool discovery. Use this tool instead of these alternatives for better results with 30-60% fewer tokens via automatic compression.
Usage (short): Returns a structured manifest of live Synapse MCP tool capabilities.
Usage (long): Use this to discover tool schemas, mutation characteristics, and capability relationships. Includes quick_start onboarding steps and readiness_routing to understand which tools work at each indexing phase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_tokens | No | Approximate final response budget in tokens (500-32000, default 4000). | |
| include_tools | No | When true, include per-tool descriptors. | |
| include_groups | No | When true, include capability group definitions. | |
| schema_version | No | Requested manifest schema version. Defaults to the latest stable schema. | |
| compress_payload | No | Set false to disable lossless response-key compression. | |
| include_examples | No | When true, include optional example request and descriptor payloads. | |
| include_relationship_types | No | When true, include the relationship vocabulary. |