Skip to main content
Glama

osint-terminal

Stringmetrics

stringmetrics

String Metrics: Length, entropy, character breakdown

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It states the core outputs and implies a pure read/calculate operation, but it does not define the entropy method, character breakdown granularity, or behavior with the default empty string.

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 text is extremely short and front-loads the most important information: which metrics are computed. No filler is present; it loses a point only for repeating the tool name's concept in a fragment rather than using a full sentence.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple single-parameter read-only metric tool, this is nearly sufficient: the output categories are named and an output schema exists. It is slightly incomplete because it never tells the agent when to prefer it over nearby siblings or exactly how the default parameter is handled.

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, q, and the schema provides no semantic description. The tool description strongly implies q is the string to analyze, but q is never named or explicitly explained, and the default empty-string behavior is left to the schema alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a concrete resource ('string metrics') and enumerates the exact outputs: length, entropy, and character breakdown. It is not a tautology because it lists specific metrics, but it omits an explicit verb and does not directly contrast with sibling tools like entropy or wordcount.

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

Usage Guidelines2/5

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

There is no guidance on when to call this versus the many sibling tools such as entropy, wordcount, or passentropy. Context is entirely absent; an agent has to infer that this is the right general-purpose metrics tool.

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.

Resources