Skip to main content
Glama

MCPFax Agent Continuity

How far along is the join

barrier_status
Idempotent

Progress on a join point: how many of the expected participants have signalled, which ones, who is still outstanding, and whether the completion or timeout envelope has been queued. $0.002 ONLY when there is real progress to report (at least one signal) AND the answer has changed since you last paid for it — an untouched barrier, or a repeat of an answer you already bought, costs nothing and says so. Costs $0.002 USDC per call via x402 on Base, and ONLY when signals >= 1, and this exact progress state has not been billed before; otherwise the same call returns the full answer and settles nothing. Authenticate with Authorization: Bearer , or pass agent_key as an argument if your host cannot set headers. Equivalent HTTP route: POST /v1/barrier/status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_keyNoYour agent_secret, if your MCP host cannot set the Authorization header. Prefer the header.
barrier_idYesThe barrier to inspect. Example: 'quarterly-rollup-2026q3'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / agent_key / examples
      Added value: +[
      +  "the agent_secret that register returned"
      +]
  2. Changed1 schema field changed
    • addedInput schema / properties / barrier_id / examples
      Added value: +[
      +  "quarterly-rollup-2026q3"
      +]
  3. First observed

TDQS

A3.9/5.0
Behavior5/5

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

The description is unusually transparent: it details exact metering conditions ('$0.002 ONLY when there is real progress... AND the answer has changed'), the no-charge repeat behavior, auth requirements, and the equivalent HTTP route. These go well beyond the annotations and are consistent with idempotentHint=true and destructiveHint=false.

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

Conciseness3/5

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

The description is front-loaded with purpose and is information-dense, but it is somewhat redundant: the billing condition is stated twice in similar terms ('$0.002 ONLY when...' and 'Costs $0.002 USDC per call... and ONLY when...'). Trimming that duplication would make it tighter without losing meaning.

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

Completeness5/5

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

With no output schema, the description carries the burden of explaining return semantics, and it does: it enumerates the reported data, the no-progress case, the no-charge case, and the auth path. For a 2-parameter status tool, this is complete enough for an agent to select and invoke it correctly.

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 description coverage is 100%, so the schema already documents barrier_id and agent_key fully, including examples and the head-vs-argument preference. The description adds no substantive parameter meaning beyond reiterating the auth option, so the baseline 3 is appropriate.

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 identifies the tool as a status inspection for a join point, listing the exact information it reports: how many participants signalled, which ones, who is outstanding, and whether completion/timeout envelope has been queued. It is easy to distinguish from barrier_create and barrier_signal by semantic role, though it does not explicitly name or contrast those siblings.

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 opening 'Progress on a join point' implies this is the tool to call when monitoring barrier advancement, and the billing caveats suggest it is a read-style query. However, there is no explicit guidance about when to choose it over alternatives such as barrier_create or barrier_signal, nor any stated exclusions.

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