Skip to main content
Glama
belovdm
by belovdm

Add execution link

kiwi_execution_add_link

Attach a bug, Allure, or CI link to a test execution. Optionally mark it as a defect and post a comment to the issue tracker.

Instructions

TestExecution.add_link: bug, Allure, CI. Set is_defect to mark a defect.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesLink URL
nameYesLink label, e.g. JIRA-148
is_defectNoMark this link as a defect
execution_idYesTest execution id
update_trackerNoAlso post a comment back to the issue tracker
Behavior2/5

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

With no annotations, the description must carry the behavioral disclosure burden. It only hints at setting is_defect to mark a defect, but does not mention mutation, permissions, potential side effects (e.g., update_tracker), or return behavior. This is minimal disclosure for a write operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, but it includes redundant text ('TestExecution.add_link' repeats the tool name/title) and is not well-structured. The useful part is the is_defect hint, but the format is cryptic and could be more front-loaded with a clear statement of purpose.

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?

For a 5-parameter tool with no annotations and no output schema, the description is inadequate. It does not explain typical usage scenarios (e.g., attaching a bug tracker URL), how update_tracker works, or what the response looks like. The keyword list is not enough to fully understand the tool's role.

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 descriptive comments for all parameters. The description's is_defect hint ('Set is_defect to mark a defect.') merely restates the schema's 'Mark this link as a defect'. No additional parameter semantics are provided, so baseline 3 is appropriate.

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

Purpose3/5

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

The title 'Add execution link' makes the purpose clear, and the description adds context keywords (bug, Allure, CI). However, the description itself is a fragment ('TestExecution.add_link: bug, Allure, CI.') and does not explicitly state that it adds a link to an execution, relying on the tool name and title for the primary meaning.

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 explicit guidance on when to use this tool vs alternatives. It mentions use cases like bug, Allure, and CI, but does not state exclusions or name sibling tools (e.g., kiwi_execution_remove_link for removal). The agent is left to infer intent from the 'add_link' name.

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