Skip to main content
Glama

MisarReach MCP Server

update_sales_agent_config

Idempotent

Change the AI sales agent's settings — enable or disable it, set the booking link, offer price, reply limits and confidence threshold.

These settings govern an agent that replies to real prospects, so treat them as live: ENABLING it lets it start responding on its own, the confidence threshold decides how sure it must be before acting, and reply limits cap how much it can send. Read the current config first — only the fields you pass change, but a wrong value takes effect immediately.

Safe to repeat. Requires an API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enabledNoEnable or disable the sales agent
cal_linkNoCalendly or Cal.com URL for meeting booking (max 500 chars, set null to clear)
offer_priceNoOffer price in minor currency units (integer, min 0)
offer_descriptionNoShort description of the offer (max 1000 chars, set null to clear)
max_replies_per_dayNoMaximum automated replies per day (1-500, default 20)
confidence_thresholdNoConfidence score below which agent flags for human review (0.0-1.0, default 0.65)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations cover idempotency and non-destructiveness, but the description adds valuable behavioral context: enabling makes the agent respond autonomously, confidence threshold gates actions, reply limits cap sending, and changes take effect immediately. This goes beyond the structured hints without contradicting them.

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 well-structured with a clear first sentence listing the action, followed by a focused paragraph explaining live implications and a short note on idempotency and auth. It is slightly verbose in the middle but each sentence earns its place by contributing critical context.

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 6 optional parameters, no output schema, and the tool's live-impact nature, the description covers the essential aspects: the live behavior, partial update semantics, need to read current config, and API key requirement. It lacks explicit return/error behavior, but the tool is a straightforward update and the description is largely adequate.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description enriches several parameters: explains the impact of 'enabled' (starts responding), the meaning of 'confidence_threshold' (how sure before acting), and 'max_replies_per_day' (caps sending). While not all parameters get extra context (e.g., cal_link, offer_price), the description adds meaning to the most consequential ones.

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 changes the AI sales agent's settings, listing specific fields (enable/disable, booking link, offer price, reply limits, confidence threshold). It distinguishes from sibling get_sales_agent_config by the action verb and scope, and from process_sales_agent by focusing on configuration rather than actions.

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 explicit usage context: it advises reading the current config first, notes that only passed fields change, warns that enabling has immediate live effects, and indicates the tool is safe to repeat. It does not explicitly state when not to use it or name alternatives, but the guidance is sufficient for most scenarios.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.