Skip to main content
Glama

humanize_content

Rewrite existing content to sound more human and natural. Select a tone to adapt text for your CreatorOS project.

Instructions

Humanize existing content for a CreatorOS project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toneNoFriendly
contentYes
project_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of explaining behavior. It states that content is humanized, but does not disclose whether the content is mutated in place, whether output is returned, what side effects occur, or what 'humanized' means operationally. This is a significant gap for a transformation tool.

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 a single clear sentence with no filler or repetition, and the core action is front-loaded. It is concise, though the brevity contributes to under-specification in other dimensions.

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

Completeness2/5

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

For a tool with three parameters, no annotations, and many sibling content tools, the description is too sparse. It does not explain the meaning of 'humanize', when to use it, how tone behaves, or what the output contains. The presence of an output schema reduces the need to describe return values, but the usage and behavior context remain incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate, but it only loosely maps to parameters: 'content' and 'CreatorOS project' suggest content and project_id. The tone parameter is completely unaddressed, and no parameter-level guidance is given.

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 names a specific verb ('humanize') and resource ('existing content for a CreatorOS project'), which distinguishes it from content-generation siblings. However, 'humanize' is somewhat undefined and it does not explicitly differentiate from rewrite_content, though 'existing' implies a non-generative operation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit guidance on when to choose this tool over rewrite_content, summarize_content, expand_content, or the generation tools. The phrase 'existing content' implies it operates on already-created content, but no alternatives or exclusions are stated.

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