Skip to main content
Glama

outcome_quote

Free quote for a verifiable HumanMirror Outcome contract. Describe the objective or provide an outcome_type; the quote returns the deterministic verifier, selected internal tool and success-only credit cost.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYesJSON input for the requested outcome.
optionsNoOptional operation-specific options.
criteriaNoOptional measurable success threshold.
objectiveNoNatural-language objective, for example: clean this JSON and make the result stable.
outcome_typeNoOptional explicit outcome type returned by a previous quote.

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the burden and it does well by naming three concrete outputs and the success-only pricing behavior. It doesn't mention side effects or auth requirements, but the word 'quote' and the focus on returned data make the non-executing nature reasonably clear.

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 sentences with no filler; the first states purpose and the second gives invocation pattern and return contents. Easy to parse and front-loaded.

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 essential purpose and return values are documented, but with five parameters, no output schema, and no annotations, an agent would still guess how input, options, and criteria combine or what to do with the quote token. Good enough for a first call, not fully complete.

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?

It adds useful meaning for objective and outcome_type (natural-language description vs prior quote result), but the required input parameter is left ambiguous. Schema coverage is complete, so this is a minor but real gap.

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 identifies the action (produce a free quote for a HumanMirror Outcome contract) and lists what the quote contains: deterministic verifier, selected internal tool, and success-only credit cost. This makes it distinct from outcome_run and outcome_verify without needing to name them.

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?

It implies this is the preliminary step before running or verifying an outcome by instructing users to describe the objective or pass a prior outcome_type. However, it never explicitly says when to prefer outcome_quote over outcome_run/outcome_verify or states any 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.

TDQS

A3.7/5.0
Disambiguation4/5

The tools divide cleanly into nexus routing and outcome contract flows, but magnet_resolve and nexus_search both perform free task-to-tool matching, which could cause an agent to pause over which discovery path to use. All other tools have clearly distinct roles.

Naming Consistency5/5

Every tool follows the same noun_verb snake_case pattern: magnet_resolve, nexus_call, nexus_search, outcome_quote, outcome_run, outcome_verify. The prefix groups reinforce the two subsystems while keeping a single consistent naming convention.

Tool Count5/5

Six tools is well-scoped for a bridge/marketplace server: two for standard Nexus discovery and execution, one fallback discovery mechanism, and three for the Outcome contract lifecycle. Each tool earns its place without redundancy.

Completeness5/5

The server covers the full agent-facing workflow: discover a tool, execute it, and separately quote, run, and verify success-only Outcome contracts. It also records capability gaps through magnet_resolve, leaving no obvious dead end for the stated purpose.

Resources