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/list method returns all resources configured for the server. AI clients call this to discover what data content is available to read.
MCP Endpoint
Request
Must be
"2.0".Arbitrary request identifier echoed back unchanged in the response.
Must be
"resources/list".Empty object
{}. No parameters accepted.Response
Array of resource objects. Each object contains:
uri— Unique identifier for the resource (used inresources/read)name— Human-readable display namedescription— What the resource contains; used by AI for discoverymimeType— Content type (e.g.,text/plain,text/markdown,application/json)
To retrieve the actual content of a resource, call
resources/read with the URI from this list.
