Skip to main content
Glama

prufa_run_flow

Execute a confirmed test flow for a website, passing per-run credentials encrypted in transit, and receive a run ID and report URL to poll for results.

Instructions

Execute a CONFIRMED flow. Returns 202 with run_id + report_url; poll the report via prufa_get_report. Pass per-run credentials as an object mapping the spec's {{VARIABLES}} to values ({'EMAIL': ..., 'PASSWORD': ...}) — these are encrypted in transit and NOT stored (use prufa_set_flow_credentials to store reusable ones). Fails if the flow is still a draft — confirm it first. Idempotent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
flow_idYes
credentialsNoOptional {VAR: value} map for this run only; encrypted in transit, not stored.
idempotency_keyNoOptional. Replays of the same key within 24h return the original response without re-executing — pass one to make retries safe. Omitted: a fresh key is generated, so each call executes.
Behavior4/5

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

Discloses key behaviors: returns 202 accepted, idempotent with key, credentials encrypted/not stored, fails on draft. No annotation given, so description carries burden. Missing details on side effects like credit consumption or rate limits, but overall adequate.

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?

Concise, front-loaded with main action, then returns, then credential details, then condition and idempotency. No superfluous information. Every sentence adds value.

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 3 params, nested objects, and no output schema, the description covers purpose, prerequisites, return value, follow-up, credential handling, idempotency, and failure case. Lacks error response details but acceptable for a run tool returning 202.

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 67% (2 of 3 params described). Description adds meaning: explains credentials object structure with example, clarifies idempotency key effect. Flow_id lacks description but is self-evident. Compensates for schema gaps effectively.

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 action ('Execute a CONFIRMED flow') and specifies the resource (flow). It distinguishes from siblings like prufa_confirm_flow and prufa_get_report by mentioning prerequisites and follow-up endpoint.

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?

Provides guidance on when to use: only for confirmed flows, with note to confirm drafts first. Mentions alternatives for storing credentials (prufa_set_flow_credentials). Lacks explicit comparison with other run tools (prufa_run_audit, etc.) but sufficiently covers common usage.

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/prufa-dev/prufa-mcp'

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