Skip to main content
Glama

repurpose_content

Repurpose long-form text into twitter_thread, linkedin_post, or newsletter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
formatNotwitter_thread

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
costYes
formatYestwitter_thread, linkedin_post, or newsletter
contentYes
word_countYes

Schema Changelog

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

  1. First observed

TDQS

A3.8/5.0
Behavior2/5

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

With no annotations provided, the description must disclose behavioral traits, but it only restates the action. It does not explain whether the original text is preserved, any input length limits, how the output format affects content, or any side effects.

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?

The entire description is a single, front-loaded sentence with no filler. It conveys the verb, resource, and target output formats efficiently.

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?

The tool has only two simple parameters and an output schema, so the description covers the core purpose and parameter semantics sufficiently. It loses a point because it lacks any guidance on when to use the tool or what behavioral caveats exist.

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 description coverage is 0%, but the description compensates by clarifying that 'text' should be long-form and by explicitly listing the three valid format values. This adds meaningful context beyond the bare schema definitions.

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 uses a specific verb 'Repurpose' and identifies the resource as 'long-form text', then enumerates three concrete output formats (twitter_thread, linkedin_post, newsletter). This clearly distinguishes it from sibling tools like summarize_url and find_competitors.

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 implies usage for converting long-form content into a listed format, but it does not explicitly state when to use this tool versus alternatives, nor does it mention any exclusions or prerequisites.

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

A3.9/5.0
Disambiguation5/5

Each tool performs a clearly distinct function: news discovery, competitor research, content repurposing, and URL summarization. There is no overlap in their purposes.

Naming Consistency4/5

Three tools follow a verb_noun pattern (find_competitors, repurpose_content, summarize_url), but daily_digest deviates as a noun phrase. This minor inconsistency is still readable and predictable.

Tool Count5/5

Four tools is well-scoped for a focused automation server covering research and content workflows. Each tool earns its place without redundancy.

Completeness4/5

The set covers common research and content repurposing needs, but could benefit from a general web search or content generation tool. The current surface is workable with minor gaps.