Skip to main content
Glama

release_reconcile

Reconcile multi-repo releases by advancing only components whose pipelines have completed. Idempotent and safe to run any time.

Instructions

One idempotent tick: read actual GitLab state and advance whatever is ready.

Safe to call any time; does nothing if pipelines are still running.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coordinateYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations exist, so description carries full weight. It declares idempotency, explains it reads state and advances, and notes it is harmless if pipelines are running. This covers key behavioral traits, though error scenarios or return details are omitted. Output schema exists to cover return values.

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 short sentences, front-loaded with the core action and key behaviors. Every sentence adds value without redundancy.

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 the tool has one parameter, no annotations, an output schema, and 11 siblings, the description covers usage conditions and idempotency but omits parameter meaning and return value summary. Adequate but with clear gaps.

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

Parameters1/5

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

Only one parameter 'coordinate' (string, required) with zero schema description coverage. The description does not mention or explain the parameter at all, leaving the agent without any guidance on what value to provide.

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 it is an idempotent tick that reads actual GitLab state and advances what is ready. It distinguishes from siblings like 'release_bump' or 'release_approve' by emphasizing its idempotent, read-then-advance behavior.

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?

Explicitly says 'Safe to call any time; does nothing if pipelines are still running.' This provides clear guidance on when to use it and under what conditions it is effective. Could mention alternatives like 'release_status' for checking, but still strong.

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/stevedevex/orchestrator'

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