Skip to main content
Glama
doanhnd9989

DMTicket MCP Server

by doanhnd9989

update_agent_bot

Assign or unassign an agent bot to a specific inbox, enabling control over automated bot interactions in conversations.

Instructions

Add or remove agent bot

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the inbox
agent_botYesAgent bot ID
Behavior2/5

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

No annotations provided. Description does not disclose behavior beyond minimal action. No info on permissions, idempotency, or whether removal requires a specific parameter value.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is extremely short but under-specified. It lacks necessary detail, making it insufficient rather than concise.

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?

Despite low complexity and full schema coverage, the description fails to explain the tool's effect, success/error behavior, or prerequisites. Incomplete for reliable agent invocation.

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 covers 100% of parameters with basic descriptions, but the description adds no additional meaning. It does not explain how 'add' or 'remove' maps to parameter values (e.g., passing null to remove).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description says 'Add or remove agent bot' which is vague and conflicts with the tool name 'update'. Does not clearly state that it associates an agent bot with an inbox. Among sibling tools like create_an_account_agent_bot, purpose is ambiguous.

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 on when to use this tool versus creating, updating, or deleting account-level agent bots. No context for when an addition vs removal is appropriate.

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/doanhnd9989/dmticket-mcp'

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