Skip to main content
Glama
AstaBlackClove

posthive

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
POSTHIVE_API_KEYYesAPI key from Posthive Settings → API Keys
POSTHIVE_API_URLNoBase URL of your Posthive API. Leave blank to use https://api.posthive.co

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_accountsA

List all connected social media accounts for this Posthive workspace. Returns account IDs, platforms, and display names. Use these IDs when creating posts.

create_postA

Create a post in Posthive. BY DEFAULT posts are saved as DRAFTS and require manual approval in the Posthive review queue before anything is published. Nothing is published automatically unless schedule_directly is explicitly set to true with a future scheduled_time. Use list_accounts to get valid account IDs before calling this tool.

get_postA

Get full details of a single post by ID, including per-platform publish status.

list_scheduled_postsB

List upcoming scheduled posts and drafts in the queue.

approve_draftA

Approve a draft post and schedule it for publishing at a specific time. Promotes a draft to the scheduled queue — it will publish at scheduled_time without further approval. Only works on posts with status 'draft'.

update_postA

Update content or scheduled time of a queued or draft post. Only pending/draft posts can be updated.

duplicate_postB

Clone an existing post as a new draft. Copies content, accounts, and per-account overrides.

delete_postA

Delete a pending or draft post from the queue.

list_templatesA

List all saved post templates in this Posthive workspace.

create_from_templateA

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.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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