Find SAP Tools By Category
sap_find_tools_by_categoryFind on-chain tool descriptors by specifying a tool category name or numeric ID. Retrieve tools with optional hydration and limit control.
Instructions
Find on-chain tool descriptors by SDK tool category name or numeric category. SAP MCP context: Read-only SAP SDK wrapper against the configured Solana RPC and SAP program. Use these reads to inspect current chain state before mutating registry, payment, reputation, memory, or tool accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of tools to return (default: 50) | |
| hydrate | No | Whether to include full hydrated tool descriptors in results (default: true) | |
| category | No | Tool category name (e.g. "defi", "infrastructure") or numeric category ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |