Skip to main content
Glama

request_outcome_execution

Hand AgentWork an outcome your agent cannot execute. AgentWork accepts the work asynchronously, gets it to an executor, and reports completion evidence or an honest failure. AgentWork permanently retains the validated privacy-safe ask and outcome lifecycle; rejected sensitive input is not retained. This is not provider search. Save the private token from the initial call to read status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYesThe concrete work AgentWork should finish.
contextNoPublic HTTPS URLs or privacy-safe context needed to identify the work.
deadlineNo
authorityNoActions AgentWork may take. Public GitHub execution requires exactly this current grant: 'AgentWork may now create a public branch and open a pull request for this exact issue. Do not spend money or access private data.' Omit for read-only, no-spend execution.
done_whenYesObservable evidence that means the task is complete.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changed
    • changedInput schema / properties / authority / description
      Previous value: -"Actions AgentWork may take. Public GitHub execution requires exactly one current grant: 'AgentWork may now create a public branch and open a pull request for this exact issue. Do not spend money or access private data.' For research-only issue comments use: 'AgentWork may now post a public issue comment for this exact issue. Do not spend money or access private data.' Omit for read-only, no-spend execution."New value: +"Actions AgentWork may take. Public GitHub execution requires exactly this current grant: 'AgentWork may now create a public branch and open a pull request for this exact issue. Do not spend money or access private data.' Omit for read-only, no-spend execution."
  2. Changed1 schema field changed
    • changedInput schema / properties / authority / description
      Previous value: -"Actions AgentWork may take. Omit for read-only, no-spend execution."New value: +"Actions AgentWork may take. Public GitHub execution requires exactly one current grant: 'AgentWork may now create a public branch and open a pull request for this exact issue. Do not spend money or access private data.' For research-only issue comments use: 'AgentWork may now post a public issue comment for this exact issue. Do not spend money or access private data.' Omit for read-only, no-spend execution."
  3. Added

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It discloses asynchronous execution, permanent retention of validated privacy-safe asks, non-retention of rejected sensitive input, and the token requirement for status follow-up. It does not detail side effects or exact response shape, but the disclosed behavior is substantial.

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 four sentences and each serves a purpose: primary action, async behavior, retention policy, and token guidance. It is front-loaded with the core purpose and contains no obvious filler, though it could be tightened without losing meaning.

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

Completeness4/5

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

For a complex async submission tool with no annotations and no output schema, it covers the essential operational context: submission, async execution, honest failure/evidence reporting, data retention, and token-based follow-up. It falls slightly short of explicitly naming the status-read sibling or describing the exact token-bearing response.

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 80%, so the baseline is 3. The description adds almost no parameter-level meaning beyond the schema; terms like 'outcome' and 'ask' loosely relate to task and done_when but do not provide extra clarity on how to fill the parameters correctly.

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 names a concrete action: hand an outcome you cannot execute to AgentWork, and clarifies the asynchronous lifecycle with completion evidence or honest failure. It also explicitly separates itself from provider search, which helps an agent distinguish it from search-related siblings.

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?

It states the trigger condition, use this when your agent cannot execute the outcome itself, and gives an explicit exclusion with 'This is not provider search.' It also implies a follow-up status read by telling the agent to save the private token, though it does not name the exact sibling tool for reading status.

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.

TDQS

A3.5/5.0
Disambiguation3/5

Most tools are separated by lifecycle stage, and the descriptions are detailed, but resolve_blocker and request_outcome_execution both accept work the agent cannot complete, making their boundary subtle. get_blocker_resolution and get_outcome_execution are also both private status readers, so some overlap exists even though descriptions help.

Naming Consistency4/5

The set is mostly consistent with snake_case verb_noun names like search_work, select_blocker_offer, and report_blocker_outcome. buyer_capabilities is a bare noun phrase rather than a verb_noun, and submission verbs vary between resolve and request, but overall the naming remains predictable.

Tool Count5/5

Ten tools is well within the well-scoped range for a workflow server. Each tool supports the blocker lifecycle, execution status, or work/service discovery, and none feels gratuitous.

Completeness4/5

The core workflow is fully represented: resolve a blocker, discover routes, select an offer, execute, read evidence, and report outcomes. There is no explicit cancel or request-history tool, and some search/discovery tools are not tied to a follow-up action, but these are minor gaps rather than dead ends.

Resources