Skip to main content
Glama

kaiten_list_select_values

Fetch select values for a custom property using search, pagination, sorting, and status filters.

Instructions

List select values for a custom property.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results
queryNoSearch filter by value text
offsetNoPagination offset
order_byNoSort order: 'id', 'sort_order', or 'match_query_priority' (ranks by query match relevance, requires query param)
conditionsNoComma-separated conditions to filter: active, inactive (default: active,inactive)
property_idYesProperty ID
v2_select_searchNoUse v2 search with pagination and filtering support (recommended: true)
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description bears full responsibility for behavioral disclosure, but it only states a read-only listing action. It does not disclose pagination behavior, whether v2_select_search should be used, or the response shape.

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

Conciseness4/5

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

A single, front-loaded sentence with no filler; every word contributes to the core meaning. It could be expanded with usage context without becoming bloated, but as written it is appropriately concise.

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 7-parameter tool with no output schema and no annotations, the description lacks operational context such as pagination defaults, conditions defaults, and when v2_select_search should be enabled. The required property_id and filtering options are discoverable only from the schema.

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%, so all seven parameters are documented in structured form. The free-text description adds no additional parameter semantics beyond tying the listing to a custom property, so the baseline 3 is appropriate.

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?

Uses a specific verb ('List') and a constrained resource ('select values for a custom property'), which clearly separates it from create/get/update/delete select-value siblings. It does not explicitly contrast with kaiten_get_select_value, so it stops short of full differentiation.

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 sentence advises when to choose this over kaiten_get_select_value or how to use filtering, pagination, or v2_select_search. The agent must infer usage from the verb and sibling names, with no explicit alternatives or exclusions.

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