Skip to main content
Glama
waylake
by waylake

dt3_read_text

Read-onlyIdempotent

Reads a bounded chunk of plain text from a DEVONthink record, returning the content along with citation and extraction status.

Instructions

Read a bounded chunk of DEVONthink indexed plain text with citation and extraction status. No OCR, transcription, or spreadsheet recalculation is performed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesRecord UUID or x-devonthink-item:// link. Link page/search parameters are ignored.
limitNo
offsetNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
offsetYes
recordYes
sourceYes
untrustedYes
next_offsetYes
text_statusYes
total_charactersYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already cover read-only/idempotent/destructive hints, but the description adds extra context about what operations it does not perform, which is useful for setting expectations 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 redundant phrasing. Every word adds value, and the key purpose and limitations are stated efficiently.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given an output schema exists, return values need not be explained. The description covers purpose and limitations but lacks sufficient context on parameter semantics and when to prefer this tool over siblings, leaving some gaps for a new agent.

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

Parameters2/5

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

Schema description coverage is 33% (only uuid has a description). The description mentions 'bounded chunk' but does not explain the limit and offset parameters, leaving them ambiguous without additional schema information.

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?

Clear verb 'read' with specific resource (DEVONthink indexed plain text) and additional details about citation and extraction status. Distinguishes from sibling tools like search, list_group, and get_record.

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?

States limitations (no OCR, transcription, spreadsheet recalculation) but does not explicitly name when to use this tool versus alternatives. The 'bounded chunk' hint implies partial reads, but no direct comparison to sibling tools.

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

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/waylake/devonthink3-mcp'

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