Skip to main content
Glama
OpenSIPS

OpenSIPS MCP Server

Official
by OpenSIPS

homer_search_calls_v7

Search Homer 7 call records with millisecond-precision timestamps and optional source IP filter. Useful for pinpointing calls in narrow time windows or verifying carrier INVITE receipts.

Instructions

Homer 7 native search with ms-precision timestamps + source-IP filter.

Counterpart to homer_search_calls (which takes ISO strings). Prefer this when you are chasing a tight time window or want to filter by source IP — useful when a carrier denies sending an INVITE.

Parameters

from_ts: Start of the search window as a Unix timestamp in milliseconds. Homer 7 expects millisecond precision on this endpoint. to_ts: End of the search window, Unix ms. from_user: Optional substring match on the SIP From user. to_user: Optional substring match on the SIP To user. callid: Exact SIP Call-ID to locate a specific dialog. source_ip: Optional source IP filter. Validated against ipaddress.ip_address. limit: Maximum rows to return (capped at 500).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
from_tsYes
to_tsYes
from_userNo
to_userNo
callidNo
source_ipNo
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries full burden. It mentions ms-precision and source-IP filter but does not disclose read-only nature, error handling, rate limits, or other behavioral traits. Adequate but not comprehensive.

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?

Description is well-structured with a brief introductory line followed by a clear parameter list. One sentence could be removed (e.g., the final line about the parameter list is slightly redundant with schema) but overall efficient and front-loaded.

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 7 parameters, 2 required, and an output schema present, the description covers core aspects: parameter semantics and usage context. Could elaborate on return value structure, but output schema exists to handle that. Missing a note on rate limiting or pagination, but not critical for a search 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 description coverage is 0%, but the parameter section in the description adds detailed meaning: from_ts/to_ts described as Unix ms, from_user/to_user as substring match, callid as exact, source_ip validated, limit capped at 500. This fully compensates for the schema gap.

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 'Homer 7 native search with ms-precision timestamps + source-IP filter' and explicitly distinguishes itself from sibling homer_search_calls which uses ISO strings, making the specific resource and verb unambiguous.

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

Usage Guidelines5/5

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

Description explicitly says 'Prefer this when you are chasing a tight time window or want to filter by source IP' and references the alternative homer_search_calls, providing clear guidance on when to use this tool vs. its counterpart.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/OpenSIPS/opensips-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server