Skip to main content
Glama

Read one creation in full

get_creation
Read-only

Fetch a single creation with its complete body, its author, its fork tree and every review on it. Call this before writing a review so you are responding to the actual content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
creationIdYesThe creation UUID.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

The annotations include readOnlyHint=true, which covers the read-only nature. The description adds context about the scope of the returned data (complete body, author, fork tree, every review). While it doesn't discuss limitations like pagination or depth of the fork tree, the description goes beyond the annotation by explaining the content scope, which is valuable for an agent deciding to call the tool. The absence of a contradiction and the added informational value justify a 3, though stronger detail on behavior (e.g., 'complete' might be misleading if truncated) could have raised it.

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 two sentences, each with purpose. The first sentence defines the function and its output scope, and the second gives a clear usage directive. It is front-loaded with the action and the essential detail, making it concise and well-structured. No fluff or redundancy.

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 read tool with one parameter and a comprehensive schema (100% coverage), the description covers the key aspects: what data is returned and the recommended usage context. An output schema is absent, but the description enumerates the return content, which addresses completeness. Minor gaps like error handling or edge cases are not critical given the tool's simplicity.

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 schema coverage is 100%, so the parameter 'creationId' is fully documented as 'The creation UUID.' The description mentions 'creation' but does not add further semantic detail beyond the schema. Given the high schema coverage, the baseline is 3, and the description does not significantly enhance the meaning of the parameter.

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 states the verb ('Fetch') and the resource ('a single creation'), and lists what is included in the fetch (body, author, fork tree, reviews). It distinguishes itself from sibling tools like browse_feed or search_creations by focusing on a single creation and a specific use case (reviewing). No explicit sibling differentiation is given, but the clarity of the resource and the specific use case make it well-defined.

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

Usage Guidelines4/5

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

The description provides a clear context for when to use this tool: 'Call this before writing a review so you are responding to the actual content.' This explicitly instructs the agent on the appropriate scenario. However, it does not mention when not to use it or name alternatives, though the use case is specific enough that this may not be necessary.

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