Skip to main content
Glama

Szukaj: numer lub infolinia

search
Read-onlyIdempotent

Wyszukiwanie w bazie NumerTel: podaj polski numer telefonu (zwróci jego kartę reputacji) ALBO nazwę banku/urzędu/operatora (zwróci zweryfikowane oficjalne numery z Białej Listy infolinii). Wyniki zawierają id, title i url.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesNumer telefonu (9 cyfr / +48...) lub nazwa instytucji, np. 'mBank', 'ZUS'

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

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 idempotentHint=true, so the safety profile is covered. The description adds valuable behavioral context: it specifies the Polish number format, the 'White List' source for verified official numbers, and that results contain id, title, and url. This goes beyond the annotations without contradicting them.

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 two sentences, front-loaded with the core action ('Search in NumerTel database'), and contains no wasted words. It efficiently communicates the two modes and the result structure.

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?

With a single parameter, no output schema, and good annotations, the description fully compensates for the missing output schema by stating the result fields. It also mentions the verified nature of the official numbers. No crucial information is missing for a tool of this simplicity.

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 schema already provides 100% coverage for the query parameter, including examples ('mBank', 'ZUS'). The description repeats essentially the same information (number or institution name) without adding new semantic details. Since the schema does the heavy lifting, a baseline score of 3 is appropriate.

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 that the tool searches the NumerTel database, with two distinct modes: searching by Polish phone number to get a reputation card, or by institution name to get verified official numbers. It explicitly mentions the result fields (id, title, url), making the tool's purpose unambiguous and differentiated from siblings like check_phone_number.

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

Usage Guidelines4/5

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

The description provides clear guidance on when to use the tool: when a phone number or institution name needs to be looked up in the database. It outlines the two types of queries accepted. However, it does not explicitly contrast with sibling tools such as check_phone_number or find_official_number, so it stops short of a full when-not/alternatives explanation.

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.