Skip to main content
Glama
orchynX

@orchyn/mcp

Official
by orchynX

Repurpose Post

repurpose_post
Read-onlyIdempotent

Rewrite a proven post into an X thread, LinkedIn post, carousel slides, YouTube title/description, or newsletter. Convert one successful piece into multiple formats to extend its reach across platforms.

Instructions

Rewrite one post for other surfaces — X thread, LinkedIn post, carousel slides, YouTube title/description, newsletter. Consumes 2 orchyn credits.Use when a post already worked and you want it on other surfaces.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe post to repurpose.
targetsNoWhich formats to produce (default all).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
postNo
sourceUrlNo
mcpCreditsNo
repurposedNoOne entry per target surface.
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, non-destructive behavior, and the description adds a concrete operational detail not in the annotations: 'Consumes 2 orchyn credits.' This is useful context beyond what the structured metadata provides. There is no contradiction between the description and the annotations.

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 description is two compact sentences with no wasted content. It front-lines the core action, then gives the usage condition and cost. Every sentence earns its place.

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 small parameter set, high schema coverage, and presence of an output schema, the description covers purpose, target formats, cost, and the exact use case. Nothing critical is missing for an agent to select and call this tool correctly.

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 coverage is 100%, and the schema already documents `url` and `targets`. The description adds meaning by enumerating concrete target surfaces (X thread, LinkedIn, carousel, YouTube, newsletter), helping the agent know valid `targets` values even though no formal enum is provided.

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 states a specific verb ('rewrite'), a clear resource ('one post'), and the exact outputs ('X thread, LinkedIn post, carousel slides, YouTube title/description, newsletter'). This makes the tool's purpose immediately distinct from analysis and discovery siblings.

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

Usage Guidelines4/5

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

The description gives an explicit when-to-use condition: 'Use when a post already worked and you want it on other surfaces.' It does not name alternatives or state when-not-to-use, so it misses the full exclusion guidance but still provides clear context.

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

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/orchynX/nooticr-mcp'

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