Skip to main content
Glama
ClockNext

ClockNext MCP Server

Official
by ClockNext

ClockNext: update outcome

clocknext_update_outcome
Idempotent

Replace an outcome by ID with a complete new definition, recalculating each step's price from its model mixer. Omitted steps or fields are dropped—fetch the current outcome first.

Instructions

Replace an outcome by id with its COMPLETE new definition — a full rewrite, NOT a partial patch (omitted steps/fields are dropped). Each step's price is re-grounded from its models mixer (same as create). Read the current outcome with clocknext_get_outcome first. Step agent keys are the runtime binding — change them deliberately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe outcome id to update.
nameYesOutcome name.
stepsYes1–50 steps; each grounded by its own model mixer. Step names and agent keys must each be unique.
isActiveNoWhether the outcome is active/sellable.
descriptionNoOptional human-readable description.
marginPercentYesMarkup over the summed step base costs, as a percent (e.g. 100 = double = pricePerOutcome).
Behavior5/5

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

The description explicitly discloses that this is a full rewrite, not a partial patch, and that omitted steps/fields are dropped. It also reveals that step prices are re-grounded from the models mixer and warns that agent keys are runtime bindings that must be changed deliberately, providing substantial context 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?

Four sentences front-load the essential semantics of full replacement and the prerequisite of reading first. Every sentence contributes operational value with no filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of nested steps and model mixers, the description covers the main pitfalls: full rewrite semantics, read-before-update, and agent key sensitivity. Combined with the exhaustive schema, the agent has sufficient information to invoke the tool correctly.

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 schema covers all parameters at 100%, but the description adds critical semantic context about the 'complete new definition' rewrite behavior and re-grounding of step prices. This clarifies how the parameters interact, exceeding the baseline for a fully covered schema.

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 opens with 'Replace an outcome by id' which clearly identifies the verb and resource, and the phrase 'COMPLETE new definition' distinguishes it from create/archive/get. This specificity leaves no ambiguity about the tool's function.

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 a clear prerequisite by instructing to read the current outcome with clocknext_get_outcome first, and references 'same as create' to set expectations. While it doesn't explicitly contrast with alternatives, the guidance effectively indicates when to use this tool.

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/ClockNext/clocknext-mcp'

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