Skip to main content
Glama

styx_fetch

Fetch a URL through the Tor network. Requires a paid STYX key (1 credit).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
api_keyNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

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 full behavioral burden. It does disclose two genuinely useful operational facts — a paid STYX key is required and each call consumes 1 credit — which tells the agent this is a costly, gated operation. However, it says nothing about response format, failure behavior, timeouts, or whether credits are consumed on failed fetches, which are material gaps for a paid operation.

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?

Two sentences totaling about 16 words, with the primary action front-loaded and zero filler. The second sentence earns its place by disclosing the cost and key prerequisite, which an agent must know before invoking. Nothing extraneous is present.

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 annotations, no output schema, and 0% schema coverage, the 16-word description carries the full context load. It covers what the tool does and its cost, but omits how to obtain the required key (siblings exist for this), what the fetch returns, and what happens on failure or invalid keys — relevant gaps for a credit-consuming tool. A few more sentences would materially improve call correctness.

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 does partially: 'Fetch a URL' clarifies url, and 'Requires a paid STYX key' gives real meaning to api_key (not just any string, but a paid STYX key). It stops short of specifying key format, how to obtain one, or what the empty default implies, so it adds value over the bare schema but does not fully document the parameters.

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?

"Fetch a URL through the Tor network" states a specific verb (fetch), a concrete resource (URL), and the routing context (Tor network). This cleanly distinguishes it from its siblings (styx_beacon, styx_credits, styx_order, styx_renew, styx_collect_key), which are all about key management or credit operations, so an agent can tell them apart without opening schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no guidance about when to use this tool versus alternatives, and it never mentions the sibling tools that relate to acquiring the required key (styx_order, styx_collect_key). The only condition stated is the paid-key prerequisite, which is a constraint rather than usage direction, so the agent is left to infer when this tool is the right choice.

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