Skip to main content
Glama

Get research guidance document

get_research_guidance_doc
Read-onlyIdempotent

Retrieve the full text of a guidance document using its unique ID to quote passages or follow a checklist end-to-end.

Instructions

Use this AFTER search_research_guidance when you need the full text of a guidance document (not just the matched excerpt), for example to quote a passage or follow a checklist end-to-end. Pass the doc_id from a search hit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYesGuidance document UUID.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsYes
titleYes
authorNo
doc_idYes
contentNoThe full guidance document text, reassembled from its sections. Use this to quote a passage or follow a checklist end to end (vs the matched excerpt from search_research_guidance).
sectionsNoThe same body split by section heading, in document order.
source_urlNo
author_affiliationNo
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive; description adds sequencing context (after search) and purpose, but no additional behavioral traits beyond that.

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?

Single sentence with clear imperative and front-loaded usage guidance; every word is purposeful.

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

Completeness5/5

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

For a simple retrieval tool with one param and output schema, the description fully covers when and how to use, meeting the needs of an AI agent.

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

Parameters5/5

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

Schema has high coverage (1 param described), and description adds value by noting doc_id comes from a search hit, not just any UUID.

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?

Clearly states the tool retrieves the full text of a guidance document after search, distinguishing it from search_research_guidance which only returns excerpts.

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

Usage Guidelines5/5

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

Explicitly says when to use (after search_research_guidance when full text needed) and provides examples (quoting, following checklist). Specifies to pass doc_id from search hit.

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/RetrogradeLabs/lune-mcp-server'

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