Skip to main content
Glama
dbett4

regulated-reporting-mcp

by dbett4

workiva_get_presentation_slide

Retrieve a single presentation slide from Workiva by providing the presentation UUID and slide ID.

Instructions

Get a single presentation slide.

Args: presentation_id: The presentation UUID slide_id: The slide ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slide_idYes
presentation_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

The description says 'Get' which implies a read-only operation, but with no annotations provided, it carries the full burden of behavioral disclosure. It does not mention whether any side effects occur, what the response structure is (though an output schema exists), or any authentication or error conditions. This is minimal but not misleading.

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

Conciseness4/5

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

The description is compact and to the point, with no extraneous words. The Args block is a clear, structured list. However, it is under-specified in terms of behavioral context, but that is captured in other dimensions; for conciseness, it earns a high score for zero waste.

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

Completeness2/5

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

The tool is simple, but the description lacks any contextual completeness: no mention of use cases, relationship to presentations (e.g., that slide_id belongs to the specified presentation), or guidance on navigating from a list of slides. The output schema exists, so return details are covered, but the surrounding context of when and how to use this tool is absent. For a simple get-by-ID operation, this is borderline, but the lack of any contextual hints makes it insufficient.

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 description adds a small amount of meaning by labeling presentation_id as 'The presentation UUID' and slide_id as 'The slide ID,' which goes slightly beyond the bare schema titles ('Presentation Id', 'Slide Id'). However, with 0% schema description coverage, the description does not fully compensate—it does not clarify how to find these IDs or what format the slide_id takes.

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

Purpose4/5

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

The description states 'Get a single presentation slide' — a clear verb and resource, and the word 'single' distinguishes it from listing all slides. However, it does not explicitly differentiate from sibling tools like workiva_get_presentation (which retrieves a presentation, not a slide) or workiva_update_presentation_slide, though these differences are inferable from the resource names.

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?

No guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites (e.g., how to obtain a slide_id), no exclusions, and no comparison to sibling tools like workiva_list_presentation_slides or workiva_get_document_section. The description simply states the action without any contextual usage advice.

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