Skip to main content
Glama

Start a skill pipeline

start_skill_pipeline

Start a new skill pipeline run for a bug report by providing a root skill slug. Returns a context packet with full instructions and report context for stepwise execution, with live progress tracking via checkin_pipeline_step.

Instructions

Start a new skill pipeline run for a report. Pass root_skill_slug and optionally report_id. Returns run_id, context_packet (full instructions + report context), and step list. Read the context_packet — it contains skill instructions plus full report context (repro steps, root cause, RAG files). After executing each step, call checkin_pipeline_step. The PM watching the console sees progress live.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
root_skill_slugYesRoot skill slug to run, e.g. "workflow-fix-and-ship"
report_idNoReport UUID to attach the pipeline to
modeNohandoff (default): get context packet for local agent. cloud: auto-dispatch via Cursor Cloud.
project_idNoProject UUID. Falls back to the configured project.
Behavior4/5

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

Annotations indicate readOnlyHint=false, destructiveHint=false, idempotentHint=false, openWorldHint=true. The description adds behavioral context: that it creates a new run (non-read), is not destructive, and that each call generates a new run (non-idempotent). It also explains the need to read the context_packet and call checkin_pipeline_step, and notes that progress is visible live. This adds value beyond the annotations.

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 short, well-structured paragraph that front-loads the action and return values. Every sentence is meaningful and contributes to understanding. It is concise without omitting critical information.

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 no output schema, the description adequately explains the return values and the next steps (read context_packet, call checkin_pipeline_step). It could be improved by mentioning prerequisites or error conditions, but it is largely complete for the tool's purpose.

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 baseline is 3. The description highlights key parameters (root_skill_slug, report_id) and explains the mode enum (handoff vs cloud), but the schema already provides these descriptions. The description adds minimal extra semantic value, so a 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 verb 'start', the resource 'skill pipeline run for a report', and what it returns (run_id, context_packet, step list). It also distinguishes itself from sibling tools like get_pipeline_run or get_pipeline_logs by outlining the flow and subsequent step (checkin_pipeline_step).

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?

The description provides clear context: use this to start a pipeline, then execute steps and call checkin_pipeline_step. It implies the appropriate context but does not explicitly state when not to use it or suggest alternatives. Still, it gives strong usage guidance for the intended flow.

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