Skip to main content
Glama

xmagnet

update_chatbot_links

Set the demo/booking and sign-up links the website chatbot offers visitors. Provide at least one of demo_url or signup_url. If the account has more than one chatbot, pass the domain to say which.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNoWhich chatbot, when there is more than one
demo_urlNoCalendly or demo booking URL
signup_urlNoSign-up / trial URL

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, meaning the tool mutates but is not destructive. The description adds no further behavioral context (e.g., that existing links are overwritten, permission requirements, or side effects). Since annotations cover the safety profile, a 3 is appropriate.

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?

Two concise sentences deliver the purpose and constraints with no fluff. The core action is stated first, followed by essential usage requirements. Every sentence earns its place.

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?

For a simple update tool with three parameters and no output schema, the description adequately covers the purpose, the key constraint, and domain disambiguation. It does not specify return values, but none are expected. Slightly stronger on the 'at least one' requirement would be ideal, but it is sufficient.

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 description coverage is 100%, so the schema already documents all parameters. The description adds value by imposing the constraint 'Provide at least one of demo_url or signup_url' and clarifying when to use the domain parameter. This goes beyond the schema's basic descriptions.

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 action ('Set') and the resource ('demo/booking and sign-up links the website chatbot offers visitors'). It is specific and distinct from sibling tools like create_website_chatbot or rename_chatbot, which serve different purposes.

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?

It provides explicit usage conditions: at least one of demo_url or signup_url must be provided, and the domain parameter is needed when multiple chatbots exist. This gives clear context for when to use the tool, though it does not explicitly contrast with alternative tools or state 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources