Skip to main content
Glama
belovdm
by belovdm

Add execution property

kiwi_execution_add_property

Adds a name/value property to a test execution to store custom metadata.

Instructions

TestExecution.add_property. Adds a name/value property to the execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProperty name
valueYesProperty value
execution_idYesTest execution id
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, but it only says 'adds' without detailing side effects, idempotency, duplicate handling, or authentication requirements. It is not misleading but is largely silent on behavior beyond the basic operation.

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 fluff. It is front-loaded and appropriately sized for the simplicity of the tool.

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 low complexity (three simple parameters) and lack of output schema, the description covers the essential purpose but omits operational details like return value and duplicate behavior. It is adequate for basic invocation but not fully complete for an agent to anticipate outcomes.

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?

The input schema already provides complete descriptions for all three parameters (100% coverage), so the baseline is 3. The description adds no additional meaning beyond what the schema states, as 'name/value' simply mirrors the parameter descriptions.

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

Purpose5/5

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

The description clearly states the action ('Adds a name/value property') and the target resource ('execution'), which differentiates it from sibling tools like kiwi_run_add_property and kiwi_case_add_property. The verb+resource structure is specific and unambiguous.

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. It does not mention when to add properties to executions vs cases/runs, nor when to prefer adding links over properties. The description simply states the action without contextual 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