Skip to main content
Glama

doc_get

Retrieve a specific document from a HoloViz project by providing its path. Use doc_list to discover valid document paths first.

Instructions

Retrieve a specific document by path and project.

Use this tool to look up a specific document within a project.

Tip: Use the doc_list tool first to discover valid document paths for a project, then pass the exact source_path value here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesThe relative path to the source document as returned by doc_list (e.g., "doc/about/index.md", "doc/how_to/callbacks/periodic.md"). Note: paths include a project-specific prefix such as "doc/".
projectYesthe name of the project (e.g., "panel", "panel-material-ui", "hvplot", "my-custom-project")

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesThe title of the document.
urlYesThe URL of the rendered, target document.
projectYesThe project to which the document belongs.
source_pathYesThe path to the document within the project.
source_urlYesThe URL to the source document.
is_referenceYesIndicates if the document is a reference guide.
descriptionNoA brief description of the document.
contentNoThe content of the documentation, if available. In Markdown format if possible.
relevance_scoreNoRelevance score of the document, where 1 is the highest score indicating an exact match.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It states the tool retrieves a document, which implies a read-only operation, but does not disclose error handling, authentication needs, or any side effects. The description is adequate but could be improved with more behavioral details.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise, with two sentences and a tip. The first sentence immediately states the purpose, and the tip provides actionable guidance. Every sentence earns its place with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (2 required parameters, 100% schema coverage, and an output schema), the description is nearly complete. It covers the core action, parameter usage, and a workflow tip. It does not explain the return value, but that is acceptable since an output schema exists.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema coverage is 100%, so baseline is 3. The description adds value by explaining the path format with examples and the tip about using 'doc_list' to get valid paths, which goes beyond the schema's descriptions and helps the agent understand how to use the parameters correctly.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Retrieve') and the resource ('a specific document'), along with the required parameters (path and project). It distinguishes itself from the sibling tool 'doc_list' by specifying that it retrieves a specific document, not a list.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use this tool to look up a specific document within a project' and provides a tip to use 'doc_list' first to discover valid paths. This gives clear context on when to use the tool and suggests an alternative, though it does not explicitly state when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MarcSkovMadsen/holoviz-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server