Skip to main content
Glama

Remix a Post to Your Niche

remix_post

Takes a post (pass a public post URL or an internal post id) plus a target niche/brand description, and produces an adapted content idea: rewritten title and description, segment-by-segment script, a short analysis of why the original went viral, and an execution checklist, the proven format transplanted into your niche. The URL does NOT need to be tracked: an unknown post is fetched and ingested automatically as part of the job, so any public TikTok/Instagram/YouTube link works with no crawl_profile round-trip. Asynchronous (~1–3 minutes, a few minutes longer for an untracked URL): returns a jobRef; poll get_remix_result until its "remix" field is populated (it returns status + result together). For video posts the remix auto-generates the transcript and visual analysis first, so quality no longer depends on you transcribing beforehand. Credits are refunded automatically if the remix fails. Cost: 20 credits per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoPublic post URL (alternative to postId — what a user browsing social media has)
toneNoPreferred tone of voice
postIdNoInternal post id
targetNicheYesYour niche/brand/audience, 5–500 chars

TDQS

A4.6/5.0
Behavior5/5

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

Transparency is excellent beyond the annotations: it details async behavior (~1–3 min), untracked URL handling, automatic refunds on failure, credits cost per call, and the fact that it auto-generates transcripts/analysis for videos—description adds value beyond the raw annotation hints, with no contradiction with readOnlyHint=false. The behavior disclosure is comprehensive (e.g., cleanup, failure cleanup, timing) and includes useful caveats like 'few minutes longer for untracked URLs.'

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?

Three information-dense sentences that follow a logical progression: what it does, async/error handling, and special case handling (videos) plus credits cost. No fluff, every clause earns its place.

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?

For an async job-based tool with no output schema, it covers the essential workflow: what to expect asynchronously, how to poll, cost and refunds, and the handling of untracked URLs. Missing a short note on exact result structure beyond the 'remix' field, but the description justifies its choices well for the given complexity.

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 already covers 100% of parameters, giving a baseline of 3. The description adds semantic value by explaining the 'url' parameter in depth (no need to track, untracked URLs fetched automatically) and describing the result or output expectations, going beyond what the schema's terse descriptions or examples provide. It could go further by addressing constraints or relationships between parameters.

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 is specific about verb+resources: takes a post (URL or id) plus a niche and produces an adapted content idea with a detailed output breakdown. Clarifying language ('adapted content idea: rewritten title and description, segment-by-segment script...') distinguishes it from siblings like get_post or crawl_profile.

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?

Clear guidance is provided: no crawl_profile round-trip is needed, untracked URLs are fetched automatically, and users should poll get_remix_result until the 'remix' field populates. However, it lacks explicit 'use X instead' alternatives or when NOT to use this tool, despite the sibling list offering related capabilities.

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
Disambiguation4/5

Most tools have clearly distinct purposes (search, profile management, post retrieval, async jobs, billing). Some overlap exists among get_trending_outliers, niche_trends, and search_outliers, but their descriptions differentiate free/unauthenticated, niche-specific, and filtered search, so an agent can usually pick correctly.

Naming Consistency4/5

The vast majority of tool names follow a verb_noun pattern (crawl_profile, get_post, remix_post, track_profile). The main exception is 'niche_trends', which is a noun phrase, and the minor spelling of 'topup' instead of 'top_up'. Otherwise, naming is consistent enough to predict tool behavior.

Tool Count4/5

At 21 tools, this is slightly above the typical 3-15 range, but the broad scope (search, crawling, tracking, media handling, transcripts, remixing, billing) justifies the number. Each tool serves a distinct function, and none feel redundant, so the count is reasonable for the domain.

Completeness3/5

The tool set covers the core workflow well: searching outliers, crawling/tracking profiles, fetching posts/media/transcripts, and generating remixes. However, there is no way to list all posts for a specific profile (only 'recent tracked posts' via get_profile and an incremental feed via get_tracked_updates), which is a notable gap for deep creator analysis.

Resources