Skip to main content
Glama

osint-terminal

Uuid

uuid

UUID Parser: Version/variant + v1 timestamp/MAC (offline)

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.3/5.0
Behavior3/5

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

With no annotations, the description bears the full transparency burden. It usefully discloses that the tool works offline and what information it extracts (version/variant and v1 timestamp/MAC). It does not disclose behavior on invalid UUIDs, empty input, or multiple inputs, but the existence of an output schema reduces the need to document return values.

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 extremely compact and front-loaded: it states the tool's role first, then the key extraction details, then the offline behavior. Every word contributes meaningful information, and there is no redundant or filler text.

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

Completeness3/5

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

The tool is low-complexity with a single optional parameter, and an output schema is present, so the description does not need to explain return values. However, the missing parameter semantics for q and the lack of guidance distinguishing this from uuid_validate leave notable gaps for an agent deciding how to invoke and route this tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema documents q only as a string with an empty default, and schema description coverage is 0%. The description never mentions q, leaving an agent to infer that q should contain a UUID from the tool name and purpose. This is minimal indirect guidance, not explicit semantic clarification.

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 clearly identifies the resource (UUID) and the action (parse), and specifies what is extracted: version/variant and v1 timestamp/MAC. It implicitly differentiates from the sibling uuid_validate by framing this as a parser rather than a validator, though it does not name that sibling explicitly.

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

Usage Guidelines3/5

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

The parenthetical "offline" gives context for when this tool is appropriate, and the word "Parser" implies it is for parsing rather than validation or generation. However, it never explicitly states when to use this tool versus alternatives like uuid_validate, and provides no exclusion or routing guidance.

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