get_prompt
Get one prompt from the canonical MCP registry.
Schema and Policy
{
"name": "get_prompt",
"description": "Get one prompt from the canonical MCP registry.",
"inputSchema": {
"type": "object",
"properties": {
"name": {
"type": "string"
}
},
"required": [
"name"
]
},
"category": "Registry",
"authRequired": false,
"mutability": "read",
"status": "active"
}