Skip to main content
Glama
GeiserX

spinnaker-mcp

search_executions

Read-onlyIdempotent

Search pipeline executions for a specific Spinnaker application, with optional filters by status, trigger type, time range, or event ID.

Instructions

Search pipeline executions for an application with optional filters

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
applicationYesApplication name as registered in Spinnaker
end_timeNoFilter executions started before this time (ISO 8601)
event_idNoFilter by event ID
start_timeNoFilter executions started after this time (ISO 8601)
statusesNoComma-separated execution statuses to filter by (e.g. RUNNING,SUCCEEDED,TERMINAL)
trigger_typeNoFilter by trigger type (e.g. manual, webhook, cron)
Behavior3/5

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

Annotations already indicate readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true. The description adds no further behavioral context beyond the verb 'search', which is consistent with annotations. No contradiction.

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?

The description is a single sentence that succinctly states the tool's purpose and availability of filters. No unnecessary words, but could mention what it returns (execution IDs or details).

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 complexity (6 params, 1 required) and no output schema, the description is adequate but does not specify return format, pagination, or ordering. Annotations are rich, but the description could be slightly more complete.

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 each parameter is documented in the schema. The description does not add extra meaning beyond what the schema provides (e.g., format details for start_time/end_time are in schema). Baseline of 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?

Description clearly states it searches pipeline executions for an application, which distinguishes it from sibling tools like 'list_executions' (which likely lists executions without filtering) and search tools that lack application context.

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

Usage Guidelines3/5

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

The description mentions optional filters but does not indicate when to use this tool vs alternatives like 'list_executions' or 'get_execution'. No explicit when-not or alternative guidance is provided.

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/GeiserX/spinnaker-mcp'

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