Skip to main content
Glama

analyze_ai_writing

Read-only

Detect AI writing in English and Spanish via stylometric analysis of word choice, rhetorical crutches, syntactic patterns, and sentence rhythm. Get an AI-likeness score, evidence, and fixes—all offline.

Instructions

Analyzes text for the stylometric tells of AI writing (English & Spanish): overused vocabulary, rhetorical crutches, syntactic tells, and low burstiness (uniform sentence rhythm). Returns an overall 0-100 "reads like AI" score, a plain-language verdict, per-category counts, document statistics, and a list of findings — each with the exact offending text, why it reads as AI, and an actionable fix. Runs fully offline; the text never leaves the machine. This is a signal, not proof of AI authorship.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe text to analyze.
languageNoLanguage: "en", "es", or "auto" to detect. Default "auto".auto
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description does not contradict this. It adds valuable behavioral context beyond the annotation: 'Runs fully offline; the text never leaves the machine' and the caveat 'This is a signal, not proof of AI authorship.' It also outlines the return structure, which is helpful given no output schema.

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 earning its place: first defines the analysis scope, second details the rich output structure, third includes offline privacy and an interpretive caveat. It is front-loaded with the primary action and avoids redundancy, making it highly efficient.

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?

With no output schema, the description thoroughly covers return values (score, verdict, counts, statistics, findings with fixes), languages, offline behavior, and limitations ('signal, not proof'). For a two-parameter tool, this is complete and leaves no significant gaps 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?

Schema coverage is 100%, so the baseline is 3. The description adds minimal parameter meaning beyond the schema: it mentions English & Spanish, aligning with the language parameter, but does not provide additional syntax, defaults, or constraints beyond what the schema already states. The purpose context is helpful but does not materially enrich parameter understanding.

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 a specific verb ('analyzes'), resource ('text'), and scope ('stylometric tells of AI writing'), enumerating the categories and outputs. It distinguishes itself from siblings by focusing on AI-writing detection and returning a 0-100 score, while sibling tools like 'measure_predictability' and 'check_originality' target different aspects.

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 description implies when to use the tool by detailing its capabilities (e.g., analyzing text for AI tells, offline privacy), but it does not explicitly state when to use it versus alternatives or mention any exclusions. Users can infer usage context but receive no direct guidance on selecting this tool over siblings.

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/peopleworks/SignsofAI'

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