Skip to main content
Glama
OpenSIPS

OpenSIPS MCP Server

Official
by OpenSIPS

nathelper_enable_ping

Enable or disable NAT pinging for registered contacts to keep NAT bindings open. Pinging sends periodic keepalive packets; disabling may cause unreachability after timeout.

Instructions

Enable or disable NAT pinging for registered contacts.

NAT pings are OPTIONS or keepalive packets sent to registered UACs to keep their NAT bindings open. Disabling may cause contacts behind NAT to become unreachable after NAT timeout (~30s typical).

Parameters

enable: True to enable pinging, False to disable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enableNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the burden. It explains that disabling may cause unreachability after timeout, giving behavioral insight. It does not cover persistence or scope, but is adequate for a simple toggle.

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 concise, uses a clear summary followed by a parameters list, and every sentence adds value. No wasted words.

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?

For a simple boolean toggle, the description covers purpose, parameter, and consequences. Output schema exists but is not needed to explain further. Complete for the tool's complexity.

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?

Despite 0% schema description coverage, the description includes a 'Parameters' section that fully explains the 'enable' parameter, including default and effect. This adds significant value 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 enables or disables NAT pinging for registered contacts, specifying the action and resource. It is distinct from siblings like 'nathelper_stats' and 'sip_options_ping'.

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 when to use (toggle NAT keepalive) and provides consequences of disabling with a typical timeout. It does not explicitly mention alternatives or when not to use, but the context is clear.

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