Skip to main content
Glama

Razi Text Generation

humanize_text

Rewrite text you already have so it reads less like model output — fewer stock phrases, more contractions, varied sentence rhythm. Returns JSON { humanizedText }. Meaning is meant to be preserved but wording is not: never use it on text that must stay verbatim, such as quotes, legal copy or code. Use generate_text to produce new prose from a prompt and draft_email for a whole email; this one only transforms text it is given. Requires a signed-in razi.pro account — an anonymous call is rejected with 401. Paid model call; input capped at 10,000 characters and output at roughly 2,000 tokens, so long passages come back truncated. 30 calls per hour per account, and identical inputs may return a cached result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe passage to rewrite. Plain text. Maximum 10,000 characters; longer input is rejected with 413.
levelNoHow far the rewrite may drift from the original voice. 'light' strips AI tells but stays professional, 'medium' (the default, also used for any unrecognised value) turns it conversational with contractions, 'strong' rewrites it casually with short punchy sentences.

Schema Changelog

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

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden, and it delivers richly: it discloses the JSON return shape, the meaning-vs-wording preservation caveat, the authentication requirement with 401 rejection, the paid-model nature, input/output limits and truncation, the rate limit of 30 calls/hour, and the possibility of cached results for identical inputs.

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?

Although relatively long, every sentence earns its place: core function, output shape, verbatim-use warning, sibling routing, auth, cost, limits, rate limit, and caching. It is dense but logically ordered and front-loaded with the purpose, not padded.

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 absence of annotations and an output schema, the description is remarkably complete for a paid, restricted, truncation-prone tool. It covers input constraints, output format, failure modes (401, 413 implied), rate limits, caching, and the semantic caveat, leaving no critical gap for an agent to call it safely.

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%, so the baseline is 3. The description repeats the 10,000-character input cap and adds output-truncation context, but it adds no meaning for the level parameter beyond the schema's already-complete enum explanation. It does not compensate beyond the baseline.

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 opens with a specific verb and resource ('Rewrite text you already have so it reads less like model output'), clearly distinguishing it from generation tools. It explicitly names siblings generate_text and draft_email and states that 'this one only transforms text it is given,' so an agent can disambiguate it from the other tools in the set.

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 provides explicit when-to-use and when-not-to-use guidance. It says to use generate_text for new prose and draft_email for whole emails, and warns against using this tool on text that must stay verbatim such as quotes, legal copy or code. This directly routes the agent to the correct sibling.

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.

Resources