Skip to main content
Glama

Numbers Online — phone intelligence

Server Details

Read-only phone intelligence for AI voice agents — line type, risk, DNC, signed receipts.

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 4 of 4 tools scored.

Server CoherenceA
Disambiguation4/5

The tools have distinct purposes, but caller_risk and phone_lookup both provide spam and DNC signals, creating slight overlap. Detailed descriptions help differentiate them.

Naming Consistency4/5

All names use snake_case and are descriptive, but there is inconsistency in including verbs (check, lookup vs. no verb in caller_risk, line_type).

Tool Count4/5

Four tools is slightly on the low side but appropriate for a focused phone intelligence server covering basic info, risk, DNC, and comprehensive lookup.

Completeness5/5

The tool set covers all needed read- only operations for phone intelligence: basic info, risk assessment, DNC check, and full bundle. No obvious gaps for the stated advisory purpose.

Available Tools

4 tools
caller_riskCaller risk signalA
Read-onlyIdempotent
Inspect

Return a labeled, low-confidence risk read for an inbound caller: a spam signal (0–100, higher = riskier), verstat passthrough, and a first-party do-not-contact (DNC) signal — without a name dip. A supplementary input to the agent's own policy, never a verdict on whether to accept or reject the call. Supply the call's STIR/SHAKEN verstat to fold it into the signal — a failed validation raises the risk.

ParametersJSON Schema
NameRequiredDescriptionDefault
numberYesPhone number in E.164, e.g. +14155552671 (loose input is normalized).
verstatNoOptional STIR/SHAKEN verstat for THIS call — TN-Validation-Passed / -Failed / No-TN-Validation, or a full Identity / P-Asserted-Identity header value. When supplied it folds into the risk signal (a failed validation raises it).
Behavior4/5

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

Annotations already indicate readOnlyHint, openWorldHint, idempotentHint. Description adds that the output is 'low-confidence', that verstat folds into risk signal, and that it's supplementary. No contradiction.

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?

Four sentences, each with distinct value: what the tool returns, its role, optional input usage. No fluff. Front-loaded with core purpose.

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 parameters are well-described and output schema absent, the description adequately hints at output structure (spam signal, verstat passthrough, DNC signal). Could benefit from more explicit output typing, but overall complete for a risk signal tool.

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 covers both parameters 100%. Description adds 'loose input is normalized' for number, and explains that verstat is optional and folds into risk signal, enhancing understanding beyond raw 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 it returns a 'labeled, low-confidence risk read for an inbound caller' with specific outputs (spam signal, verstat passthrough, DNC signal). It distinguishes from siblings like dnc_check, line_type, phone_lookup by combining multiple signals and noting 'without a name dip'.

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 says it's 'a supplementary input to the agent's own policy, never a verdict on whether to accept or reject the call', guiding appropriate use. It also explains the role of verstat. However, it does not explicitly list when to use vs. alternative tools.

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

dnc_checkDo-not-contact supplementary signalA
Read-onlyIdempotent
Inspect

Return a first-party do-not-contact signal (suppress / no_match / unknown) for a number, sourced ONLY from suppression preferences registered and verified by the number's own owner inside Numbers Online — never a copy of any government or licensed do-not-call registry. "suppress" = the owner asked not to be contacted on this channel; "no_match" = no suppression preference on record (absence of suppress is not consent); "unknown" = the number could not be evaluated. Comes with a signed receipt recording the status "as of T". Advisory input to the agent's own process — it does not assert that a call is lawful.

ParametersJSON Schema
NameRequiredDescriptionDefault
numberYesPhone number in E.164, e.g. +14155552671 (loose input is normalized).
Behavior5/5

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

The description goes beyond annotations by clarifying the data source (first-party preferences, not government registries), the meaning of each return value, and that absence of suppress is not consent. It also mentions a signed receipt. Annotations already declare readOnlyHint, openWorldHint, idempotentHint, which are consistent.

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, well-structured paragraph that front-loads the core purpose and then adds necessary details. Every sentence contributes meaning without redundancy.

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 has only one parameter, no output schema, and comprehensive annotations, the description fully covers the tool's behavior, return values, and constraints. It is complete for an agent to use correctly.

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 input schema fully covers the single parameter 'number' with E.164 format and normalization details. The description does not add additional parameter semantics beyond what the schema provides, so 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 the tool returns a do-not-contact signal for a phone number, specifying it's from first-party suppression preferences only. It distinguishes itself from sibling tools like caller_risk, line_type, and phone_lookup by focusing on DNC status.

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 explains the three possible return values (suppress, no_match, unknown) and their implications, and emphasizes it's an advisory input not asserting lawfulness. However, it does not explicitly compare to sibling tools or state when to use them instead.

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

line_typeLine typeA
Read-onlyIdempotent
Inspect

Return only the deterministic fields for a number — validity, line type (mobile / fixed line / VoIP / …), range carrier, country, and formatting. No paid dip; a free, fast classification a voice agent can call before deciding to enrich.

ParametersJSON Schema
NameRequiredDescriptionDefault
numberYesPhone number in E.164, e.g. +14155552671 (loose input is normalized).
Behavior4/5

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

Annotations already indicate readOnly, openWorld, idempotent. Description adds that results are deterministic, free, and fast, providing behavioral context beyond annotations. 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with key outputs and use case. Every sentence adds value without fluff. Highly concise and well-structured.

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?

Reasonably complete given simplicity, but lacks explicit output format or error handling information. Since no output schema exists, description should ideally specify return structure more precisely.

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 single parameter 'number' has 100% schema coverage with a clear description. The tool description does not add additional semantics beyond what the schema provides, so 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?

Description clearly states it returns deterministic fields (validity, line type, carrier, country, formatting) for a number. It distinguishes from paid dips and positions itself as a free, fast classification tool, differentiating from siblings like caller_risk or dnc_check.

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 suggests use 'before deciding to enrich', implying a preliminary check. Mentions it's free and fast, guiding when to choose it. Does not explicitly state when not to use or directly compare to siblings, 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.

phone_lookupPhone number intelligenceA
Read-onlyIdempotent
Inspect

Return a supplementary, low-confidence intelligence bundle for a phone number: validity, formatting, line type, range carrier, country, caller name (CNAM, where available), STIR/SHAKEN verstat (supply the call's verstat to fold it into the spam signal), a labeled spam signal, and a first-party do-not-contact (DNC) signal — a suppression preference registered by the number's own owner, never a copy of any government registry. Advisory only — the agent keeps every routing and dialing decision.

ParametersJSON Schema
NameRequiredDescriptionDefault
numberYesPhone number in E.164, e.g. +14155552671 (loose input is normalized).
verstatNoOptional STIR/SHAKEN verstat for THIS call — TN-Validation-Passed / -Failed / No-TN-Validation, or a full Identity / P-Asserted-Identity header value. When supplied it folds into the risk signal (a failed validation raises it).
max_cache_age_secondsNoOperator TTL control; 0 forces a fresh dip.
Behavior4/5

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

The description adds significant behavioral context beyond the annotations (readOnlyHint, openWorldHint, idempotentHint). It clarifies the low-confidence, advisory nature of the data and explains the DNC signal is a first-party preference, not a government registry. 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 sentence that effectively conveys a lot of information. While it is somewhat dense, it avoids unnecessary words and is front-loaded with the main action. Could be slightly improved by breaking into bullet points for clarity.

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?

Without an output schema, the description effectively explains what is returned (validity, formatting, line type, etc.) and provides nuance on the DNC signal. It covers the key points for an intelligence tool, though it could elaborate on the interpretation of 'low-confidence' and the format of the bundle.

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 description coverage is 100%, so the base is 3. The description adds some value by explaining how verstat is used ('fold it into the spam signal'), but does not significantly enhance understanding of the other parameters beyond their schema descriptions.

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 specifies a clear action ('Return a supplementary, low-confidence intelligence bundle for a phone number') and enumerates the exact data points returned. It distinguishes itself from siblings by emphasizing its advisory nature and that the agent retains routing decisions, though it does not explicitly name sibling tools.

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 states 'Advisory only — the agent keeps every routing and dialing decision,' which implies a context where the tool is supplementary. However, it provides no explicit when-to-use or when-not-to-use guidance, nor does it mention alternative tools like dnc_check or line_type that could be used instead.

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