Skip to main content
Glama

add_reading_bookmark

Bookmark a specific unit in a reading material to mark its location for later study and quick access.

Instructions

WARNING: Changes stored DeepTutor learning data. Check the target ID and values; call only when the learner explicitly requests this action. Bookmark a unit in a reading material

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNoBookmark label
confirmYesSet true when this write is authorized by the current user request
locatorYesOne-based unit locator
material_idYesReading material ID
source_anchorNoSource anchor

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes原始 DeepTutor 工具返回值;其具体字段由对应 DeepTutor API 决定。

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

A3.9/5.0
Behavior4/5

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

The description warns that the tool changes stored DeepTutor learning data and emphasizes user authorization, which adds important behavioral context beyond the annotations' readOnlyHint=false and destructiveHint=false. It does not explain side effects like duplicates or idempotency, but the core mutation risk is clearly disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the critical warning before stating the purpose. It could be slightly more streamlined, but there is no filler and the important caution 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?

With an output schema present and all parameters documented in the input schema, the description provides adequate context for calling the tool: purpose, mutation warning, and explicit authorization condition. It does not elaborate on optional parameters like label or source_anchor, but those are already defined in the schema.

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 the baseline is 3. The description does not add significant per-parameter meaning beyond what the schema already states, although 'Check the target ID and values' generally reinforces the need to validate material_id, locator, and confirm.

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 states a clear action and resource: 'Bookmark a unit in a reading material.' It does not explicitly contrast itself with sibling tools like list_reading_bookmarks or delete_reading_bookmark, but the verb and target are specific enough for an agent to identify the operation.

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 gives actionable guidance: call only when the learner explicitly requests the action, and require checking the target ID and values before invoking. It does not mention alternative tools for when not to use it, but it gives clear contextual prerequisites for a write operation.

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