Get documentation page
get_docRetrieve the full Markdown of a documentation page by path, or fetch a single section by anchor or heading. Use search_docs or list_docs to find paths.
Instructions
Return the full markdown of a documentation page by path, or a single section of it. Use search_docs or list_docs to find paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Page path from search_docs or list_docs, e.g. "guides/getting-started". Extensions and "docs://" prefix are accepted. | |
| section | No | Return only this section: an anchor ("#install" or "install") or the heading text. |