memoryguard_capabilities
Discover all registered MCP and GUI operations with current headless availability. Query by name or domain, paginate results, and include JSON schemas when needed.
Instructions
Discover registered MCP operations and every GUI operation with its current headless availability. Reads only V2 manifest state and registry metadata; requires no memory binding or source access. Use operation/query plus offset pagination; request include_schema=true only for a selected page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | page size | |
| query | No | optional English or Chinese search text | |
| domain | No | optional capability domain, such as knowledge, codegraph, or runtime | |
| offset | No | zero-based page offset | |
| operation | No | optional exact MCP or GUI operation name | |
| include_schema | No | include MCP JSON Schemas for this page |