Skip to main content
Glama

purroxy_run_capability

Execute recorded browser automation to extract structured data from websites using saved session credentials. Replays actions in a headless browser for automated data collection.

Instructions

Execute a recorded browser automation capability by name. Purroxy replays the recorded actions in a headless browser with saved session credentials, then extracts and returns structured data from the resulting page. Call purroxy_list_capabilities first to discover available capability names and their parameters. Requires the Purroxy desktop app to be running.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
capability_nameYesThe name of the capability to execute, exactly as returned by purroxy_list_capabilities.
parametersNoInput parameters for the capability as key-value string pairs. Check purroxy_list_capabilities to see which parameters each capability accepts and which are required.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behaviors: it's a mutation tool (executes actions), requires external dependencies (Purroxy desktop app), involves automation (replays recorded actions in headless browser), uses saved credentials, and returns structured data. However, it doesn't mention potential side effects, error handling, or performance characteristics like timeouts.

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 the core purpose in the first sentence, followed by essential context in subsequent sentences. Every sentence earns its place: the first defines the action, the second explains the mechanism, the third provides usage guidance, and the fourth states prerequisites. No wasted words, and the structure flows logically from what to how to when.

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?

Given the tool's complexity (automation execution with dependencies), no annotations, and no output schema, the description does well by covering purpose, usage, and prerequisites. However, it lacks details on return values (only mentions 'structured data' vaguely) and doesn't address potential failures or limitations. For a tool with no output schema, more clarity on results would improve completeness.

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 description coverage is 100%, so the schema already documents both parameters thoroughly. The description adds value by explaining that capability_name must match exactly from purroxy_list_capabilities and that parameters are key-value string pairs, reinforcing the schema. It doesn't provide additional syntax or format details beyond the schema, but the context is helpful.

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 clearly states the specific action ('Execute a recorded browser automation capability by name'), the resource ('recorded browser automation capability'), and the mechanism ('Purroxy replays the recorded actions in a headless browser with saved session credentials, then extracts and returns structured data'). It distinguishes from sibling tools by specifying this is for execution, while purroxy_list_capabilities is for discovery and purroxy_status likely for monitoring.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool ('Call purroxy_list_capabilities first to discover available capability names and their parameters') and provides prerequisites ('Requires the Purroxy desktop app to be running'). It clearly differentiates from alternatives by indicating the discovery tool must be called first, establishing a clear workflow.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/KuvopLLC/purroxy2'

If you have feedback or need assistance with the MCP directory API, please join our Discord server