Skip to main content
Glama
kanopi

@kanopi/callrail-mcp

by kanopi

Update tracker (write)

update_tracker

Update fields on an existing CallRail tracker, including name, destination number, call flow, source, and status.

Instructions

WRITE: Update fields on an existing tracker.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
sourceNo
disabledNoDisable/enable the tracker.
call_flowNo
account_idNoCallRail account id. Defaults to CALLRAIL_ACCOUNT_ID if set.
tracker_idYesThe tracker id to update.
swap_targetsNo
destination_numberNo
Behavior2/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false. The description adds no behavioral details beyond the 'WRITE' prefix, such as error handling, partial update behavior, or side effects.

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?

The description is a single, front-loaded sentence that conveys the operation type quickly. It is concise, but could be more informative without becoming verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 8 parameters, low schema coverage, and no output schema, the description lacks sufficient context. It does not explain what fields can be updated, the effect of nested objects like call_flow or source, or the expected response.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 38% (3 of 8 parameters have descriptions). The description does not explain any parameters, leaving the agent to rely on the incomplete schema. It fails to compensate for the low coverage.

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 explicitly states 'Update fields on an existing tracker,' clearly identifying the verb and resource. Given sibling tools like create_tracker, get_tracker, list_trackers, and delete_tracker, this distinguishes it as the update operation.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as create_tracker or get_tracker. There is no mention of prerequisites, such as requiring an existing tracker, or when not to use it.

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/kanopi/callrail-mcp'

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