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.
prompts/list method returns all prompt templates configured for the server, including their names, descriptions, and argument schemas. AI clients call this to discover what prompt templates they can retrieve.
MCP Endpoint
Request
Must be
"2.0".Arbitrary request identifier echoed back unchanged in the response.
Must be
"prompts/list".Empty object
{}. No parameters accepted.Response
Array of prompt objects. Each object contains:
name— Machine-readable identifier (used inprompts/get)description— What the prompt does; used by AI clients for discoveryarguments— Array of argument definitions, each withname,description, andrequired
To retrieve the rendered content of a prompt with arguments substituted, call
prompts/get.
