Skip to main content
Glama

Check in a pipeline step

checkin_pipeline_step
Idempotent

Report pipeline step status (running, passed, failed, skipped) with optional notes, PR URL, or agent reference, updating the live React Flow canvas for real-time progress visibility.

Instructions

Report the completion status of a pipeline step (passed, failed, running, or skipped). Optionally include notes, a PR URL, or the Cursor agentId. Updates the live React Flow canvas in the Mushi console so PMs see real-time progress.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
run_idYesPipeline run UUID
step_indexYesStep index (0-based)
statusYesStep status
notesNoOptional notes or output summary
pr_urlNoPR URL opened during this step
agent_refNoCursor agentId or external agent reference
Behavior4/5

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

Annotations only indicate idempotentHint=true and no destruction. The description adds behavioral context by stating it updates the live React Flow canvas for real-time progress, which is a meaningful side effect beyond what annotations provide.

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 two sentences, front-loaded with the core action and purpose, and includes all key information without redundancy. Every sentence earns its place.

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?

Given the tool's complexity (6 params, 3 required, no output schema), the description covers purpose, effect, optional fields, and real-time update context. It lacks explicit return value info but is sufficient for an action tool.

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 coverage is 100%, so the schema already describes all parameters. The description mentions optional fields (notes, PR URL, agentId) but does not add deeper meaning or constraints beyond what the schema provides. Baseline 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 clearly states the tool's verb ('Report'), resource ('pipeline step'), and the specific statuses it handles. It also distinguishes from sibling read-only tools like get_pipeline_run and start_skill_pipeline by focusing on completion reporting.

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 implies usage (when a step completes) but does not explicitly state when to use vs alternatives, nor does it provide exclusions or prerequisites. The usage context is clear but lacks explicit guidance.

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/kensaurus/mushi-mushi'

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