We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sparesparrow/mcp-prompts'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
use-mcp-prompts-list.json•937 B
{
"name": "use-mcp-prompts-list",
"description": "Demonstrates how to use the list_prompts MCP tool",
"content": "# Listing Available Prompts\n\nTo see all available prompts in the system:\n\n<mcp-tool-call>\n<tool>list_prompts</tool>\n<args>{}</args>\n</mcp-tool-call>\n\nThis returns all prompts available for use. You can also filter by category:\n\n<mcp-tool-call>\n<tool>list_prompts</tool>\n<args>{\"category\": \"cognitive\"}</args>\n</mcp-tool-call>\n\nOr by tags:\n\n<mcp-tool-call>\n<tool>list_prompts</tool>\n<args>{\"tags\": [\"embedded\", \"debugging\"]}</args>\n</mcp-tool-call>\n\nThe response includes prompt metadata like name, description, tags, and whether it's a template requiring variables.",
"arguments": [],
"tags": [
"mcp-usage",
"self-documenting",
"meta",
"tool-demonstration"
],
"isTemplate": true,
"metadata": {
"layer": 4,
"domain": 1,
"abstractionLevel": 6
}
}