Skip to main content
Glama
PTCuong-1102

story-architect-mcp

by PTCuong-1102

Scan Messy Novel Project

story_scan_messy_project

Scan a messy novel project to detect duplicate files, identify encoding, and classify files into Manuscript, Notes, Lore, and Outline with confidence scores.

Instructions

Quét toàn bộ dự án tiểu thuyết lộn xộn: phát hiện trùng lặp, nhận diện encoding, phân loại file vào 4 nhóm (Manuscript, Notes, Lore, Outline) kèm confidence score.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesĐường dẫn đến thư mục dự án cần quét
detectDuplicatesNoPhát hiện file trùng lặp/tương đồng
Behavior3/5

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

With no annotations, the description must carry the full behavioral disclosure burden. It mentions duplicate detection, encoding identification, and classification with confidence scores, which are useful. However, it does not explicitly state whether the scan is read-only, whether files are modified, or how the confidence score is derived. This leaves some ambiguity.

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 a single, compact sentence that front-loads the main action ('scan') and enumerates key behaviors. Every phrase earns its place with no redundancy or filler.

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 no output schema, the description does not explain the return value or output format beyond stating 'classification with confidence score'. For a complex scanning tool that detects duplicates, encoding, and classifies files, more detail about the result structure would be helpful. The core purpose is covered, but the output behavior is underspecified.

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 mentions duplicate detection, which aligns with the detectDuplicates parameter, but it does not add extra meaning about the path or when to disable duplicate detection. It does not go beyond the schema descriptions.

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 the tool scans the entire messy novel project and lists specific actions: detect duplicates, identify encoding, and classify files into 4 groups with confidence scores. This specific verb+resource combination distinguishes it from sibling tools like story_get_project_info or story_auto_refactor_structure.

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 phrase 'messy project' implies it should be used when a project is disorganized, but there is no explicit when-to-use guidance or comparison with alternatives. It lacks exclusions or references to sibling tools that might serve similar purposes.

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/PTCuong-1102/story-architect-mcp'

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