Skip to main content
Glama

Watermarked text, Scan

text_scan_v1
Read-onlyIdempotent

Free. Scans a text string for invisible Unicode characters, homoglyphs, and normalization issues. Returns a risk score and a detailed report. Use this tool before text_purge_v1 to inspect suspicious content. Free, no payment required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe text to scan for hidden characters and homoglyphs.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNo
isCleanNo
riskScoreNo
flaggedCharsNo
isNormalizedNo
categoryCountsNo
homoglyphMatchesNo
normalizationFormNo

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description need not restate safety. It adds behavioral context by noting that it returns a risk score and detailed report, which is useful beyond the safety hints. No contradictions exist.

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

Conciseness3/5

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

The description is only a few lines but contains redundant wording: 'Free' appears twice and 'Free, no payment required' is a duplicate. The core purpose and usage are front-loaded, but the extra repetition prevents a higher score.

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?

For a simple tool with one parameter, output schema, and strong annotations, the description covers purpose, usage context, and return value. No essential information 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 only parameter 'text' is fully described in the schema ('The text to scan for hidden characters and homoglyphs'). The description mentions similar scanning targets but adds no additional syntax, format, or constraint details, so it does not elevate beyond the baseline.

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 states it scans text strings for invisible Unicode characters, homoglyphs, and normalization issues, which is specific and distinct from sibling tools like domain_check_v1 and text_purge_v1. The phrase 'Use this tool before text_purge_v1' further differentiates its role in a workflow.

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

Usage Guidelines5/5

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

Explicitly provides a usage directive: 'Use this tool before text_purge_v1 to inspect suspicious content.' This tells the agent when to use the tool and names an alternative/successor tool, making selection straightforward. The repeat of 'Free' reinforces cost-related selection criteria.

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.6/5.0
Disambiguation5/5

Each tool has a distinct purpose: domain_check_v1 vs domain_check_batch_v1 differ by number of domains, domain_check_score_v1 vs domain_check_v1 differ by detail level, and the batch variants mirror this. text_scan_v1 and text_purge_v1 are clearly complementary (detect vs fix). No two tools overlap in function.

Naming Consistency5/5

All tool names follow the pattern <noun>_<verb>_v1, with optional _score and _batch modifiers. The naming is perfectly consistent and predictable, making it easy to infer the tool's behavior from its name.

Tool Count4/5

Six tools is within the ideal range, but the server mixes two unrelated domains (domain resilience and text sanitization). While each sub-domain is well-covered, the combined focus makes the server feel slightly less coherent than a single-purpose toolkit.

Completeness5/5

The domain tools cover single/batch and score/detailed variants, providing a complete workflow for resilience assessment. The text tools cover scanning and fixing, which is a complete workflow for that sub-domain. No obvious gaps exist in either area.

Resources