Skip to main content
Glama

update_pipeline_state

Idempotent

Set values in pipeline-state.json using dot-notation paths. Create new pipeline entries or rapid test entries for market ideas.

Instructions

Update pipeline-state.json. Use dot-notation paths to set values. Can create new pipelines and rapid tests.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ideaNoFor rapid tests: the original idea description
pathYesDot-notation path to update, e.g. 'pipelines.my-market.layer_1.scout.status'
valueNoThe value to set at the path
budgetNoFor rapid tests: test budget (default: 75)
market_nameYesThe market/pipeline slug
duration_daysNoFor rapid tests: test duration (default: 5)
create_pipelineNoIf true, creates a new pipeline entry if it doesn't exist
create_rapid_testNoIf true, creates a new rapid test entry
Behavior3/5

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

Annotations already indicate idempotent and non-destructive. Description adds creation capability but misses other behavioral traits like auth or side effects beyond what's obvious.

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?

Two sentences, front-loaded with the main action, no waste. Ideal conciseness.

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?

With 8 parameters and no output schema, the description is too brief. It doesn't explain what pipeline-state.json represents or the return value, leaving gaps for the agent.

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% with detailed descriptions. Description only reinforces the dot-notation aspect already covered in schema, adding no new meaning.

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?

Clearly states it updates pipeline-state.json using dot-notation paths. Also mentions ability to create pipelines and rapid tests, but could be more specific about the resource's role.

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?

Provides some guidance on how to use (dot-notation, creating entries) but lacks explicit when-to-use vs siblings like rapid_test or creative_test.

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/ZionHopkins/asset-factory-mcp'

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