Skip to main content
Glama
Misar-AI

MisarReach MCP Server

update_sales_agent_config

Idempotent

Update AI sales agent settings to manage live prospect conversations: toggle enablement, set booking link, offer price, daily reply limits, and confidence threshold. Changes take effect immediately.

Instructions

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)
Behavior5/5

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

The description goes beyond the annotations by explaining the real-world impact of the settings (e.g., enabling starts responding, confidence threshold controls action threshold, reply limits cap sending). It also states that only passed fields are updated and that changes take effect immediately, providing clear behavioral expectations without contradicting the annotations.

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 well-structured, starting with a clear one-sentence purpose, then elaborating on implications and safety. It is concise without unnecessary repetition, uses effective formatting (e.g., capitalized warnings) to highlight key points, and maintains focus on essential information.

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 that the tool has 6 parameters with schema descriptions and no output schema, the description provides sufficient context for typical use: partial update behavior, side effects, and authentication requirement. It does not detail error handling or specific validation rules, but these are not critical for basic usage and are not indicated as required.

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?

The schema already provides descriptions for each parameter, so the description does not repeat them. However, it adds important semantic nuance by stating 'only the fields you pass change', clarifying that all parameters are optional and the operation is a partial update. This is not explicit in the schema and enhances 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 clearly states the tool's purpose: changing the AI sales agent's settings, listing the specific settings (enable/disable, booking link, offer price, reply limits, confidence threshold). It distinguishes itself from the sibling 'get_sales_agent_config' by indicating it modifies values rather than retrieves them.

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?

Provides guidance on when to use this tool, such as 'Read the current config first' and 'only the fields you pass change', implying a read-before-write workflow. It does not explicitly mention alternatives but implies using the getter for reading. The warning about 'treat them as live' and 'safe to repeat' offers practical usage context.

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/Misar-AI/misarreach-mcp'

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