Skip to main content
Glama

Humanize text

betterpost_humanize

Rewrite existing text into BetterPost's readable, human voice. Preserves the meaning, facts, links, and format; returns the rewritten text plus short notes on what changed. Pass projectId to write in that project's tone and instructions, type to apply a channel's style, or tone to set the voice directly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe text to humanize (max 30,000 characters).
toneNoTone override; wins over the project tone.
typeNoApply this channel's style rules to the rewrite.
projectIdNoUse this project's tone and writing instructions.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe rewritten text, a drop-in replacement for the input
changesYesShort notes on the main edits made
inputWordsYes
creditsChargedYes

TDQS

A4/5.0
Behavior3/5

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

Annotations indicate the tool is not read-only and not destructive. The description adds that the rewrite preserves meaning, facts, links, and format, and returns notes on changes. However, no additional behavioral traits beyond annotations are disclosed, and the mutation nature is already implied by 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?

Two concise sentences: the first covers the core action and output, the second explains optional parameters. Every sentence adds value without redundancy.

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 tool has 4 parameters and an output schema, the description covers the essential purpose, output, and parameter usage. It does not repeat schema details like the required text parameter or max length, but the schema already handles that. Minor gap: no mention of the output format, but output schema exists.

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?

Schema covers 100% of parameters, but the description adds meaningful context: it explains that tone wins over project tone, and that projectId uses the project's tone and writing instructions. This enhances understanding beyond the schema's literal 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 rewrites text into a human voice, preserving meaning, facts, links, and format. It distinguishes itself from sibling tools by focusing on rewriting existing content rather than generating new content or deriving content.

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 explains when to use optional parameters (projectId for project tone, type for channel style, tone for direct override) but does not explicitly state when not to use the tool or compare it to alternatives. Some guidance is present, but exclusions are missing.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Every tool has a clearly distinct purpose—project management, source and story handling, content generation, settings, and usage—with no overlapping functionality. The descriptions clearly delineate when to use each tool.

Naming Consistency5/5

All tools follow the consistent pattern 'betterpost_<verb>_<noun>', making the set predictable and easy to navigate. The naming convention is uniform throughout.

Tool Count5/5

With 23 tools, the server covers a comprehensive content generation workflow without being overwhelming. Each tool serves a necessary function, and the count feels well-scoped for the domain.

Completeness5/5

The tool surface covers the full lifecycle of project management, source acquisition, story curation, content generation/derivation, and settings configuration. There are no obvious gaps that would cause an agent to fail in typical use cases.