Skip to main content
Glama
nazaryanenko

scrivener-mcp

by nazaryanenko

get_notes

Retrieve the inspector notes for any document in your Scrivener project by specifying its title, path, or UUID.

Instructions

Get the document notes (inspector notes) for a document.

In Scrivener, document notes appear in the inspector panel and contain author notes, research, reminders, etc.

Args: identifier: Document title, path, or UUID

Returns: The notes text, or a message if no notes exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It does disclose the return behavior ('notes text, or a message if no notes exist') but omits edge cases like invalid identifiers or multiple matches. The read-only nature is implied by 'Get' but not made explicit.

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 well-structured with clear Args/Returns sections. The sentence about Scrivener inspector notes provides useful context, though it slightly extends beyond pure functional description. Overall efficient and readable.

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 simple 1-parameter tool with an output schema, the description is fairly complete. It explains what notes are and what the return value looks like. The only gap is lack of explicit usage differentiation from sibling tools, but the simplicity of the tool reduces the need.

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?

Despite 0% schema coverage, the description defines 'identifier' as 'Document title, path, or UUID', adding meaningful semantic content beyond the raw schema. It gives the agent concrete information on acceptable identifier formats.

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 uses a specific verb ('Get') and names the exact resource ('document notes (inspector notes)'). It also clarifies that these are inspector notes (author notes, research, reminders), distinguishing this from sibling tools like read_document (body content) and get_synopsis.

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 provides context about when notes are relevant (inspector panel, author notes, research) but does not explicitly state when to choose this tool over alternatives like read_document or get_synopsis. Usage is implied but not directly compared.

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/nazaryanenko/scrivener-mcp'

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