Skip to main content
Glama

x711 — Universal Agent Gas Station

x711_agent_act

Destructive

Give any agent hands. Pass a URL + natural-language instruction → x711 executes it: fills and submits forms, follows links, extracts structured data (tables, lists, prices). No Playwright. No Puppeteer. No browser setup. Together with x711_agent_see this is a full browser in two tool calls — agents that can see + act can navigate the entire internet autonomously. Instruction examples: 'fill the email field with user@example.com and submit', 'extract all product prices', 'follow the login link and return the page'. Returns: { action_performed, result, page_status }. JS SPA warning included if detected. Cost: $0.05. Requires API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to act on. Must be a public http/https URL.
inputsNoOptional key-value pairs for form fields. Keys = field name attributes (e.g. {"email": "agent@x711.io", "q": "search query"}). Merged with any defaults found on the page.
instructionYesNatural-language action to perform. Examples: 'fill the search box with "bitcoin" and submit', 'extract all table rows', 'click the Download button', 'scrape all product prices and names'.

TDQS

A4.5/5.0
Behavior5/5

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

Annotations mark destructiveHint=true and readOnlyHint=false, and the description adds valuable context beyond annotations: it specifies the return shape ({ action_performed, result, page_status }), mentions a 'JS SPA warning included if detected', and discloses operational requirements (cost $0.05, requires API key). It aligns with the destructive hint without contradiction, and discloses side-effect potential via 'fills and submits forms'.

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 dense but well-organized: hook, what-it-does, no-setup assurance, synergy with see, examples, return format, warning, and cost/auth. Each sentence serves a purpose, though the triple 'No Playwright. No Puppeteer. No browser setup.' is slightly repetitive and could be condensed. Front-loaded with purpose, so it earns a 4 rather than 5.

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?

With no output schema, the description compensates by specifying the return object, includes cost and API key requirements, and notes the SPA warning—a practical caveat for browser automation. It does not cover potential errors or rate limits, but given the presence of annotations for idempotency/destructiveness and the tool's open-ended nature, it is sufficiently complete for an agent to invoke it correctly.

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

Parameters4/5

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

Schema coverage is 100% for all three parameters, so baseline is 3. The description adds value by reinforcing the URL+instruction pattern, providing natural-language instruction examples, and clarifying the tool's purpose, which enhances understanding of the 'instruction' parameter. It slightly goes beyond the schema's examples by framing them as real-world use cases, thus warranting a 4.

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 opens with a clear, specific verb-resource pair ('Give any agent hands. Pass a URL + natural-language instruction → x711 executes it'), enumerating concrete actions (fills/submits forms, follows links, extracts structured data) and differentiates from sibling x711_agent_see by explicitly positioning it as the 'act' counterpart in a two-tool browser pair. This is unambiguous and immediately distinguishable.

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 explains when to use it ('Together with x711_agent_see this is a full browser in two tool calls... navigate the entire internet autonomously'), provides example instructions, and contrasts with browser-setup overhead ('No Playwright. No Puppeteer. No browser setup.'). It does not list exclusions or alternatives like x711_web_search, but the complementary relationship to see is explicit.

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

B3.4/5.0
Disambiguation2/5

Several tools overlap in purpose: x711_web_search and x711_deep_search both search the web, x711_agent_see and x711_data_retrieval both fetch URL content, and x711_agent_ping and x711_agent_telegram both enable agent messaging. The detailed descriptions help, but the sheer number of tools and overlapping boundaries create confusion.

Naming Consistency3/5

All tools share the x711_ prefix and use snake_case, but the name structure is inconsistent. Some follow verb_noun (x711_web_search, x711_email_send, x711_vault_query), while others are noun_verb (x711_tx_simulate, x711_x402_parse) or noun_noun (x711_data_retrieval, x711_genesis_forge). Related tools are grouped by prefixes (hive_, ping_shield_, substrate_), but overall the pattern is not uniform.

Tool Count2/5

47 tools is far above the typical well-scoped range. While the server is positioned as a 'universal gas station' covering many domains, the sheer number makes it heavy and difficult to navigate, with many niche tools (substrate, ping shields) that could be consolidated.

Completeness2/5

Despite the large tool count, there are significant lifecycle gaps. Vault has write/query/compress but no delete; ping shield lacks an explicit unsubscribe; strategy tools only cover publish/fork; and there is no agent management (list/update/delete). Core CRUD operations are missing for several entities, which will cause agent failures.

Resources