Skip to main content
Glama
mysiteby

Colba MCP Server

by mysiteby

start_process

Initiate a new workflow process from a template. Provide a template ID and payload matching the header schema to receive the process ID and initial status.

Instructions

Start a new workflow process under a template. template_id: UUID of the workflow template (MUST use the 'id' field from list_pipelines, NOT 'pipeline_id'). payload: Input data matching the template's header_schema. Returns: The started process ID and initial status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payloadYes
template_idYes
Behavior3/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It does reveal the return value (started process ID and initial status) and warns about the template_id pitfall, which helps. Yet it omits details about side effects, whether the operation is synchronous, or any prerequisites beyond the template, leaving gaps in transparency.

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 exceptionally concise, using four short sentences that each deliver unique value: action, template_id guidance, payload guidance, and return format. There is zero fluff, and the most important instruction is front-loaded.

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 two-parameter start action with no output schema, the description covers the essential context: what to pass, how to obtain the correct template_id, and what to expect in return. It is slightly lacking in error conditions or idempotency notes, but the given information is sufficient for most usage scenarios.

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

Parameters5/5

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

The schema provides only names and types with no descriptions, so the description adds critical meaning. It explains that template_id must be the 'id' field from list_pipelines (not 'pipeline_id'), and that payload must match the template's header_schema. This transforms ambiguous parameters into actionable guidance.

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 opens with 'Start a new workflow process under a template,' which uses a specific verb and resource, distinguishing this from sibling listing and detail tools. The scope is precise and directly tied to template usage, leaving no ambiguity about what the tool accomplishes.

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 that this tool is used to start a process under a template, and it explicitly instructs using the 'id' field from list_pipelines rather than 'pipeline_id'. However, it does not explicitly contrast this with alternatives or state when not to use it, so it stops short of a perfect 5.

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/mysiteby/colba-mcp'

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