Skip to main content
Glama

oc_skill_export

Read-onlyIdempotent

Export an opt-in codegen replay artifact from a Chrome automation session. Returns path and byte count for puppeteer, playwright, or mcp-replay output.

Instructions

Export an opt-in codegen replay artifact written by --codegen. Returns the path and byte count for puppeteer, playwright, or mcp-replay output. Default OpenChrome behavior is unchanged when --codegen is off.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skill_idNoSkill id or session id hint. For codegen artifacts this is matched against file names.
session_idNoExact MCP session id to export. Defaults to current session.
formatYesREQUIRED Export format.
Behavior4/5

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

Annotations already indicate readOnlyHint, destructiveHint, idempotentHint, and openWorldHint. The description adds value by stating the return format and that default behavior is unchanged when --codegen is off, providing context beyond the annotations.

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 concise sentences with no superfluous words. Efficiently communicates purpose, output, and a behavioral note.

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?

For a simple tool with high schema coverage and annotations, the description covers purpose, output, and a condition. It could mention prerequisites (e.g., codegen must be running) but is mostly complete.

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

Parameters3/5

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

Schema coverage is 100% with each parameter having a description. The description does not add significant new meaning for the parameters, as it focuses on the output. Baseline 3 is appropriate.

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 tool exports an opt-in codegen replay artifact and specifies the output (path and byte count) and formats (puppeteer, playwright, mcp-replay). This distinguishes it from sibling export tools like oc_context_export and oc_recording_export.

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

Usage Guidelines3/5

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

The description implies usage for codegen replay artifacts only, and mentions default behavior unchanged when --codegen is off. However, it does not explicitly state when to use this tool versus alternatives or provide 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/shaun0927/openchrome'

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