update_test_case
Update an existing test case in OpenMetadata by specifying its ID and new data.
Instructions
Update an existing test case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_case_id | Yes | ||
| test_case_data | Yes |
Update an existing test case in OpenMetadata by specifying its ID and new data.
Update an existing test case
| Name | Required | Description | Default |
|---|---|---|---|
| test_case_id | Yes | ||
| test_case_data | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of disclosing behavioral traits. It fails to mention whether the update is partial or full replacement, required permissions, side effects, or error conditions. The verb 'update' implies mutation, but no additional context is given.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise (6 words), but it is under-specified. Conciseness should not come at the expense of clarity. Information that could be front-loaded (e.g., partial vs full update) is omitted, making it less useful than a slightly longer but more informative description.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of annotations, output schema, and parameter details, the description is far from complete. It does not cover return values, error handling, or behavioral nuances, leaving the agent with insufficient information to invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description adds no information about the two parameters. 'test_case_id' and 'test_case_data' are left undefined beyond the schema titles, leaving the agent to guess their format, constraints, or semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
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 ('an existing test case'), which distinguishes it from sibling tools like 'create_test_case' and 'delete_test_case'. However, it lacks specificity about what fields can be updated or how the update behaves.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites, conditions for use, or cases where other tools (like 'create_test_case' or 'delete_test_case') would be more appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yangkyeongmo/mcp-server-openmetadata'
If you have feedback or need assistance with the MCP directory API, please join our Discord server