Skip to main content
Glama
RosenAdvertising

mycase-mcp

update_case

Modify a case's name, status, description, or stage by providing the case ID and any fields to change.

Instructions

Update a case's name, status, description, or stage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
statusNo
case_idYes
case_stageNo
descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are present, and the description only states the update action without disclosing behavioral traits such as whether it is destructive, what authorization is needed, rate limits, or the format of the response. The lack of detail forces reliance on assumptions.

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 a single concise sentence that front-loads the purpose and lists the updatable fields. It is efficient and avoids redundancy, though it could include more detail without becoming verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the existence of an output schema, the description does not need to explain return values. However, it omits guidance on parameter usage (e.g., only case_id is required) and fails to address the numerous sibling tools, leaving gaps for an AI agent to determine appropriate 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?

The input schema has 0% description coverage, meaning the parameter names alone are uninformative. The description merely lists the same field names without adding any constraints, allowed values, formats, or relationships. It does not compensate for the missing schema descriptions.

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 clearly states the action ('Update') and the resource ('a case'), and lists the specific fields that can be updated (name, status, description, stage), distinguishing it from other case-related tools like create_case or get_case.

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 siblings such as update_case_stage, update_client, or other update tools. There is no context about prerequisites, limitations, or 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.

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/RosenAdvertising/mycase-mcp'

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