Skip to main content
Glama

v1 / Post Details

get_v1_post_details

v1 / Post Details Group: v1 Endpoint (Old Sora App). Billing per call: 1 Credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
generation_idNoAllowed Generation ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

D1.9/5.0
Behavior2/5

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

No annotations exist, so the description carries the full burden. It discloses billing per call (a minor operational detail) but says nothing about side effects, return behavior, rate limits, or whether it's read-only. With no annotations and a generic endpoint label, the agent has no idea what this tool does behaviorally beyond the billing hint.

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

Conciseness2/5

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

While very short, it's under-specified rather than concise. The content is mostly metadata (group, endpoint, billing) rather than actionable guidance. It fails to earn its place by omitting essential purpose and usage information. No front-loading of critical details.

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

Completeness1/5

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

Given the tool's single parameter locked to a specific generation_id, no output schema, and a vague description, the agent cannot infer what the call returns, what 'Post Details' means, or how it relates to siblings. The description is far from complete for a two-line call tool.

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 has one parameter (generation_id) with a description ('Allowed Generation ID'), giving 100% schema coverage. However, the tool description adds no additional semantics about how to use the parameter or what it represents. Per rubric, baseline 3 is appropriate since schema covers it well, though the parameter description itself is ambiguous ('Allowed' is unclear).

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

Purpose2/5

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

The description is 'v1 / Post Details Group: v1 Endpoint (Old Sora App). Billing per call: 1 Credits.' It essentially restates the tool name without a clear verb+resource action. It doesn't explicitly say 'retrieve details for a specific generation/post' or distinguish from sibling 'get_v2_post_details_and_replies'. Purpose is vague and under-specified.

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

Usage Guidelines1/5

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

No guidance on when to use this tool versus siblings. There's no mention of prerequisites, when to call it, or when not to. The description provides zero usage context beyond a billing note.

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.

Resources