Skip to main content
Glama
AstaBlackClove

posthive

create_from_template

Generate a draft post from a saved template, allowing content overrides and scheduling options for your social accounts.

Instructions

Create a draft post using a saved template as the base content. You can override the text before saving. Use list_templates to get template IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idsYesAccount IDs to post to. Use list_accounts to get IDs.
template_idYesTemplate ID from list_templates.
scheduled_timeNoISO 8601 publish time. Required when schedule_directly is true.
content_overrideNoOverride the template text. Leave blank to use template text as-is.
schedule_directlyNoWhen true, schedule immediately instead of saving as draft. Requires scheduled_time.
first_comment_overrideNoOverride the template first comment.
Behavior3/5

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

The description indicates the action creates a draft and allows content override, but with no annotations provided, it lacks detail on side effects, idempotency, or failure modes. This is adequate but not rich.

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 sentences, immediately states the core purpose, and contains no wasted words. Perfectly front-loaded and efficient.

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 a creation tool with no output schema, the description explains the basic workflow (draft creation, override) and links to a prerequisite. It omits the return value or status, but overall is sufficient for an agent.

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 descriptions cover 100% of parameters, so baseline is 3. The description adds minimal extra value (e.g., referencing list_templates) but does not deeply elaborate on parameter usage beyond the schema.

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 clearly states the verb ('create') and resource ('draft post using a saved template'), and distinguishes from sibling tools like get_post and list_scheduled_posts by specifying template-based creation.

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?

It mentions a prerequisite ('Use list_templates to get template IDs'), giving clear context. However, it does not explicitly indicate when not to use this tool or contrast with alternatives like duplicate_post.

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/AstaBlackClove/posthive'

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