TheDocumentation Index
Fetch the complete documentation index at: https://docs.getmcp.com/llms.txt
Use this file to discover all available pages before exploring further.
resources/read method returns the full content of a resource. The URI must match one returned by resources/list.
MCP Endpoint
Request
Must be
"2.0".Arbitrary request identifier echoed back unchanged in the response.
Must be
"resources/read".The URI of the resource to read (e.g.
"docs://api-overview"). Must match a URI returned by resources/list.Response
Array containing a single content object with:
uri— The resource URI echoed backmimeType— Content type of the resourcetext— The full resource content as a string
Request Parameters
The URI of the resource to read. Must exactly match a URI from
resources/list.For
wp_query and url data source types, the content is fetched fresh on each resources/read call. For static resources, the content is returned directly from the stored value.
