Skip to main content
Glama

get_format

Retrieve details of a specific event format by its format ID to understand its properties and attributes.

Instructions

Get details of a specific event format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
format_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

B3.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. 'Get details' reasonably implies a read-only fetch, but the description does not mention permissions, error behavior, or whether archived or deleted formats are included. It is not misleading, just minimal.

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 a single, front-loaded sentence with no filler or redundant content. Every word earns its place for this simple one-parameter getter.

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

Completeness3/5

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

For a simple one-parameter lookup with an output schema, the description is minimally adequate. It identifies the resource and the singular selection, but it does not mention the closely related list_formats tool or provide usage context such as prerequisites or expected error scenarios.

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 should compensate for the undocumented format_id parameter. It loosely maps to 'a specific event format', but it does not explain how to obtain the ID, what values are valid, or clarify the parameter beyond its property name and title.

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 clearly identifies a retrieval action ('Get details') and a specific resource ('a specific event format'). The word 'specific' signals a single-record lookup and distinguishes it from list_formats, though it does not explicitly name the sibling.

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

Usage Guidelines3/5

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

The description implies the tool is used when you need details for one event format, especially versus list_formats for enumerating formats. However, it does not explicitly state when to use it, when not to use it, or name alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools