Skip to main content
Glama
Cassette-Editor

oh-my-cassette

cassette_config

Set or view the session's Cassette model and thinking level. Pass only the session ID to display current options; provide a model and/or thinking level to update them for the next job turn.

Instructions

Get or set the session's Cassette model and thinking level. Call with only session_id to see the current choice and available options; pass model (id or label) and/or thinking_level to change them — persisted for the session, applied from the next cassette_run_job turn. Defaults match the web editor; change only when the user asks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNo
session_idYes
thinking_levelNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
errorNo
phaseYes
job_idNo
warningsNo
artifactsNo
session_idNo
next_actionYes
Behavior3/5

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

Without annotations, the description must carry the full transparency burden. It discloses that changes are 'persisted for the session' and 'applied from the next cassette_run_job turn,' and warns of default matching. However, it does not mention potential side effects or whether changes are reversible, which is a gap for a mutation tool.

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 concise at three sentences, front-loaded with the core purpose, and each sentence adds unique value: purpose, usage pattern, and default behavior warning. No wasted words.

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 presence of an output schema, the description appropriately focuses on behavior rather than return values. It covers what to expect when reading ('current choice and available options') and when writing (persistence and timing). Minor gap: does not explicitly state that writing returns the updated config, but the output schema likely covers this.

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?

With 0% schema description coverage, the description effectively compensates by explaining the purpose and usage of each parameter: 'model (id or label)' and 'thinking_level' with implied enum set. It clarifies the read/write pattern using session_id alone vs. with parameters, adding meaning beyond the bare schema.

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's function: 'Get or set the session's Cassette model and thinking level.' It uses specific verbs (Get, set) and resources (model, thinking level), and distinguishes itself from sibling tools like cassette_run_job by focusing on configuration rather than execution.

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?

The description provides explicit guidance: call with only session_id to read current config, or pass model/thinking_level to modify. It also advises 'change only when the user asks,' indicating appropriate invocation context. However, it does not explicitly state when not to use this tool versus alternatives, though the context implies it.

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/Cassette-Editor/oh-my-cassette'

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