Skip to main content
Glama

kaiten_remove_service_vote_property

Remove a vote property from a Service Desk service using its service ID and property ID, simplifying service configuration by deleting unwanted voting fields.

Instructions

Remove a vote property from a Service Desk service.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
service_idYesService ID
property_idYesVote property ID to remove
Install Server

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It states the action but does not disclose whether removal is irreversible, what happens if the property does not exist, or whether removing a vote property affects existing votes.

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 one concise sentence that directly states the action and object with no filler or redundant information. It is 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 low-complexity operation with two clearly described required parameters, the description adequately identifies what the tool does and what it acts on. However, the lack of any behavioral or usage context slightly reduces completeness, though not severely.

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 service_id and property_id described in the schema. The description adds minimal additional meaning beyond restating 'vote property', so the baseline score of 3 is appropriate.

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 states a specific verb ('Remove'), a specific resource ('vote property'), and the target scope ('Service Desk service'). It clearly distinguishes this from the sibling kaiten_add_service_vote_property, leaving no ambiguity about the operation.

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?

The description provides no guidance on when to use this tool versus alternatives, such as kaiten_add_service_vote_property or get_sd_service. The intended usage is only implied by the verb 'Remove' and is not explicitly stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/ViktorOgnev/kaiten-mcp'

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