Skip to main content
Glama
optimize-overseas

LACRM MCP Server

Create Pipeline Status

create_pipeline_status

Add a new status to an existing pipeline to define workflow stages. Specify the status label, choose a color, and set whether it represents an active or closed stage.

Instructions

Create a new status for an existing pipeline. Statuses represent stages in your pipeline workflow.

is_active:

  • true: Status represents an active/in-progress stage

  • false: Status represents a closed/completed stage

Colors: Blue, LightBlue, Cyan, Teal, Green, LimeGreen, Yellow, Orange, Red, Pink, Magenta, Purple, Indigo, Gray, or hex codes like #486581

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesStatus label
colorNoNamed color or hex code
is_activeNoActive status (true) or closed status (false, default)
pipeline_idYesPipeline to add status to
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. While it adds useful context about the 'is_active' parameter and valid colors, it does not disclose behavioral traits such as whether the operation requires special permissions, whether it is reversible, what happens if the pipeline does not exist, or what response to expect. For a create operation, this is a significant gap 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured and concise, using a brief opening sentence and bullet points for clarifying 'is_active' and 'Colors'. It avoids unnecessary fluff and communicates necessary parameter guidance efficiently. A minor inefficiency is that the color list could be considered a bit long, but it is valuable reference material.

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 that this is a simple create operation with no output schema and no annotations, the description adequately covers the core purpose and parameter semantics. However, it lacks usage guidance (e.g., prerequisites like the pipeline existing) and does not mention expected return value or side effects. It is a minimal viable description but with clear gaps in usage and behavioral context.

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

Parameters4/5

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

The input schema covers all four parameters with baseline descriptions, but the tool description adds meaningful value by explaining the semantics of 'is_active' in the context of pipeline workflow stages and by enumerating valid color options, including named colors and hex code format. This goes beyond the schema's simple 'Active status (true) or closed status (false, default)'.

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 function: 'Create a new status for an existing pipeline.' It uses a specific verb ('create') and resource ('status for an existing pipeline'), and further clarifies that statuses represent workflow stages. This distinguishes it from sibling tools like edit_pipeline_status, delete_pipeline_status, and get_pipeline_statuses.

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 when to use the tool (when adding a stage to an existing pipeline) but provides no explicit guidance on when not to use it or how it compares to alternatives. It doesn't mention, for example, that editing or deleting statuses should use the respective sibling tools. This is implied context rather than explicit instruction.

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/optimize-overseas/lacrm-mcp'

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