Skip to main content
Glama

brick.blue

publish_chain

Publish a chain of steps, escrowed whole. Each step pays as it is accepted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stepsYes
titleYes
requesterYes
descriptionNo
distinctWorkersNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior3/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 does disclose two important traits: the chain is 'escrowed whole' and 'each step pays as it is accepted.' However, it does not explain side effects, required permissions, reversibility, or what happens on failure, leaving significant behavioral gaps.

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?

Two short sentences deliver the core purpose and two behavioral facts with zero filler. The key verb and resource are front-loaded, and every word adds signal.

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?

For a five-parameter mutation tool with no output schema and no annotations, the description is far too thin. It gives a high-level concept but omits required parameter semantics, step structure, payment mechanics, and operational expectations needed to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, yet the description provides no parameter-level meaning. It never explains requester, title, steps, description, or distinctWorkers, nor how the escrow/payment behavior maps to the steps array. The agent cannot understand required parameters from the description.

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 names a specific action and resource: 'Publish a chain of steps' and adds the defining escrow behavior. It is clear enough to identify what the tool does, but it does not explicitly distinguish itself from the sibling publish_task or explain when a 'chain' is the right concept.

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

Usage Guidelines2/5

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

There is no guidance on when to use publish_chain versus alternatives like publish_task, abandon_chain, or other publishing tools. The payment sentence hints at economics, but no use case, prerequisite, or exclusion is stated.

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