insp_resources_templates
List available resource templates from an MCP server to inspect its capabilities and structure.
Instructions
List resource templates exposed by an MCP server.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | No | Command to run the MCP server (e.g., 'node', 'python') | |
| args | No | Arguments to pass to the command (e.g., ['build/index.js']) | |
| url | No | URL for SSE/HTTP transport (alternative to command) | |
| transport | No | Transport type (auto-detected if not specified) | |
| headers | No | HTTP headers for SSE/HTTP transport |