Skip to main content
Glama

Validate SeznamBot IP

validate_ip

Check whether an IP address (IPv4 or IPv6) is a genuine SeznamBot IP address, verified against SeznamBot's published IP data on seoapi.com.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYesThe IPv4 or IPv6 address to validate

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the burden. It discloses the verification source (seoapi.com) and IP types supported, but lacks details on rate limits, caching, error handling, or side effects.

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 a single, concise sentence that effectively communicates the tool's purpose without any extraneous information.

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?

Given the simple input (1 parameter, no output schema) and no sibling tools, the description adequately covers the tool's behavior. It could mention the return value type, but the purpose is clear.

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?

Schema coverage is 100% as the 'ip' parameter has a description. The tool description adds minimal value beyond the schema; it reiterates IPv4/IPv6 support already present in the schema.

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 validates IPv4 or IPv6 addresses against SeznamBot's published IP data. The verb 'Check' and resource 'IP address' are specific, and the tool's unique purpose is well-defined with no sibling ambiguity.

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 description implies usage for verifying SeznamBot IPs but provides no explicit guidance on when to use or avoid this tool, nor any mention of alternative tools.

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

Only one tool exists, so no ambiguity with any other tool.

Naming Consistency5/5

Single tool with a clear and appropriate name, consistent in style.

Tool Count5/5

One tool is perfectly scoped for the narrow purpose of validating SeznamBot IPs.

Completeness5/5

The single tool fully covers the server's stated purpose with no obvious missing functionality.

Resources