Skip to main content
Glama

sdk_status

Read-only

Check SDK generation request status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_idYesRequest ID from sdk_generate.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior2/5

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

Annotations declare readOnlyHint=true, so the safety profile is known. The description adds no behavioral context beyond the name—no mention of polling, response format, or error behavior. With the readOnly hint already provided, the description carries little additional transparency.

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 wasted words. It is appropriately sized for the tool's simplicity.

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 one-parameter read-only status tool, the description is minimal but not fatally incomplete. It lacks any mention of return value structure or polling behavior, but given the low complexity and readOnly annotation, it is borderline adequate. A more detailed description could clarify expected statuses, but the agent can likely proceed.

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?

Schema coverage is 100% because the request_id parameter is fully described as 'Request ID from sdk_generate.' The description adds nothing beyond the schema, so the baseline of 3 applies.

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 states a specific verb (check) and resource (SDK generation request status), clearly distinguishing it from siblings like sdk_generate (which triggers generation), sdk_download, and sdk_list. The purpose is unambiguous.

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 usage by referencing the request ID from sdk_generate in the parameter schema, but it does not explicitly state when to use this tool versus alternatives or when not to use it. The context is inferable but not made explicit.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.