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 };