Skip to main content
Glama

INCOME 2

Request an autonomous result

request_agent_outcome
Idempotent

Submit a desired result plus max budget. HYDRA autonomously finds a route, uses free proof-of-work where possible, and can prepare a buyer-signed x402 paid execution through Agent402 Smart Order Router. The buyer wallet signs locally; HYDRA never receives its private key, never uses owner working capital, and never hands the job to a human broker. Current beta platform fee is $0.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYes
paramsNo
max_budget_usdYes
execute_if_freeNo
idempotency_keyYes
allow_external_discoveryNo

Schema Changelog

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

  1. First observed

TDQS

A3.6/5.0
Behavior5/5

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

The description provides strong behavioral guarantees beyond annotations: HYDRA never receives the buyer's private key, never uses owner working capital, never hands the job to a human broker, and can prepare buyer-signed x402 execution. It also notes the current beta fee is $0, adding useful context beyond the structured hints.

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?

The description is front-loaded with a concise action statement and then adds behavioral, security, and fee context in efficient sentences. There is no filler or repetition.

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?

For a tool with 6 parameters, no output schema, and no parameter descriptions, the description omits a required parameter (idempotency_key) and the meaning of the boolean options. It also does not explain what the caller receives after submission, leaving important invocation details unclear.

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

Parameters2/5

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

Schema description coverage is 0%, so the description carries the burden of explaining parameters. It maps 'desired result' to task and 'max budget' to max_budget_usd, but it never explains the required idempotency_key, nor the semantics of execute_if_free, allow_external_discovery, or params.

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 first sentence states a specific action (Submit) and core inputs (desired result plus max budget), and the rest names HYDRA and an autonomous route with potential x402 paid execution. This makes the tool's purpose clear, but it does not explicitly differentiate it from sibling tools like start_agent_earn.

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?

The description implies usage: submit a task and budget when you want HYDRA to autonomously find a route. However, it gives no explicit when-to-use versus alternative guidance, and it does not mention any exclusions or conditions that would route an agent to a sibling tool.

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.