TOOL API

list_docs_resources

<use_case> Lists all available Neon documentation pages by fetching the index from https://neon.com/docs/llms.txt. Returns a markdown index of documentation page URLs (with .md file endings) and titles that can be fetched individually using the get_doc_resource tool. Use this tool when: - You need to find the right Neon documentation page for a topic - The user asks about Neon features, setup, configuration, or best practices - You want to discover what documentation is available before fetching a specific page - The user says "Get started with Neon" or similar onboarding phrases </use_case> <workflow> 1. Call this tool (no parameters needed) to get the full list of Neon docs pages 2. Identify the relevant page(s) based on the user's question 3. Use the get_doc_resource tool with the page slug (including .md extension) to fetch the full content </workflow> <important_notes> - This tool returns a markdown index of all Neon documentation pages with their .md URLs - Documentation URLs use .md file endings (e.g. https://neon.com/docs/guides/prisma.md) - Always call this tool first before using get_doc_resource to find the correct slug - Do not guess documentation page slugs — use this index to find them </important_notes>

devOAuth1 credits

Call information

Tool slug
mcp-server-neon.list_docs_resources
Provider
Neon
Average response
0 ms
Calls in 7 days
0

Input parameters

This tool does not require input parameters.