Skip to main content
Glama
dbett4

regulated-reporting-mcp

by dbett4

workiva_get_document_section

Retrieve a specific section from a Workiva document using its document UUID and section UUID. Access the exact content needed for regulated financial reporting.

Instructions

Get a single document section.

Args: document_id: The document UUID section_id: The section UUID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
section_idYes
document_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It only says 'Get' which implies a read operation, but does not disclose what exactly is returned, whether permissions are required, or how errors are handled. There is no context about the response structure or any side effects, making it minimally transparent.

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: a single action sentence followed by a brief Args block. Every line earns its place by stating the core purpose and the two required parameters. There is no redundant information, and the structure is easy to parse.

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?

For a simple getter with two required parameters and an output schema present, the description is mostly complete. It covers the action and the parameters, and the output schema handles return values. However, it lacks any usage context or mention of error behavior, but this is a minor gap for such a straightforward operation.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It lists 'document_id: The document UUID' and 'section_id: The section UUID,' which adds only the fact that these are UUIDs. This is a marginal clarification beyond the schema's type 'string' and does not explain what a document or section is, or how the identifiers relate.

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 'Get a single document section,' which uses a specific verb ('Get') and resource ('document section'). It distinguishes this from sibling tools like list_document_sections (which lists sections) and create/delete/copy operations. The inclusion of document_id and section_id clarifies the scope as retrieving one specific section.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, such as workiva_list_document_sections or workiva_get_document. It neither mentions prerequisites nor scenarios where this tool is preferable. The usage is only implied by the action itself, which is insufficient per the rubric.

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/dbett4/regulated-reporting-mcp'

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