Skip to main content
Glama
OpenSIPS

OpenSIPS MCP Server

Official
by OpenSIPS

gen_test_subscribers

Create test subscribers with deterministic usernames and passwords for smoke-testing REGISTER paths and generating synthetic load against fresh OpenSIPS deployments.

Instructions

Generate N test subscribers with predictable usernames + passwords.

Useful for smoke-testing REGISTER paths and synthetic load against a fresh deployment. Test users are named <prefix>NNNN with deterministic passwords so a SIPp scenario can authenticate without external state.

Parameters

domain: Domain to provision under. Validated against validate_domain. count: Number to create. Cap: 500. username_prefix: Username prefix; default test produces test0001..testNNNN. password_prefix: Password prefix; defaults to secret so test passwords look like secret0001. dry_run: Default True. Returns the plan without writing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYes
countNo
username_prefixNotest
password_prefixNosecret
dry_runNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries full burden. It discloses dry_run default behavior and a count cap of 500, but lacks details on side effects, permission requirements, reversibility, or behavior on failure.

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, front-loaded with purpose, and uses a clear parameter list. Every sentence adds value with no redundancy.

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 5 parameters and an output schema (not described), the description covers input details well but omits output structure and relationships to subscriber management tools. Still, it's sufficiently complete for the task.

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%, and the description explains every parameter in detail: domain validation, count cap, username/password prefix patterns, and dry_run default, adding significant meaning beyond the 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 the tool generates N test subscribers with predictable usernames and passwords, and explicitly mentions its use for smoke-testing REGISTER paths and synthetic load, distinguishing it from sibling tools like subscriber_create or subscriber_bulk_import.

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 provides clear usage context ('useful for smoke-testing REGISTER paths and synthetic load against a fresh deployment') but does not explicitly mention when not to use this tool or point to alternatives among siblings.

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