Skip to main content
Glama
waylake
by waylake

dt3_get_record

Read-onlyIdempotent

Retrieve document metadata and a revision to enable safe editing. Optionally include custom metadata up to 16,000 characters, while keeping original paths and binary bytes private.

Instructions

Read document metadata and a revision for safe editing. Optionally include custom metadata (16,000-character limit). Original paths and binary bytes are not exposed.

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
recordYes

Schema Changelog

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

  1. First observedv0.2.0

TDQS

A4.2/5.0
Behavior4/5

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

The annotations already indicate readOnly and idempotent behavior, and the description adds that original paths and binary bytes are not exposed, which is extra context. This transparency helps set expectations without contradicting the annotations. A perfect score would require more detail on side effects (e.g., whether it marks anything), but it's already strong.

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 extremely concise, using two sentences to convey the core function, optional behavior, and constraints. No redundant words or vague phrasing. It is well-structured and easy to parse.

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?

The output schema is present, so return values are defined elsewhere; the description focuses on constraints like the 16,000-character limit and non-exposure of paths/bytes. This provides sufficient context for an agent to decide whether to invoke the tool. It lacks a few details like whether the revision is the latest, but the output schema likely covers that.

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?

The uuid parameter is well described in the schema, including the format (UUID or x-devonthink-item link) and that page/search parameters are ignored. The include_custom_metadata parameter lacks a schema description, but the tool description explains it with a character limit. Combined, both parameters are semantically clear, though the schema could be more complete.

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 that the tool reads document metadata and a revision for safe editing, which is a specific and unambiguous purpose. It also mentions what is not exposed (original paths and binary bytes), further clarifying the tool's scope. This distinguishes it sufficiently from sibling tools like dt3_read_text that likely handle content.

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 a use case ('for safe editing') but does not explicitly state when to use this tool over alternatives. While the purpose is clear, there is no direct comparison to sibling tools like dt3_read_text or dt3_search. Providing a hint about when to choose this tool would improve guidance.

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