Skip to main content
Glama

Spool creation

create_spool

Create a production Spool (the agreement object) from structured terms and acceptance criteria. Use when both parties will participate in the agreement lifecycle; do not use for one-call unilateral verification. This persists a proposed agreement and may send the counterparty invite reported in the response handoff block. The type field defaults to the person or business service path, while agent selects the agent settlement rail. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoservice
termsYes
valueYes
partiesYes
agreementNo
economicsNo
conditionsYes
deliverableYes
gated_actionNo
dispute_policyNo
gated_action_noteNo

TDQS

A4.2/5.0
Behavior5/5

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

The description discloses important side effects and constraints beyond the minimal annotations: 'persists a proposed agreement', 'may send the counterparty invite', response handoff block, and the production-only API key requirement. It also notes sandbox unavailability, which is critical for an agent deciding whether the call can succeed.

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?

Four dense sentences with no filler. Purpose, use conditions, side effects, and production configuration are front-loaded in a logical order. Every sentence adds actionable information.

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 description covers the tool's role in the lifecycle, side effects, response handoff, and environment requirements, which orients an agent well. However, given the schema is very complex, has no output schema, and zero parameter description coverage, the description could have explained the intended meaning of core required inputs and what the response handoff block contains.

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?

Schema description coverage is 0%, so the description must compensate, but it only clarifies the type default and agent settlement rail. The five required parameters (parties, value, deliverable, terms, conditions) get no semantic explanation beyond their property names, leaving a large, nested schema largely unexplained.

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 uses a specific verb 'Create' with a precise resource ('production Spool (the agreement object)') and names the input ('from structured terms and acceptance criteria'). It also distinguishes the tool from siblings by explicitly excluding one-call unilateral verification, which orients the agent toward bilateral agreement lifecycle use.

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?

'Use when both parties will participate in the agreement lifecycle; do not use for one-call unilateral verification' gives clear when-to-use and when-not-to-use conditions. However, it does not name a specific alternative sibling tool, so an agent must infer that another tool (e.g., verify or propose) covers unilateral verification.

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

A3.7/5.0
Disambiguation3/5

Most tools target distinct lifecycle states, but several pairs blur together: abandon_spool vs cancel_spool vs decline_spool all end/refuse an agreement, and verify_result vs verify_spool are both verification entry points. The descriptions help disambiguate, but an agent could easily select the wrong one without close reading.

Naming Consistency4/5

All tool names follow a consistent snake_case verb_noun pattern, which is predictable and readable. The main deviation is semantic: complete_spool is actually a read-only compatibility operation rather than a completion action, and create_spool vs compile_spool both suggest creation.

Tool Count4/5

16 tools is slightly above the ideal 3-15 range, but each tool maps to a meaningful part of the Spool lifecycle: drafting, proposing, accepting, amending, canceling, evidence, verification, payment commitment, events, and invites. The count feels heavy but not bloated.

Completeness3/5

The set covers the core agreement lifecycle well, including draft, propose, accept/decline, amend, cancel, evidence, verify, payment commitment, and audit events. Notable gaps remain: there is no list/search tool, no explicit settlement/disbursement step after verification, and the canonical recipe mentions verifyReceipt without exposing a matching tool.

Resources