Skip to main content
Glama

episode_bookmark

Save your current podcast episode position with title, show, progress, and an optional note so you can resume listening later.

Instructions

Bookmark the current podcast-episode position to the sidecar (title, show, progress, optional note) — where_was_i is audiobooks-only today. Quota: 🟢 1 read (GET /me/player).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoOptional note to attach to the bookmark
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise
Behavior4/5

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

With no annotations provided, the description carries the full disclosure burden. It adds genuinely useful behavioral context: the operation reads the player state via GET /me/player, costs exactly 1 quota unit (🟢 green), and persists to the sidecar. It does not disclose overwrite-vs-append semantics or failure behavior (e.g., nothing playing), which keeps it from a 5.

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 with zero filler: the first front-loads the action, scope, and sibling distinction; the second adds quota and cost. Every clause earns its place, and the most important routing information appears first.

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 tool with 2 optional params and no nested objects, this is nearly complete: it covers purpose, stored fields, sibling scope, and cost. The remaining gaps are minor — no explicit return-value note (though the response_format param covers output options) and no idempotency statement. Against the tool's low complexity, this is strong.

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 description coverage is 100%, so both 'note' and 'response_format' are already fully documented in the schema, including enum meaning ('concise'/'detailed'/'json'). The description's mention of 'optional note' merely echoes the schema and adds no new parameter semantics. Baseline 3 applies.

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?

States an action verb ('Bookmark'), a specific resource ('current podcast-episode position'), a storage target ('the sidecar'), and the captured fields ('title, show, progress, optional note'). The clause 'where_was_i is audiobooks-only today' explicitly differentiates it from the nearest sibling, so an agent can route correctly without opening any schema.

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?

Names the closest alternative ('where_was_i') and the deciding condition ('audiobooks-only'), telling the agent to use this tool for podcast episodes instead. It also discloses the cost profile upfront. It does not canvass all bookmark-like siblings (e.g., chapter_bookmarks, capture_playback_position, save_scene), so it falls just short of exhaustive when/when-not guidance.

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/NovaLux12/spotify-mcp-server'

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