Skip to main content
Glama
Savvy-Tech-Sphere

usable-browser-agent-free

browser_workflow_remember

Save verified reusable browser workflows with durable UI labels, steps, and notes while omitting passwords and transient handles for future agent reuse.

Instructions

Save the verified reusable workflow after discovering or completing a browser task. Store durable UI labels, decisions, and pitfalls; do not store passwords, one-time codes, or transient [ref=eN] handles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoUseful starting URL if stable.
siteNoHuman site name, e.g. 'Google Play Console'.
tagsNoSearch tags such as 'android', 'play-store', 'release'.
taskYesReusable task objective, e.g. 'Create a new Android app in Google Play Console'.
notesNoShort extra context for future agents.
stepsYesOrdered durable steps that worked. Use visible labels and page names, not transient refs.
titleNoPage title where the workflow starts or was verified.
domainNoDomain, e.g. 'play.google.com'.
outcomeNoWhat succeeded or what state was reached.
pitfallsNoThings that were wrong, surprising, changed, or easy to miss.
selectorsNoDurable UI cues: visible labels, section names, field names. Avoid transient refs.
confidenceNoConfidence that the workflow is reusable.
supersedesNoWorkflow memory ids this record replaces because they are stale or incomplete.
lastVerifiedNoVerification date, default today.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.7.0

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations, the description must carry the burden. It discloses content restrictions and the act of saving, but does not mention side effects (e.g., whether it overwrites, returns an ID, or requires prior verification). It is adequate but not fully transparent about what happens on save.

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, no fluff. The primary purpose is front-loaded, followed by concise content rules. Every word earns its place.

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 14 parameters and high schema coverage, the description covers the core purpose and content constraints well. It doesn't explain return values or error behavior, but for a save tool with no output schema, that is minor. The guidance about what not to store is valuable and the overall definition is complete enough for an agent to use 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%, so parameters are already documented. The description adds semantic guidance (e.g., store durable UI labels, avoid transient refs) that aligns with parameter descriptions like 'selectors' and 'steps'. This enriches meaning beyond the schema, justifying a score above the baseline 3.

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 verb 'Save' and the resource 'verified reusable workflow', with context of 'after discovering or completing a browser task'. It is immediately distinct from sibling tools like browser_workflow_recall (retrieve) and browser_workflow_forget (delete), and the purpose is unambiguous.

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?

It specifies when to use (after discovering or completing a task) and provides explicit negative guidance (do not store passwords, one-time codes, or transient refs). It does not name alternative tools or explicitly say when not to use, but the context is clear enough for a save operation.

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