Skip to main content
Glama
AIStoryHub

Étincel MCP Server

by AIStoryHub

Check a draft for habits repeated across a voice's past pieces

check_self_repetition
Read-onlyIdempotent

Compare a drafted text against a trained voice's recent samples to reveal self-repetition, such as repeated openings or characteristic phrases. Pinpoint recurring habits in your own writing style.

Instructions

Compare a piece of drafted text against a trained voice's own recent training samples for two kinds of self-repetition: opening the same way ("you've opened this way in 4 of your last 6 pieces"), and reusing a characteristic phrase across several of them. This is about the writer's own recurring habits, not AI-writing tells; use audit_text for those. Only meaningful for a voice trained from real samples (train_style) with at least 3 recorded samples; dial-tuned or preset-forked voices, or ones with too little history yet, come back with an empty findings list rather than an error. Only the local install tracks sample history today, so a hosted/remote connection may always report zero history. A signal to weigh, same trust-mode spirit as audit_text: never rewrite the draft on the strength of this alone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoDeprecated alias for styleId.
textYesThe drafted text to check.
styleIdNoId of the trained voice to compare against, from list_styles.
Behavior5/5

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

Annotations already declare safe read-only/idempotent behavior, and the description adds valuable context: it lists the two specific repetition patterns, empty-list behavior for insufficient history, local-only history tracking, and a caution not to over-trust results. No contradiction with annotations.

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?

Four sentences, each earning its place: purpose, distinction from audit_text, usage conditions including empty-list behavior, and a trust-mode warning. Information is front-loaded and compact without redundancy.

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?

Even without an output schema, the description fully sets expectations: what the tool detects, when it may return empty, platform differences, and how to interpret its signal. This is sufficient for an agent to invoke it correctly.

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?

Input schema covers all three parameters with clear descriptions: text, styleId, and deprecated id alias. The tool description adds context about trained voices and recent samples but does not substantially enhance parameter-level meaning beyond the schema, so baseline 3 is appropriate.

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 specifies a clear action: comparing drafted text against a trained voice's samples to detect two named types of self-repetition. It explicitly differentiates from audit_text ('not AI-writing tells') and ties to train_style, making its purpose distinct among siblings.

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?

Directs users to use audit_text for AI-writing tells, and states that the tool is only meaningful for voices trained from real samples with at least 3 samples, otherwise returning empty findings. It also notes hosted/remote differences and advises against rewriting solely on this signal, covering when-to-use and exclusions.

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/AIStoryHub/etincel'

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