Skip to main content
Glama

Mission — Trust Graduation Gate

Mission Draft Queue

mission_draft_queue
Read-onlyIdempotent

Return local drafts and approval packets waiting for human review. Read-only; never sends or creates Gmail drafts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
itemsYes
summaryNo
workspaceYes
generated_atYes
no_executionYes

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering the core behavioral traits. The description adds value by explicitly stating 'never sends or creates Gmail drafts,' which clarifies the tool's scope beyond the annotations' binary flags. There is no contradiction with annotations.

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, front-loaded with the main action, and every sentence adds value. There is no redundant or irrelevant information, making it highly efficient.

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?

Given the output schema exists, the description does not need to detail return values. The tool has a simple interface (one optional parameter), and the description covers its core purpose and safety. However, the lack of parameter documentation is a minor completeness gap, preventing a perfect score.

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 input schema has one parameter (limit) with zero description coverage. The tool description does not mention or explain this parameter. The agent must rely solely on schema properties (type, default, min, max) to infer its purpose, which is insufficient for optimal use. The description fails to compensate for the low schema coverage.

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 clearly states the tool returns local drafts and approval packets waiting for human review, using a specific verb ('Return') and resource ('local drafts and approval packets'). It distinguishes from siblings by explicitly stating it never sends or creates Gmail drafts, which differentiates it from tools like mission_prepare_email_draft or mission_send.

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 implies usage context (retrieving items for human review) and emphasizes safety with 'Read-only; never sends or creates Gmail drafts.' However, it does not explicitly provide when-to-use or when-not-to-use conditions or name alternative tools, despite the sibling list offering many related options.

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.

TDQS

B3.3/5.0
Disambiguation4/5

Most tools have distinct purposes, such as mission_market_radar vs mission_learning_status. However, mission_open_approval_packet and mission_prepare_approval_packet are very similar, causing potential confusion. Overall, the differences are clear enough for an agent.

Naming Consistency3/5

The majority of tools follow the mission_verb_noun pattern, but a few (get_receipt, log_action, request_approval) lack the prefix. Additionally, verbs like prepare, open, start are used inconsistently. This mix reduces predictability.

Tool Count2/5

With 29 tools, the server is overloaded. Many tools are read-only status checks that could be consolidated into fewer, broader tools. The count feels excessive for the server's scope.

Completeness3/5

The server covers many aspects of trust graduation (approvals, receipts, connectors, status), but it is notably missing execution tools for actions after approval. As a gating layer, it is comprehensive, but the lack of post-approval actions feels like a gap.