Skip to main content
Glama
OpenSIPS

OpenSIPS MCP Server

Official
by OpenSIPS

bench_quick_register

Benchmark SIP REGISTER performance on a target proxy using SIPp load generation, with automatic pre/post state snapshots for clear before/after comparison. Default: 50 CPS for 30 seconds.

Instructions

Run a SIPp REGISTER load test against TARGET.

Captures pre/post snapshots of the proxy's state so the run is self-documenting. Default: 50 CPS for 30 s = 1500 registers, safe for any non-toy proxy.

Parameters

target: host:port of the proxy under test. cps: Calls per second. Capped at 1000. duration_sec: Test duration. Capped at 600 (10 min). out_dir: Directory for the bench artefact JSON. Must be in safe allowlist. label: Optional human tag (baseline, after-tune-shm, ...).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYes
cpsNo
duration_secNo
out_dirNo/tmp/opensips-bench
labelNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Captures pre/post snapshots for self-documentation, mentions caps on cps/duration, and requires out_dir in a safe allowlist. No annotations, so description carries full burden; states it's 'safe for any non-toy proxy' but doesn't explicitly disclose if it modifies state.

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?

Well-structured with a summary and parameter list. Every sentence is informative; no wasted words. Concise yet complete.

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?

Covers purpose, parameters, and key behaviors. Hints at output via 'bench artefact JSON' and snapshots. Output schema exists, so return values need not be detailed. Missing some edge cases but sufficiently complete for a load test 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 coverage is 0%, so description must compensate. It provides detailed parameter documentation: target as host:port, cps capped at 1000, duration_sec capped at 600, out_dir must be in safe allowlist, and label as optional human tag. Adds significant meaning beyond schema types and defaults.

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 'Run a SIPp REGISTER load test against TARGET' with a specific verb and resource, and distinguishes from sibling tools like bench_quick_invite and bench_summary.

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 provides default values and indicates safety for 'any non-toy proxy', implying when to use. However, it lacks explicit guidance on when not to use or alternatives.

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