Skip to main content
Glama

ChronoKey

text.structure

Extract structured entities from unstructured text. Returns a strict, stable JSON schema containing emails, URLs, phone numbers, ISO dates, typed numbers, IPv4 addresses, hashes (md5/sha1/sha256), social mentions and hashtags, plus word/char/line counts. Deterministic, no external calls. Costs $0.008 USDC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe unstructured text to extract entities from. Max 20,000 characters.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations are empty, so the description carries the full burden of behavioral disclosure. It explicitly states the tool is deterministic and makes no external calls, which is critical for agent safety. Mentioning the cost adds transparency, though it does not discuss potential side effects, which are unnecessary for a pure extraction operation.

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 three concise sentences with no redundancy. The purpose is front-loaded, and the additional details about determinism and cost are presented compactly, making it easy for an agent to scan.

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?

The description covers the purpose, output content (entity types), and operational characteristics (determinism, cost). Since there is no output schema, listing the entity types gives a reasonable picture of the return structure. No critical detail is missing for an agent to call the tool correctly, though an example or explicit return format would push it to a 5.

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 already documented in the schema with its max length. The description reinforces that the input is 'unstructured text' and lists the entity types it will extract, providing context about the function's behavior. However, it does not add new formatting or syntax details beyond the schema, so it remains at the baseline for high 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 clearly states the tool extracts structured entities from text and enumerates the specific entity types (emails, URLs, phone numbers, etc.). This distinguishes it from sibling tools like health, timestamp, and uuid, which likely handle different text operations.

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?

The description provides no guidance on when to use this tool versus the sibling tools. It only explains what it does and its reliability/cost, leaving the agent to infer usage context without explicit alternatives or 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.