Skip to main content
Glama
guru-prasath-j

flutter-ios-bridge-mcp

ci_list_runs

List recent runs of the iOS workflow to monitor build, test, and ship status.

Instructions

List recent runs of the iOS workflow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoNo
limitNo
project_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It indicates a read-only 'list' operation, but it does not state that no runs are triggered or modified, nor does it clarify ordering, filtering behavior, or limit semantics beyond the schema default.

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, front-loaded sentence with no filler or repetition. Every word contributes to the basic purpose, making it easy to scan and parse.

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?

An output schema exists, so return-value documentation is not required from the description. However, with no annotations, no parameter explanations, and no usage context, the description is incomplete for an agent to correctly scope and invoke the tool across varied CI workflows.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not explain any of the three parameters (repo, limit, project_path). The phrase 'iOS workflow' gives only weak context about project_path, so the agent receives no meaningful parameter semantics beyond parameter names.

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 states a clear action and resource: 'List recent runs of the iOS workflow.' This is specific enough to distinguish from siblings like ci_trigger_build, ci_cancel_run, and ci_get_logs, though it does not explicitly name an alternative.

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?

There is no guidance on when to use this tool versus alternatives such as ci_wait_for_run or ci_get_logs. The description does not mention prerequisites, typical call order, or exclusions, leaving the agent to infer usage from the tool name alone.

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