read_mcp_resource.md

 1Reads a resource from an MCP server and returns its contents.
 2
 3<when_to_use>
 4Use this tool to fetch a specific resource URI exposed by an MCP server.
 5</when_to_use>
 6
 7<usage>
 8- Provide MCP server name and resource URI
 9- Returns resource text content
10</usage>
11
12<parameters>
13- mcp_name: The MCP server name
14- uri: The resource URI to read
15</parameters>
16
17<notes>
18- Returns text content by concatenating resource parts
19- Binary resources are returned as UTF-8 text when possible
20</notes>