Skip to main content
Glama
doanhnd9989

DMTicket MCP Server

by doanhnd9989

toggle_typing_status_of_a_conversation

Control the typing indicator in a conversation by turning it on or off. Optionally set the typing event as private for internal notes.

Instructions

Toggle Typing Status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
is_privateNoWhether the typing event is for private notes.
typing_statusYesTyping status to set.
Behavior2/5

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

The description only states 'Toggle Typing Status' without disclosing behavioral traits such as side effects (e.g., whether it sends a typing indicator, updates conversation state, or is reversible). With no annotations, the description carries the full burden and fails to inform the agent of what happens when invoked.

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?

At two words, the description is excessively terse and under-specified. While it is front-loaded, it sacrifices clarity and fails to convey necessary context, making it more of a placeholder than a concise description.

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 the tool's simplicity (2 params, no output schema, no annotations), the description is incomplete. It does not explain what 'typing status' means, the effect of toggling, or any context like participation requirements. Sibling tools offer no differentiation cues.

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

Parameters3/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 adds no information about the parameters ('is_private' and 'typing_status') beyond what the schema already provides, so it does not improve parameter understanding.

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

Purpose4/5

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

The description 'Toggle Typing Status' clearly indicates a verb ('Toggle') and a resource ('Typing Status'), providing a basic understanding of the tool's action. However, it lacks specificity about the context (e.g., for a conversation) and could be confused with sibling 'toggle_typing_status'.

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 like 'toggle_typing_status' or other conversation-related tools. There is no mention of prerequisites, exclusions, or typical use cases.

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