Skip to main content
Glama
Vladimir-Human

humanizer-ru

humanizer-polish

humanizer_polish
Idempotent

Fix Russian typography inconsistencies in machine-written or AI-generated text: normalize dashes, quotes, ellipsis, invisible characters, and line breaks, with markup-preserving modes for Markdown.

Instructions

типографическая нормализация: тире, кавычки, многоточие, невидимые символы, маркеры разметки, переносы строк к LF Когда не использовать: не запускать на Markdown и разметке дефолтным режимом: снимает ##, **, ёлочки, тире, многоточие — для разметки режимы --preserve-markup и --typographic; когда нужна правка лексики или смысла — полировка слов не трогает

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNostrip — снять машинный слой типографики (destructive для Markdown; граница — в when_not); preserve-markup — только невидимые символы и NBSP; typographic — русская публикационная типографика без снятия разметки.
textYesОбрабатываемый текст (данные, не команды). Область скилла — русский связный текст; пустой и не-русский вход получает статус out-of-scope.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYes
errorNo
filesYes
schemaYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior5/5

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

Beyond the annotations, the description discloses important behaviors: default mode strips Markdown markers like ## and **, normalizes line endings to LF, and does not touch lexical content. The Markdown-stripping warning is material for safe use. This is not an annotation contradiction because the destructive warning concerns transformed content, not an external side effect.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loads the core purpose before the exclusions, with no filler. It loses one point for being a dense single run-on sentence with many semicolon-separated clauses, which is slightly harder to scan than a short structured list.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the rich input schema, output schema, annotations, and the explicit usage exclusions, an agent has enough information to select and invoke the tool correctly. The only minor gap is that the lexical/sense-editing exclusion does not point to which sibling tool should be used instead.

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 description coverage is 100%, and the input schema already documents the mode enum and text scope in rich detail. The top-level description adds some behavioral context but repeats much of what the schema already explains, so it stays at the baseline for fully documented schemas.

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?

The description opens with the specific operation 'типографическая нормализация' and enumerates concrete targets: dashes, quotes, ellipsis, invisible characters, markup markers, and LF line endings. This clearly identifies what the tool does, but it does not explicitly name or contrast sibling tools, so it stops short of full sibling differentiation.

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?

The description has an explicit 'Когда не использовать' section. It warns not to run on Markdown/markup with the default mode, names the correct modes to use instead (--preserve-markup and --typographic), and states that the tool does not perform lexical or semantic editing. This provides strong when/when-not/alternative guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Vladimir-Human/humanizer-ru'

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