Skip to main content
Glama
mcdonaldsam
by mcdonaldsam

get_sections

Retrieve full text of specific document passages using chunk IDs from search or TOC results. Each section includes text, headings, word count, and citation.

Instructions

Load specific document sections by their chunk IDs (max 50 per request).

Use after search or get_document_toc to retrieve full text of specific passages. Each section includes its text, heading path, word count, and citation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chunk_idsYesList of chunk IDs to load (get these from search results or TOC). Max 50 per request.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses max 50 per request limit and what each section includes. Could mention read-only nature or error behavior, but sufficient for a read operation.

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?

Three sentences with no waste. Front-loaded with purpose, then usage context, then return content. Every sentence earns its place.

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?

With output schema present, description need not detail return values. It covers usage context, limit, and content. Complete for a single-parameter tool.

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 coverage is 100% with description of chunk_ids as 'List of chunk IDs to load (get these from search results or TOC). Max 50 per request.' Description adds context beyond schema: source of IDs and limit, enhancing meaning.

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 'Load specific document sections by their chunk IDs', a specific verb and resource. Differentiates from siblings by specifying use after search or get_document_toc, and implies it is for specific passages not full document or TOC.

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 states when to use: 'Use after search or get_document_toc'. Implies not to use for full document (get_document_full) or TOC (get_document_toc), providing clear context and alternatives.

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/mcdonaldsam/point-mcp'

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