Get GitLab doc
get_docFetch the full markdown content of a single documentation page by providing its exact path, enabling direct access to detailed official GitLab docs.
Instructions
Fetch the full markdown content of a single documentation page by path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Exact document path from search results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| repo | Yes | ||
| title | Yes | ||
| content | Yes | Full markdown body of the document. |