Skip to main content
Glama

cortex_automation_http_request

Outbound SSRF-guarded HTTP via /v1/automation/http-request (x402-paid, automation).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesTarget URL (public, non-private IPs only)
bodyNoOutbound body (JSON-serialisable)
methodNoHTTP method (default GET)
headersNoOutbound headers
timeoutNoTimeout seconds (default 30)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It usefully discloses SSRF guarding and the x402-paid cost model, which are important safety and payment traits. It does not mention whether the response is returned, what side effects the remote endpoint may see, or any authentication requirements.

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 a single dense sentence that front-loads the core behavior ('Outbound SSRF-guarded HTTP') and then adds route and payment context. Every phrase carries useful information with no filler.

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?

With no output schema and no annotations, the description should explain response and error behavior, but it does not. It also omits authentication details beyond the cryptic 'x402-paid' label, leaving an agent with incomplete expectations for using the tool correctly.

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 100%, with all parameters such as url, method, headers, body, and timeout already documented. The tool description adds no additional parameter-level meaning beyond what the schema already provides, so the baseline 3 applies.

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 clearly identifies the tool as outbound HTTP with SSRF guarding, and names the exact endpoint. It lacks an explicit verb like 'send' or 'make', but the meaning is unambiguous and distinguishes it from sibling automation tools.

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 phrase 'Outbound' implies it should be used when an external HTTP request is needed, and 'automation' gives a category context. However, it does not explicitly state when not to use it or compare it against alternatives such as cortex_automation_transform.

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.