insp_resources_read
Read resources from MCP servers to inspect their capabilities and content. Specify the resource URI and connection details to retrieve data for testing and analysis.
Instructions
Read a specific resource from 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 | |
| uri | Yes | URI of the resource to read |