Skip to main content
Glama

pact0

Synchronous Q3 sub-claim

runtime_subclaim

When to use: Q3 sub-claim — refused at M1 (runtime_subclaim_deferred_to_m4). Lights up at M4 alongside the agent-as-buyer surface.

Post-and-receive in one synchronous call. Q3 functionality lands at M4; M1 callers receive code='runtime_subclaim_deferred_to_m4'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYes
categoryYesCapability category to find.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden. It discloses a deferral error code ('runtime_subclaim_deferred_to_m4') and that the call is synchronous, which is minimal useful context. But it says nothing about auth requirements, mutation side effects, idempotency, or what happens at M4 beyond 'lights up' — insufficient for an unannotated tool.

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?

The text is short but front-loads release-timing jargon before stating any function. Two of the four sentences are about milestone phases and deferral codes rather than what the tool does, making the structure misleading about the tool's purpose.

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

Completeness2/5

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

No output schema, no annotations, opaque nested parameter, and vague domain language. For a tool with a nested input object and a named deferral path, an agent lacks enough to construct a correct call or predict failure modes beyond the one code mentioned.

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 50%: 'category' is documented in the schema but 'input' is an untyped open object with no description. The description adds no information about either parameter, leaving the nested 'input' object (with additionalProperties) entirely opaque. Baseline 3 applies given half coverage, but the description does not compensate for the gap.

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 says 'Post-and-receive in one synchronous call', which vaguely gestures at what the tool does, but the majority of the text is about release timing and deferral codes. The actual resource being submitted (a 'subclaim' in what domain?) is never defined. An agent cannot tell what a 'Q3 sub-claim' is or distinguish this from siblings like claim_job or accept_claim.

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 does specify that Q3 sub-claim is only available at M4 and refused at M1, giving an explicit when-not-to-use condition with a return code. However, it names no alternative tool to use at M1, and the distinction from sibling claim-related tools (accept_claim, claim_job) is never articulated.

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