Skip to main content
Glama

CURRENT SEA - Ambiguity Scan

scan_ambiguity

Find wording that may need clarification.

Use this when an agent needs an inexpensive, deterministic, explainable check for vague timing, quantities, references, commitments, or standards. The service retains invocation metadata but never the submitted text. Signals are possible issues, not proof of ambiguity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesText to inspect; it is processed but not retained.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.3/5.0
Behavior4/5

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

There are no annotations, so the description carries the behavioral disclosure burden. It does this well by stating that invocation metadata is retained but submitted text is not, and that signals are 'possible issues, not proof of ambiguity.' It also describes the tool as inexpensive, deterministic, and explainable, which helps set expectations.

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?

The description is short but information-dense. The core purpose is front-loaded in the first sentence, followed by usage context and important behavioral caveats. Every sentence earns its place without repetition or filler.

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 tool has one well-documented parameter and an output schema, so the description does not need to explain return values. It covers when to use it, what it does, and important privacy/interpretation caveats. Nothing essential for an agent to invoke it correctly appears to be missing.

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?

There is only one parameter and the schema description already covers it with 'Text to inspect; it is processed but not retained.' The tool description reinforces the non-retention point but does not add new semantic meaning about the parameter beyond what the schema provides, so the baseline of 3 is appropriate.

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 verb and resource: 'Find wording that may need clarification.' It clearly identifies the tool's function and even outlines the kinds of ambiguity it targets (vague timing, quantities, references, commitments, standards). With no sibling tools, this is sufficient for an agent to know exactly what the tool does.

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: 'Use this when an agent needs an inexpensive, deterministic, explainable check...' This gives clear context and expected conditions. It does not mention when not to use it or name alternatives, but since there are no sibling tools, this is not a significant gap.

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

A4.3/5.0
Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools.

Naming Consistency5/5

The single tool 'scan_ambiguity' follows a clear verb_noun pattern, which is consistent and descriptive.

Tool Count3/5

With only one tool, the server falls below the typical 3-15 range, making the surface feel thin for a general-purpose server, though it may be acceptable for a narrow utility.

Completeness4/5

The tool covers the core ambiguity-checking function well, but as a single operation it lacks auxiliary features like batch processing or result retrieval, representing minor gaps.

Resources