Skip to main content
Glama

Check Project Consistency

check_consistency
Read-onlyIdempotent

Scan the entire Scrivener project to identify continuity issues: character contradictions, timeline conflicts, location mismatches, and dropped plot threads.

Instructions

Scan the whole project for continuity problems and return the issues found: character contradictions, timeline conflicts, location mismatches, and dropped or inconsistent plot threads. This is the project-wide continuity checker; use analyze_document to critique a single document's prose instead. Narrow the scan with checkTypes. Requires an open project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
checkTypesNoContinuity dimensions to check. Omit or use ["all"] for every check; otherwise pick any of characters, timeline, locations, plotThreads.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countsYesIssue tallies by severity.
issuesYesContinuity issues found, sorted by severity.
checkTypesYesThe continuity dimensions that were checked.
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the description adds value by stating it scans the whole project and requires an open project. No contradictions.

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, front-loaded with purpose and action. No extraneous information. Efficient and well-structured.

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 presence of output schema, description adequately covers purpose, types of issues, usage with checkTypes, alternative tool, and prerequisite. Complete for a well-annotated tool.

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?

Schema coverage is 100% and description adds context by explaining that omitting checkTypes defaults to all checks, and clarifies valid values beyond the enum list.

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?

Description clearly states it scans the whole project for continuity problems and lists specific issue types (character contradictions, timeline conflicts, etc.). It distinguishes from analyze_document but does not address the sibling check_plot_consistency, which may overlap.

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?

Explicitly directs to use analyze_document for single document prose critique, and mentions narrowing scan with checkTypes and the prerequisite of an open project. However, it does not discuss when not to use this tool or alternatives like check_plot_consistency.

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