Skip to main content
Glama
belovdm
by belovdm

List builds

kiwi_list_builds
Read-only

Lists builds belonging to a product, with optional name filtering and result limit. Defaults to the configured project when product is not specified.

Instructions

Builds for a product. Defaults to KIWI_PROJECT when product is omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax rows to return. Defaults to KIWI_DEFAULT_LIMIT (usually 20).
queryNoSubstring match on build name
productNoProduct name or id (defaults to KIWI_PROJECT)
Behavior3/5

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

With readOnlyHint=true, the safety profile is already established, lowering the bar. The description adds the default-to-KIWI_PROJECT behavior, but this is also present in the schema; no other behavioral traits like pagination or response format are disclosed.

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, concise sentence that communicates the core purpose and a key default. It is front-loaded and contains no wasted words.

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 list tool with fully documented parameters and a read-only annotation, the description is sufficiently complete. It could explicitly mention return type or filtering behavior, but these are implied by the tool name and 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?

All three parameters have full schema descriptions (100% coverage), so the baseline is 3. The description repeats the product parameter's default but adds no new meaning beyond what the schema already provides.

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 indicates the tool returns builds for a product and highlights the default project behavior. It identifies the resource ('builds') and distinguishes from sibling list tools for other entities, though it lacks an explicit verb like 'list'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides context on the product parameter defaulting to KIWI_PROJECT, indicating the intended usage scope. No explicit alternatives or exclusions are given, so it falls just short of the highest rating.

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