Skip to main content
Glama

Get Report Sections

mirofish_get_report_sections
Read-onlyIdempotent

Retrieve all generated sections of a report. Poll during generation to get sections as they complete.

Instructions

Get all generated sections of a report. Can be polled during generation to get sections as they complete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
report_idYesThe report ID
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety. The description adds valuable behavioral context beyond annotations: the tool returns partial results during generation and can be polled. This is not apparent from the annotations alone, providing useful transparency about how the tool behaves over time.

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 exactly two sentences, front-loaded with the core purpose and followed by a concise usage detail. Every word earns its place, with no redundancy or irrelevant information.

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 read-only tool with one parameter and strong annotations, the description is sufficiently complete. It states what the tool does, when to use it (polling during generation), and the partial-result behavior. No output schema exists, but given the low complexity, the description covers the essential context for selection and invocation.

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

Parameters3/5

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

The input schema covers 100% of the single parameter report_id with a basic description 'The report ID.' The tool description adds no additional meaning about the parameter beyond what the schema already provides, so the baseline score of 3 is appropriate.

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 uses a specific verb+resource: 'Get all generated sections of a report.' The inclusion of 'all' clearly distinguishes it from the sibling tool get_report_section (singular), making the scope explicit. The additional note about polling during generation further specifies the tool's purpose.

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 mentions a use case: 'Can be polled during generation to get sections as they complete.' This gives clear context for when the tool is appropriate. However, it does not explicitly state when not to use it or mention alternatives such as get_report_section for a single section, so it falls short of a 5.

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/thisisaman408/mirofish-mcp-server'

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