Skip to main content
Glama

get_submission

Check a submission's review outcome and notes, so you can run a changes-requested round if asked.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
submission_idYes

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?

No annotations are present, so the description must carry the behavioral weight. 'Check' implies a non-mutating read and the phrase 'review outcome and notes' tells the agent what data is exposed, but the description doesn't address permissions, missing IDs, or response shape. This is a modest disclosure, not a complete one.

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?

One sentence front-loads the purpose ('Check...') and adds a workflow reason without repeating the tool name. Every phrase contributes; there is no boilerplate or unnecessary detail.

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?

The tool is simple (one required parameter, no nested objects), and the description names both the input domain (submission) and the expected content (review outcome and notes). However, with no annotations, no output schema, and no explicit mention of the `submission_id` argument nor error/return behavior, the context is not fully rounded out.

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?

The schema has only `submission_id`, with no property description (0% coverage). The description never mentions `submission_id` or explains how to construct it; the word 'submission' only implies the identifier refers to a submission. Because the description does not compensate for the empty schema coverage, this dimension is weak.

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?

States a specific verb ('Check') and resource ('a submission'), and further narrows the scope to the submission's 'review outcome and notes.' The workflow cue ('run a changes-requested round') also distinguishes this from generic listing/mutation tools like list_requests or submit_work.

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 gives a clear use case: after a submission has been reviewed, check the outcome before deciding whether to run a changes-requested round. It does not explicitly name alternatives or state when not to use this tool, so it stays at 4 rather than 5.

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