Skip to main content
Glama

Server Details

Polish phone number lookup: who called, spam and scam checks, UKE DNO registry, CERT phishing stats

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clear, distinct purpose: phone reputation, domain check, full detail retrieval, search, and statistics. No overlap in functionality.

Naming Consistency2/5

Mixes English and Polish (pogoda_spamowa), and inconsistent verb patterns: check_*, fetch, search. Two tools follow verb_noun, others are standalone verbs.

Tool Count5/5

5 tools is well-scoped for a specialized server focusing on phone and scam domain reputation. Each tool serves a distinct and necessary function.

Completeness4/5

Covers core operations: check phone number, check domain, search, detailed view, and statistics. Missing only a reporting feature, but not essential for the stated purpose.

Available Tools

5 tools
check_phone_numberSprawdź numer telefonu (PL)A
Read-onlyIdempotent
Inspect

Sprawdź reputację polskiego numeru telefonu. UŻYJ, gdy użytkownik pyta: kto dzwonił, czy numer to spam/oszustwo, czy telefon rzekomo z banku lub urzędu jest prawdziwy. Zwraca operatora z zakresów UKE (z notą o przenośności MNP), etykietę ryzyka z opinii, status w wykazie DNO UKE (połączenie przychodzące z numeru DNO jest sfałszowane — spoofing), wpis z Białej Listy oficjalnych infolinii i liczniki zgłoszeń. Dane: numertel.pl.

ParametersJSON Schema
NameRequiredDescriptionDefault
numberYesPolski numer w formacie 9 cyfr, np. 510100100 (akceptowane +48 i spacje — zostaną usunięte)

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlYes
e164Yes
is_dnoYes
numberYes
dno_noteNo
operatorNo
score_avgNo
whitelistNo
spam_labelYes
attributionYes
number_typeNo
operator_noteNo
sightings_30dNo
total_opinionsYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds behavioral context: it returns operator, risk label, DNO status, White List entry, and counters, plus notes on spoofing. No contradictions.

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 description is front-loaded with the main purpose and usage scenarios. It is concise yet informative, covering purpose, use cases, return values, and data source without unnecessary repetition.

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 presence of an output schema, the description appropriately lists output fields (operator, risk label, DNO status, etc.). It also mentions the data source. This provides sufficient context for an agent to understand the tool's inputs and outputs.

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 parameter 'number' is fully described in the input schema with format examples and accepted formats. Schema coverage is 100%, so baseline 3 applies. The tool description does not add significant new meaning beyond 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 checks the reputation of Polish phone numbers. It specifies verbs like 'sprawdź' and lists exact use cases (who called, spam/scam, verification of bank/office calls). This distinguishes it from siblings like check_scam_domain.

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 explicitly says when to use the tool: when a user asks who called, if a number is spam/scam, or if a call from a bank/office is real. It does not list alternatives but provides clear contextual triggers.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

check_scam_domainSprawdź domenę/link/e-mail (lista CERT)A
Read-onlyIdempotent
Inspect

Sprawdza, czy domena, link lub adres e-mail figuruje na państwowej Liście Ostrzeżeń CERT Polska (mirror ~129 tys. domen oszustów). UŻYJ, gdy użytkownik pyta: czy ten link jest bezpieczny, czy ta strona to oszustwo, czy mail nie pochodzi ze scamowej domeny, albo wkleja wiadomość z linkiem. Przyjmuje pojedynczą domenę, URL, e-mail lub CAŁĄ treść wiadomości (domeny zostaną wyekstrahowane, także zapisy evil[.]pl i hxxp://). Werdykt deterministyczny z datą wpisu. Dane: numertel.pl.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesDomena, URL, adres e-mail albo pełna treść wiadomości do sprawdzenia (max 5000 znaków)

Output Schema

ParametersJSON Schema
NameRequiredDescription
as_ofYes
sourceNo
checkedYes
list_sizeYes
any_listedYes
attributionYes
Behavior5/5

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

Beyond annotations (readOnlyHint, idempotentHint), the description discloses that the tool checks a mirror of 129k domains, extracts domains from full message text, handles obfuscated formats like evil[.]pl and hxxp://, and provides a deterministic verdict with entry date. This adds significant behavioral context.

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 description is well-structured with purpose first, followed by usage guidance and behavioral details. It is slightly verbose but every sentence adds value, making it concise enough for an AI agent.

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?

Given the tool's simplicity (one param, no nested objects, output schema exists), the description covers input, usage, behavior, and data source thoroughly. It leaves no gaps for an agent to misinterpret.

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

Parameters5/5

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

Schema coverage is 100% for the single parameter 'text,' and the description adds meaning by explaining it accepts domains, URLs, emails, or full message text, and extracts domains automatically, including obfuscated formats.

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 checks a domain/link/email against the Polish CERT warning list. It provides concrete use cases like 'czy ten link jest bezpieczny' and distinguishes itself from sibling tools (check_phone_number, fetch, etc.) by specifying its exact function and data source.

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 explicitly tells when to use the tool ('UŻYJ, gdy użytkownik pyta...') with examples. It does not mention when not to use it or provide alternatives, but the guidance is clear and relevant.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

fetchPobierz kartę numeruA
Read-onlyIdempotent
Inspect

Pobiera pełną kartę reputacji numeru po id zwróconym przez search (9 cyfr). Zwraca te same dane co check_phone_number wraz z linkiem do strony numeru.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesId z wyników search: polski numer, 9 cyfr
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. Description adds that it returns same data as check_phone_number plus a link, which is useful behavioral context beyond annotations.

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?

Two sentences, both essential and front-loaded. No superfluous 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?

For a simple single-parameter tool with annotations, description covers purpose, relation to sibling, and return data. No output schema but description compensates.

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%, so baseline is 3. Description repeats the schema's parameter description ('Id z wyników search: polski numer, 9 cyfr') without adding new meaning.

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?

Description clearly states the tool fetches a full reputation card using an ID from search, and distinguishes itself from sibling check_phone_number by adding a link. Verb 'pobiera' and resource 'kartę reputacji numeru' are specific.

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?

Explicitly states when to use (after search, with 9-digit ID) and contrasts output with check_phone_number. Lacks explicit 'when not to use' but context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

pogoda_spamowaPogoda spamowa w PolsceA
Read-onlyIdempotent
Inspect

Aktualne wskaźniki nadużyć telefonicznych w Polsce. UŻYJ, gdy użytkownik pyta o skalę oszustw, phishingu lub spamu w Polsce albo co nowego w kampaniach oszustów. Zwraca: nowe domeny oszustów na Liście Ostrzeżeń CERT Polska (dziś + dziennie w zadanym oknie), rozmiar wykazu DNO UKE i ostatnie numery z oficjalnych ostrzeżeń urzędów. Dane otwarte CC-BY: numertel.pl.

ParametersJSON Schema
NameRequiredDescriptionDefault
daysNoOkno dni wstecz dla statystyk dziennych (1-30, domyślnie 7)

Output Schema

ParametersJSON Schema
NameRequiredDescription
daysYes
as_ofYes
sourceNo
cert_dailyNo
attributionYes
recent_warningsNo
dno_numbers_totalYes
cert_new_domains_todayYes
cert_new_domains_windowNo
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, and the description adds behavioral context by detailing the exact data returned (new domains per day within a window, DNO UKE size, latest official numbers). No contradictions with annotations.

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 description is a single paragraph but well-structured, starting with purpose, then usage instruction, then a list of outputs. Every sentence adds value; could be slightly more concise but not wasteful.

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?

With one simple parameter, no required parameters, and an existing output schema, the description provides sufficient context about what the tool returns. It could clarify how the 'days' parameter affects the daily statistics, but the schema covers that.

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% for the single 'days' parameter, and the description does not add additional meaning beyond the schema's existing description. Baseline 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 it returns current phone fraud indicators in Poland, listing specific outputs like new domains on CERT Polska warning list, DNO UKE list size, and latest official warnings. It distinguishes itself from sibling tools like check_phone_number and check_scam_domain by focusing on aggregate statistics rather than individual checks.

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?

It explicitly tells when to use ('when the user asks about the scale of fraud, phishing, or spam in Poland or what's new in scam campaigns'). While it doesn't explicitly say when not to use, the context and sibling tool names imply alternatives for specific checks.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources