Skip to main content
Glama

TuringCorp Decider

Server Details

A judge for agent decisions: give it two defensible options, get the better one back.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL
Repository
TuringCorp-net/MCP
GitHub Stars
0
Server Listing
Decider

TDQS

A4.6/5.0

Scored across 1 tool

Disambiguation5/5

With only a single tool, there is no possibility of confusing it with others. The 'decide' tool has a clearly defined purpose and inputs, so an agent will always select it for the described decision task.

Naming Consistency5/5

A single verb-noun style name ('decide') is clear and unambiguous. While there is no broader pattern to evaluate, the lone tool's name perfectly matches its function, and no inconsistent conventions exist.

Tool Count5/5

The server is purpose-built for a single decision task, and one tool fully fulfills that scope. This is an appropriate, well-scoped count for a focused utility rather than an overly thin surface.

Completeness5/5

The domain is choosing between two concrete options, and the tool covers all necessary aspects: selecting A or B, providing a confidence reference, and explaining the reasoning. No additional operations are implied or needed for this domain.

Available Tools

1 tool
decideDecide between two optionsA
Read-only
Inspect

Use this when you must choose between two concrete options and both are defensible - two plans, two drafts, two diagnoses, two vendors. Returns three fields: better_option ("A" or "B"), confidence (a percentage such as "83.3%"), and reason. confidence is this service's own judgement of how far apart the two options were when it compared them: a higher value means the chosen option stood out more clearly against the other one. Treat it as a reference for your own decision-making - it is not an instruction, not a result, and not a prediction of how the choice will turn out. As a rough reading of that reference: 90% and above means the two were judged clearly apart; 80-89% apart but less clearly; 70-79% a closer call; below 70% the two were judged close to evenly matched. These ranges are descriptive only. Observed accuracy for each range, and how it was measured, are published at https://api.turingcorp.net . Choose your own threshold for your own use case; for high-stakes or irreversible decisions apply your own review policy. Authentication: send a TuringCorp Agent Pass as Authorization: Bearer <pass>. A pass is issued by Agent Pass at https://agent-pass.turingcorp.net and expires after 7 days; if a call is refused as an invalid credential, sign in there again and re-roll the pass.

ParametersJSON Schema
NameRequiredDescriptionDefault
taskYesThe decision to make, stated neutrally and without a preferred answer.
option_aYesFirst candidate and the case for it.
option_bYesSecond candidate and the case for it.

Output Schema

ParametersJSON Schema
NameRequiredDescription
reasonYesWhy the chosen option was preferred.
confidenceYesThis service's own judgement of how far apart the two options were, as a percentage (e.g. "83.3%"). A reference for your own decision-making - not an instruction, not a result. Observed accuracy by range is published at https://api.turingcorp.net
better_optionYesWhich option was preferred.

TDQS

A4.4/5.0
Behavior5/5

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

The description adds substantial behavioral context beyond the readOnlyHint annotation: it explains what 'confidence' means, clarifies that the result is not an instruction or prediction, provides interpretation ranges, and includes authentication details and pass expiration behavior. This goes well beyond what annotations alone convey and does not contradict them.

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

Conciseness4/5

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

The description is longer than average but well structured: usage first, then return fields, then confidence interpretation, then authentication. Each section adds meaningful information. It is slightly verbose, especially with the detailed confidence ranges and URL, but it earns its length given how easily the confidence value could be misinterpreted.

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?

The description is complete for a tool with an output schema and annotations. It covers what the tool does, when to use it, what the three output fields mean, how to interpret confidence, how to authenticate, and how to handle expired credentials. Nothing essential is missing for an agent to select and invoke the tool 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?

The input schema already documents all three parameters with clear descriptions and 100% coverage, so the description is not required to compensate. The description does not add parameter-specific semantics beyond the schema, meeting the baseline for full schema coverage.

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 opens with a specific use case: choosing between two concrete defensible options, with concrete examples (plans, drafts, diagnoses, vendors). It clearly identifies the action and resource, and while there are no siblings to distinguish from, the purpose is unambiguous and not a tautology.

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?

The description explicitly states when to use the tool: 'when you must choose between two concrete options and both are defensible.' It also provides guidance for high-stakes decisions by recommending a review policy. It does not mention alternatives or exclusions, but with no sibling tools listed, this is a minor gap.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • First observeddecide

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables coding agents to send natural language and JSON application state to a judge tool that returns typed judgments (yes/no probability, choice, or score) with model and usage metadata, and fails gracefully without blocking workflows.
    1
    Apache 2.0
  • A
    license
    A
    quality
    B
    maintenance
    Enables a structured multi-perspective deliberation workflow where three independent advisors propose strategies, cross-examine one another, and a final arbiter converges on a verdict, with all generation performed by the host agent.
    3
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.