Skip to main content
Glama

Darwin

Execute Darwin capability

execute_darwin_capability
DestructiveIdempotent

Make an outcome happen through one durable Darwin Goal. Start with an exact capabilityId and capabilityRevision from search and use only its inputContract fields; poll with status; respond with clarification; decide an exact reviewed approval; or stop the goal's current queued or running Turn. Every mutation requires requestId, approval uses the exact returned revision and digest, and nonterminal work is never reported as complete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYes
goalIdNo
inputsNo
intentNo
reasonNo
messageNo
decisionNo
requestIdNo
actingAiIdNo
approvalIdNo
targetAiIdNo
capabilityIdNo
expectedRevisionNo
capabilityRevisionNo
reviewedPayloadDigestNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYes
goalIdYes
resultYes
statusYes
webLinkNo
interactionNo
actionRequiredYes
availableActionsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare destructive and idempotent hints, but the description adds meaningful specifics: every mutation requires requestId, approval uses the exact returned revision and digest, and nonterminal work is never reported as complete. These details are not inferable from annotations and help the agent understand the required protocol and state handling.

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 two sentences with dense, relevant information, avoiding fluff. The key workflow steps are listed in a compressed but understandable manner. While the first sentence is long, it packs essential details without being verbose.

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?

This is a complex tool with 15 parameters, nested objects, an output schema, and five different operations. The description provides a high-level overview but lacks crucial details like which parameters are required for each type, how to construct inputs per the inputContract, or how the approval digests are obtained. Given the tool's complexity and the zero schema coverage, the description is insufficient for an agent to correctly invoke all operations without additional guidance.

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 description coverage is 0%, so the description must compensate. It adds meaning for capabilityId and capabilityRevision (from search), and for requestId (required for mutations). However, it does not explain most other parameters such as goalId, inputs, intent, decision, or the approval-related fields, nor how they relate to the different type operations. This is partial compensation for a 15-parameter schema.

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?

The description states the tool makes an outcome happen through a durable Darwin Goal and lists the concrete operations (start, status, respond, approve, stop). This distinguishes it from the sibling search_darwin_capabilities, which is for finding capabilities. However, the phrasing 'Make an outcome happen' is somewhat abstract and the exact resource is only implied by the title and the mention of capabilityId.

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 instructs to start with an exact capabilityId and capabilityRevision from search, clearly indicating that search_darwin_capabilities should be used first. It also enumerates distinct usage flows (poll with status, respond with clarification, approve, stop), providing situational context. It does not explicitly state when not to use this tool, but the search prerequisite covers the main alternative.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources