Skip to main content
Glama

Derive content

betterpost_derive_content

Transform an existing piece into another format (e.g. newsletter → tweet). No fetching; reuses the source stories and topic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYes
tieInNo
fromContentIdYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYes
topicYes
contentYesThe generated content. Fields present depend on `type`.
summaryYes
contentIdYes
publicUrlYes
storyCountYes
imagesHostedYes
creditsChargedYes

TDQS

A3.8/5.0
Behavior4/5

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

Discloses that the tool does not fetch new data and reuses source stories and topic, providing context beyond annotations. However, it does not clarify whether the transformation creates a new content item or updates the existing one, leaving some ambiguity.

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?

Two concise sentences with no extraneous information. The key points are front-loaded, making it easy to scan.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While an output schema likely covers return values, the description lacks detail on what 'transform' produces (e.g., a new content item?) and does not explain parameters. This leaves gaps for agent understanding.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, yet the description offers no explanation of the three parameters (type, fromContentId, tieIn). The enum for type is hinted at by the example but not defined. This is a critical failing for usability.

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?

Clearly states the tool transforms an existing piece into another format, with a specific example (newsletter → tweet). This distinguishes it from sibling tools like betterpost_generate_content (which likely creates from scratch) and betterpost_humanize (which rewrites without format change).

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?

Describes context ('No fetching; reuses the source stories and topic'), implying it should be used when you have existing content to reformat. Lacks explicit when-not-to-use or alternatives, but the example and sibling tool names provide reasonable guidance.

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

A4/5.0
Disambiguation5/5

Every tool has a clearly distinct purpose—project management, source and story handling, content generation, settings, and usage—with no overlapping functionality. The descriptions clearly delineate when to use each tool.

Naming Consistency5/5

All tools follow the consistent pattern 'betterpost_<verb>_<noun>', making the set predictable and easy to navigate. The naming convention is uniform throughout.

Tool Count5/5

With 23 tools, the server covers a comprehensive content generation workflow without being overwhelming. Each tool serves a necessary function, and the count feels well-scoped for the domain.

Completeness5/5

The tool surface covers the full lifecycle of project management, source acquisition, story curation, content generation/derivation, and settings configuration. There are no obvious gaps that would cause an agent to fail in typical use cases.