Skip to main content
Glama

aaddyy_content_curator

Transforms raw text into a structured, editable document with rich formatting. Add bold, italic, colors, and images, then export the result as a polished PDF.

Instructions

Upload raw text and transform it into a beautifully structured, editable document with rich formatting. Edit with bold, italic, colors, images and more, then download as a polished PDF. (~250 credits)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileNo
styleNo
contentNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.2

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden, and it does disclose one useful trait: an approximate 250-credit cost. Beyond that, it omits everything an agent needs — whether output is a URL, file, or inline document, whether the 'edit' step happens via this tool or an external UI, whether state persists between calls, and what permissions or file formats are accepted.

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

Conciseness3/5

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

Two sentences, front-loaded with the main action, which is reasonable. But marketing adjectives ('beautifully structured', 'polished', 'and more') consume space without adding information the agent can act on.

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 undescribed parameters, no annotations, and no output schema, the description should explain inputs and return shape; it explains neither. The agent cannot determine what it receives back or how to supply the text, leaving this definition materially 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% and all three parameters (file, style, content) are undocumented. The description loosely implies text input and formatting but never maps to any parameter, and 'style' — the parameter most likely to change output — is not addressed at all, leaving the agent to guess which field takes the raw text.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a concrete verb-and-resource chain ('upload raw text', 'transform it into a structured, editable document', 'download as a polished PDF'), so the general purpose is inferable. However, it reads as marketing copy rather than a single well-defined action — it is unclear whether this is a converter, an editor, or a multi-step pipeline — and nothing distinguishes it from siblings like aaddyy_image_to_pdf or aaddyy_pdf_merge.

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 statement of when to choose this tool over the many adjacent document/PDF siblings, no prerequisites, and no conditions under which it should not be used. The only operative detail offered ('~250 credits') is a cost note, not usage guidance.

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