Skip to main content
Glama
wiesson

sipgate-mcp

by wiesson

initiate_call

Destructive

Initiate a Click2Dial call on a sipgate account using a caller device ID or phone number and a callee number. The call session is returned after existing calls are read.

Instructions

CHANGES THE SIPGATE ACCOUNT AND MAY INCUR CHARGES: start a Click2Dial call. Reads established calls before and after and returns the new session; ringing calls may not appear immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
calleeYes
callerYessipgate device ID or caller phone number
caller_idNoOptional number displayed to the callee
device_idNoRequired by sipgate when caller is a phone number instead of a device ID
Install Server

TDQS

A4.3/5.0
Behavior5/5

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

Beyond the annotations, the description adds crucial behavioral detail: it may incur charges, it reads established calls before and after, returns the new session, and warns that ringing calls may not appear immediately. This goes well beyond the structured annotation fields and helps the agent anticipate side effects and timing.

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 sentence that front-loads the most important warning, states the core action, and then adds essential timing behavior. There is no redundant phrasing or filler, and every clause contributes actionable information.

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 no output schema, the description still covers what happens before, during, and after the call: account changes, potential charges, the returned session, and the eventual visibility of ringing calls. Combined with the annotations, this provides a sufficiently complete mental model for correctly invoking the tool.

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 high at 75%, so the schema already documents most parameters. The description does not add additional meaning about caller, callee, caller_id, or device_id beyond what the schema provides. It stays at the baseline because it neither harms nor significantly enriches parameter understanding.

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 states a specific action, 'start a Click2Dial call', on a specific resource (the SIPGATE account), and explicitly warns that it changes the account. This clearly distinguishes it from read-only siblings like call_history and account_info, and from other communication tools like send_sms.

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 makes it clear the tool is for initiating a call, which implies its primary use case. However, it does not explicitly state when to use this tool over alternatives such as send_sms or set_forwarding, and it offers no exclusion criteria or conditional guidance.

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

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/wiesson/sipgate-mcp'

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