nextjs_docs
Fetch official Next.js documentation by path. Obtain the path from the documentation index first, then use this tool to retrieve the docs.
Instructions
Fetch Next.js official documentation by path.
IMPORTANT: You MUST first read the nextjs-docs://llms-index MCP resource to get the correct path. Do NOT guess paths.
Workflow:
Read the
nextjs-docs://llms-indexresource to get the documentation indexFind the relevant path in the index for what you're looking for
Call this tool with that exact path
Example: nextjs_docs({ path: "/docs/app/api-reference/functions/refresh" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Documentation path from the llms.txt index (e.g., '/docs/app/api-reference/functions/refresh'). You MUST get this path from the nextjs-docs://llms-index resource. | |
| anchor | No |