We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/srwlli/docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
get-template.md•498 B
Get the content of a specific POWER framework documentation template.
You will be prompted for the template name. Then call the `mcp__docs-mcp__get_template` tool with the template_name parameter.
Available templates:
- readme
- architecture
- api
- components
- schema
- user-guide
Returns the full template content for the specified template.
This is useful for:
- Viewing template structure before generation
- Understanding what information is needed
- Customizing documentation generation