Skip to main content
Glama
belovdm
by belovdm

Test case history

kiwi_case_history
Read-only

Retrieve the full change history of a test case, including all past modifications and records. Use the test case ID to get historical data, with an optional limit on returned rows.

Instructions

TestCase.history: full change history (KiwiHistoricalRecords).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesTest case id
limitNoMax rows to return. Defaults to KIWI_DEFAULT_LIMIT (usually 20).
Behavior3/5

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

The readOnlyHint annotation already communicates that this is a safe read operation. The description adds context that it returns the full change history and references KiwiHistoricalRecords, but does not disclose additional behaviors such as pagination behavior, ordering, or whether the result is paginated. It offers some value beyond the annotation but not extensive context.

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?

The description is a single, short sentence that conveys the core purpose without wasted words. It is front-loaded and appropriately sized for the tool's simplicity.

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 read-only tool with one required parameter and an optional limit, the description is adequate. It names the return type (KiwiHistoricalRecords) and the schema covers parameter details. It could mention result ordering or default limit, but those are already partially covered by the schema. Overall, it is sufficiently complete for this level of complexity.

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 description coverage is 100%, with both parameters (id and limit) clearly described. The description itself adds no parameter information, but the schema already handles semantics, so the baseline score of 3 applies.

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 identifies the tool as providing test case history, specifically 'full change history' via KiwiHistoricalRecords. It implies a retrieval action, though it lacks an explicit verb like 'get' or 'list'. It distinguishes from siblings by focusing on historical records rather than current case details or modifications.

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. There is no mention of exclusions, complementary tools, or scenarios where another tool would be more appropriate. The description simply states what it does without any usage direction.

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/belovdm/kiwi-tcms-mcp'

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