Skip to main content
Glama

browser_playbook_import

Import a playbook bundle from a file, inline JSON, or URL. Optionally overwrite existing playbooks or rewrite their origin.

Instructions

Import a playbook bundle (local file, inline JSON, or https URL). Optionally overwrite existing playbooks or rewrite their origin (e.g., staging → production).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bundlePathNo
bundleJsonNo
urlNo
overwriteNo
rewriteOriginNo
Behavior2/5

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

With no annotations provided, the description must bear the full burden of behavioral disclosure. It mentions overwriting and rewriting origins, but fails to explain side effects (e.g., whether existing playbooks are replaced without confirmation), validation behavior, permission requirements, or error handling for invalid inputs.

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 consists of two short sentences that efficiently convey the core action and optional behaviors with no redundant words. It is front-loaded with the primary purpose.

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?

Given the tool has 5 parameters, no annotations, no output schema, and involves a complex import operation, the description is insufficient. It lacks details on return values, error states, prerequisite conditions (e.g., file format, URL accessibility), and the exact impact of the overwrite and rewrite flags.

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?

The description adds meaning to all five parameters by mapping source names to param keys (bundlePath for local file, bundleJson for inline JSON, url for URL) and explaining overwrite and rewriteOrigin with an example. However, it does not clarify that the three source parameters are mutually exclusive.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Import a playbook bundle') and lists three source options (local file, inline JSON, or https URL), distinguishing it from sibling export tools. However, the term 'playbook bundle' is not defined, leaving some ambiguity about the expected format.

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 does not provide guidance on when to use this tool versus alternatives like browser_playbook_save or browser_playbook_propose_update. It mentions optional overwrite and rewrite but gives no context on prerequisites or exclusions.

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/DevZonayed/Mochi'

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