Skip to main content
Glama
parweb

mcp-ai-slop-checker

by parweb

Check text for AI-writing style tells

check_ai_slop

Score prose 0-100 on human readability by counting six style tells unique to AI writing, including LLM word density and formulaic structures. Get a verdict, sub-scores, and up to six concrete fixes.

Instructions

Score any prose 0-100 on how human it reads (100 = reads human) by counting six families of style tells: LLM word/phrase density, em-dash density, formulaic structures, sentence-length uniformity, lack of specifics, and over-perfect bullet lists. Returns the score, a verdict, per-dimension sub-scores with the raw counts that produced them, and up to 6 concrete fixes. Fully deterministic and local: no LLM call, no network, same input always gives the same number. This measures STYLE, not authorship — it is a tells counter, not an AI detector.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe prose to score. At least ~200 characters gives a reliable read; shorter text still scores but the sentence-rhythm dimension is skipped.
Behavior5/5

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

With no annotations, the description fully explains behavior: it is deterministic, local (no LLM call, no network), and always returns the same number for the same input. It also outlines the output structure: score, verdict, per-dimension sub-scores with raw counts, and up to 6 concrete fixes. This exceeds the burden typically required without 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?

The description is three sentences, each adding essential information: purpose and measurement components, output details, and deterministic/local nature. No word is wasted, and critical caveats are included up front.

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 the simple input schema and lack of output schema, the description covers all necessary context: what input is expected, how to interpret results, and behavioral guarantees. It also addresses edge cases (short text) and limitations (style vs. authorship), making it sufficient for an agent to use correctly.

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?

The sole parameter 'text' is described with a helpful note about reliability at ~200 characters and behavior for shorter text. Since schema coverage is 100%, the description adds value beyond the schema by providing contextual usage hints, earning a 4.

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's purpose: scoring prose on a human-likeness scale from 0 to 100. It specifies exactly which style tells are counted (LLM word/phrase density, em-dash density, formulaic structures, etc.), distinguishing it from siblings like 'grade_landing_copy' which likely targets landing pages.

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?

The description provides usage guidance by noting the minimum character count for reliable results and that shorter text still works but skips a dimension. It also warns that this measures style, not authorship, so it's not an AI detector. However, it does not explicitly compare to sibling tools or state when not to use them.

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/parweb/mcp-ai-slop-checker'

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