Skip to main content
Glama

repurpose

Transform blog posts into platform-native content for Twitter threads, LinkedIn posts, Reddit discussions, Hacker News submissions, Bluesky posts, and newsletter formats to maximize content reach across multiple channels.

Instructions

Transform a full blog post into platform-native content for Twitter threads, LinkedIn, Reddit, Hacker News, Bluesky, and newsletters [requires credits]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesThe full markdown article to repurpose
titleYesThe article title
urlNoThe published article URL for links and CTAs
platformsYesTarget platforms: twitter, linkedin, reddit, hackernews, bluesky, newsletter
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions '[requires credits]' which adds useful context about resource consumption, but doesn't describe what the transformation actually produces (format, length, structure), whether it's idempotent, what happens with invalid inputs, or any rate limits. For a content transformation tool with zero annotation coverage, this leaves significant behavioral gaps.

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 appropriately concise - a single sentence that communicates the core functionality and key constraint. It's front-loaded with the main purpose, though the credit requirement is tacked on at the end rather than integrated more smoothly. No wasted words or redundant information.

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?

Given no annotations and no output schema, the description is incomplete for a content transformation tool. It doesn't explain what the output looks like (formats, structure, whether it's a single transformed piece or multiple platform-specific versions), nor does it cover error conditions, authentication needs, or transformation quality. The '[requires credits]' hint is helpful but insufficient for full contextual understanding.

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 schema already documents all 4 parameters thoroughly. The description mentions 'full blog post' which aligns with the 'content' parameter, and lists target platforms that match the 'platforms' parameter values, but adds no additional semantic context beyond what the schema provides. This meets the baseline expectation when schema coverage is complete.

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 clearly states the tool's purpose: transforming blog posts into platform-native content for specific platforms. It includes both the verb ('transform') and resource ('full blog post'), though it doesn't explicitly differentiate from sibling tools like 'generate_social_posts' or 'cross_publish' which might have overlapping functionality.

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?

The description provides minimal guidance on when to use this tool. It mentions '[requires credits]' which hints at a cost or limitation, but doesn't explain when to choose this over alternatives like 'generate_social_posts' or 'cross_publish' from the sibling list. No explicit when/when-not instructions or prerequisite conditions are provided.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MendleM/pipepost'

If you have feedback or need assistance with the MCP directory API, please join our Discord server