We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aws-powertools/powertools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
constants.ts•269 B
const name = 'fetch_doc_page' as const;
const description =
'Fetches the content of a Powertools documentation page and returns it as markdown.' +
'Use this after finding relevant pages with search_docs to get detailed information.';
export { name, description };