Skip to main content
Glama

Track Motifs

track_motifs
Read-onlyIdempotent

Trace recurring motifs across a manuscript — themes, symbols, repeated phrases, or structural patterns — and report each motif ranked by strength with its occurrences.

Instructions

Trace recurring motifs across the manuscript — themes, symbols, repeated phrases, or structural patterns — and report where each recurs and how strongly. Returns the detected motifs ranked by strength with their occurrences. Use this for thematic/symbolic patterns; use find_mentions for literal occurrences of a specific word. Requires an open project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chapterIdNoOptional chapter/folder id to limit motif tracking to a single chapter.
minStrengthNoMinimum recurrence strength (0–1) a motif must reach to be reported. Higher values return only the most prominent motifs. Omit for no threshold.
patternTypeNoRestrict to one motif kind: "theme", "symbol", "phrase", or "structure". Omit to track all kinds.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description does not need to restate safety. It adds context about return value (ranked by strength with occurrences). No contradictions. Could further detail if it searches the entire manuscript or only current scene, but 'across the manuscript' is sufficient.

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 that efficiently convey purpose, output, and usage guidelines. No unnecessary words. The key information is front-loaded ('Trace recurring motifs...').

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

Completeness5/5

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

Given that there is no output schema, the description adequately informs about return value ('ranked by strength with occurrences'). It covers purpose, usage, prerequisites, and scope. The tool is simple with three optional parameters, and the description is sufficient for an agent to understand when and how to invoke it.

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 coverage is 100%, so the baseline is 3. The description does not add extra meaning beyond what the schema already provides for each parameter. No additional usage tips or examples for parameters.

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 specific verbs (trace, report) and clearly identifies the resource (recurring motifs across themes, symbols, phrases, structures). It distinguishes from sibling tool 'find_mentions' by stating the difference in use case. The purpose is immediately clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use this tool ('Use this for thematic/symbolic patterns') and when not to ('use find_mentions for literal occurrences of a specific word'). Also notes the prerequisite of an open project. Provides clear context for alternative selection.

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

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