Skip to main content
Glama
Ownership verified

Server Details

Remote MCP server implementing the Streamable HTTP transport with 25 tools for AI assistants. Enables programmatic management of multi-platform content publishing — create posts, run automations, manage RSS feeds, generate hashtags, search images, and publish to 13+ platforms (Instagram, LinkedIn, X, WordPress, etc.). Authenticated via Bearer token.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

25 tools
create_automationInspect

Create a new automation. Types: write_social, write_blog, rss_social, rss_blog, rss_digest_blog. Schedule uses cron syntax (e.g. '0 9 * * 1' for Mondays at 9am).

ParametersJSON Schema
NameRequiredDescriptionDefault
typeYesAutomation type
titleNoAutomation title
topicNoTopic for write-type automations (required for write_social, write_blog)
promptNoCustom prompt/instructions for content generation
scheduleNoCron schedule expression (e.g. '0 9 * * 1')
channel_idsNoChannel IDs to publish to
auto_publishNoAuto-publish generated content (default false)
workspace_idYesWorkspace ID
create_postInspect

Create a draft post for a specific channel. Content structure depends on the channel placement.

ParametersJSON Schema
NameRequiredDescriptionDefault
contentYesPost content
channel_idYesChannel ID to publish to
workspace_idYesWorkspace ID
automation_idNoLink to an automation (optional)
create_sourceInspect

Add an RSS feed source to a workspace for use with rss-type automations

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesRSS feed URL
workspace_idYesWorkspace ID
delete_automationInspect

Delete an automation and its outputs

ParametersJSON Schema
NameRequiredDescriptionDefault
automation_idYesAutomation ID
delete_postInspect

Delete a post. Only works for draft posts (status NONE).

ParametersJSON Schema
NameRequiredDescriptionDefault
post_idYesPost ID
delete_sourceInspect

Remove an RSS feed source

ParametersJSON Schema
NameRequiredDescriptionDefault
source_idYesSource ID
generate_hashtagsInspect

Generate platform-optimized hashtags for content

ParametersJSON Schema
NameRequiredDescriptionDefault
countNoNumber of hashtags (default 10)
contentYesPost content to generate hashtags for
platformYesTarget platform
get_automationInspect

Get detailed information about a specific automation

ParametersJSON Schema
NameRequiredDescriptionDefault
automation_idYesAutomation ID
get_postInspect

Get detailed information about a specific post including its content and metrics

ParametersJSON Schema
NameRequiredDescriptionDefault
post_idYesPost ID
get_subscription_statusInspect

Check the current subscription plan and usage limits

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_assetsInspect

List media assets in a workspace's library

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 50)
label_idNoFilter by label
workspace_idYesWorkspace ID
list_automationsInspect

List automations in a workspace. Returns automation configs with their output channels.

ParametersJSON Schema
NameRequiredDescriptionDefault
workspace_idYesWorkspace ID
list_channelsInspect

List available publishing channels in a workspace. Channels represent specific destinations like a Facebook page, Telegram group, or WordPress blog.

ParametersJSON Schema
NameRequiredDescriptionDefault
platformNoFilter by platform (e.g. 'instagram', 'linkedin', 'x')
workspace_idYesWorkspace ID
list_connectionsInspect

List platform connections (OAuth integrations) in a workspace

ParametersJSON Schema
NameRequiredDescriptionDefault
workspace_idYesWorkspace ID
list_labelsInspect

List labels in a workspace for organizing content

ParametersJSON Schema
NameRequiredDescriptionDefault
workspace_idYesWorkspace ID
list_postsInspect

List posts in a workspace with optional filters. Status values: NONE (draft), PENDING, RUNNING, SUCCESS, FAILURE.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 50)
statusNoFilter by post status
workspace_idYesWorkspace ID
automation_idNoFilter by automation
list_sourcesInspect

List RSS feed sources in a workspace

ParametersJSON Schema
NameRequiredDescriptionDefault
workspace_idYesWorkspace ID
list_workspacesInspect

List all workspaces the authenticated user has access to

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

media_assistInspect

Search for stock images or generate AI images for posts

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query or image description
actionYesSearch stock photos or generate with AI
workspace_idYesWorkspace ID
publish_postInspect

Publish a draft post to its platform. The post will be sent to the channel it was created for.

ParametersJSON Schema
NameRequiredDescriptionDefault
post_idYesPost ID to publish
run_automationInspect

Trigger content generation for an automation immediately. Creates posts based on the automation config.

ParametersJSON Schema
NameRequiredDescriptionDefault
automation_idYesAutomation ID to run
text_assistInspect

AI-powered text enhancement. Actions: proofread (fix grammar/spelling), rephrase (rewrite), generate (create new text).

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesInput text to process
styleNoWriting style (default Auto)
actionYesType of text assistance
contextNoAdditional context for generation
workspace_idYesWorkspace ID
update_automationInspect

Update an existing automation's settings

ParametersJSON Schema
NameRequiredDescriptionDefault
titleNoNew title
topicNoNew topic
promptNoNew prompt/instructions
scheduleNoNew cron schedule
auto_publishNoAuto-publish setting
automation_idYesAutomation ID
update_postInspect

Update a draft post's content before publishing

ParametersJSON Schema
NameRequiredDescriptionDefault
contentYesUpdated content
post_idYesPost ID
validate_rssInspect

Validate an RSS feed URL and get feed metadata before adding it as a source

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesRSS feed URL to validate

Verify Ownership

This connector has been claimed. The /.well-known/glama.json file has been verified and ownership is confirmed.

Glama periodically re-verifies ownership. If the file is removed, the claim will be revoked.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.