Skip to main content
Glama
Ownership verified

Server Details

Manage Threads from your AI assistant

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

23 tools
create_postInspect

Create a new post or thread. A thread is multiple posts linked together. Supports text content, topic tags, media attachments, auto-repost configuration, and scheduling. If scheduleAt is not provided, the post is saved as a draft. IMPORTANT: Always send scheduleAt as a local time WITHOUT a timezone offset (e.g. '2025-03-15T09:00:00', never with Z or +00:00). The server automatically converts it to UTC using the user's configured timezone.

ParametersJSON Schema
NameRequiredDescriptionDefault
postsYesArray of posts. Single item for a post, multiple for a thread
teamIdNoOptional workspace/team ID. If not provided, uses the active workspace from user settings. Pass "personal" to use the personal workspace (no team).
autoRepostNoOptional auto-repost configuration. If omitted, the user's default auto-repost setting is applied.
providerIdYesThe provider ID (from list_providers) to post to
scheduleAtNoLocal datetime WITHOUT timezone offset (e.g. '2025-03-15T09:00:00'). Do NOT append Z or any offset — the server converts to UTC using the user's timezone. If omitted, saves as draft.
delete_threadInspect

Delete a thread and all its posts. This action cannot be undone.

ParametersJSON Schema
NameRequiredDescriptionDefault
teamIdNoOptional workspace/team ID. If not provided, uses the active workspace from user settings. Pass "personal" to use the personal workspace (no team).
threadIdYesThe thread ID to delete
edit_postInspect

Edit the text content, topic, or media of a single post by its ID. Only posts with status READY (drafts or scheduled) can be edited. Use get_thread first to retrieve post IDs.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicNoNew topic tag for the post. Pass null to remove the topic.
postIdYesThe post ID to edit (from get_thread)
contentNoNew text content for the post
postMediaNoReplace all media attachments on this post. Omit to keep existing media unchanged.
edit_threadInspect

Edit a thread by adding, removing, or reordering its posts. Provide the full desired list of posts — existing posts (with id) are updated, new posts (without id) are created, and existing posts not in the list are removed. Only threads where all posts have status READY can be edited.

ParametersJSON Schema
NameRequiredDescriptionDefault
postsYesThe full ordered list of posts for the thread. Order determines postOrder (0-indexed).
threadIdYesThe thread ID to edit
get_consistencyInspect

Get posting consistency data for the past 365 days. Returns a heatmap-style array of daily post counts, total posts, and number of days with posts.

ParametersJSON Schema
NameRequiredDescriptionDefault
teamIdNoOptional workspace/team ID. If not provided, uses the active workspace from user settings. Pass "personal" to use the personal workspace (no team).
providerUserIdYesThe provider user ID (from list_providers)
get_daily_recapInspect

Get yesterday's daily recap for a social account. Returns new followers gained and number of posts published.

ParametersJSON Schema
NameRequiredDescriptionDefault
teamIdNoOptional workspace/team ID. If not provided, uses the active workspace from user settings. Pass "personal" to use the personal workspace (no team).
providerUserIdYesThe provider user ID (from list_providers)
get_follower_growthInspect

Get follower count over time for a social account. Returns daily follower count data points.

ParametersJSON Schema
NameRequiredDescriptionDefault
toYesEnd date in ISO 8601 format
fromYesStart date in ISO 8601 format
teamIdNoOptional workspace/team ID. If not provided, uses the active workspace from user settings. Pass "personal" to use the personal workspace (no team).
providerUserIdYesThe provider user ID (from list_providers)
get_follow_up_templatesInspect

Get all follow-up (auto-plug) templates for a specific provider. These are reusable templates that define what reply to attach to a post after it reaches engagement thresholds.

ParametersJSON Schema
NameRequiredDescriptionDefault
teamIdNoOptional workspace/team ID. If not provided, uses the active workspace from user settings. Pass "personal" to use the personal workspace (no team).
userProviderIdYesThe provider ID (from list_providers, field 'id') to get templates for
get_live_metricsInspect

Get live engagement metrics for a social account over a date range. Returns views, likes, replies, reposts, and quotes with percentage change vs. the previous period. Works with both Threads and Bluesky.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date in ISO 8601 format. Defaults to now
fromNoStart date in ISO 8601 format. Defaults to 7 days ago
teamIdNoOptional workspace/team ID. If not provided, uses the active workspace from user settings. Pass "personal" to use the personal workspace (no team).
providerUserIdYesThe provider user ID (from list_providers, field providerUserId)
get_metric_timeseriesInspect

Get time-series data points for a specific metric. Available metrics: VIEWS, LIKES, REPLIES, REPOSTS, QUOTES, ENGAGEMENT_RATE, FOLLOWERS_COUNT. Returns daily data points.

ParametersJSON Schema
NameRequiredDescriptionDefault
toYesEnd date in ISO 8601 format
fromYesStart date in ISO 8601 format
metricYesThe metric to retrieve
teamIdNoOptional workspace/team ID. If not provided, uses the active workspace from user settings. Pass "personal" to use the personal workspace (no team).
providerUserIdYesThe provider user ID (from list_providers)
get_post_analyticsInspect

Get analytics for individual posts published within a date range. Returns engagement metrics (views, likes, replies, reposts, quotes, engagement rate) for each post.

ParametersJSON Schema
NameRequiredDescriptionDefault
toYesEnd date in ISO 8601 format
fromYesStart date in ISO 8601 format
teamIdNoOptional workspace/team ID. If not provided, uses the active workspace from user settings. Pass "personal" to use the personal workspace (no team).
providerUserIdYesThe provider user ID (from list_providers)
get_recommendationsInspect

Get AI-generated posting recommendations based on your analytics and performance patterns. Returns best posting times and content suggestions.

ParametersJSON Schema
NameRequiredDescriptionDefault
teamIdNoOptional workspace/team ID. If not provided, uses the active workspace from user settings. Pass "personal" to use the personal workspace (no team).
providerUserIdYesThe provider user ID (from list_providers)
get_subscriptionInspect

Get the current user's subscription and plan information. Returns plan type, remaining posts, account limits, and team limits.

ParametersJSON Schema
NameRequiredDescriptionDefault
teamIdNoOptional workspace/team ID. If not provided, uses the active workspace from user settings. Pass "personal" to use the personal workspace (no team).
get_threadInspect

Get a specific thread by its thread ID. Returns all posts in the thread with their content, media, scheduling info, and analytics.

ParametersJSON Schema
NameRequiredDescriptionDefault
teamIdNoOptional workspace/team ID. If not provided, uses the active workspace from user settings. Pass "personal" to use the personal workspace (no team).
threadIdYesThe thread ID to retrieve
get_thread_follow_upInspect

Get the follow-up (auto-plug) configuration for a specific thread.

ParametersJSON Schema
NameRequiredDescriptionDefault
threadIdYesThe thread ID to get follow-up for
get_user_settingsInspect

Get the current user's settings including timezone, date format, auto-repost configuration, and reminder preferences.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_draftsInspect

List all draft posts (posts that have not been scheduled yet). Returns threads with their posts and content.

ParametersJSON Schema
NameRequiredDescriptionDefault
teamIdNoOptional workspace/team ID. If not provided, uses the active workspace from user settings. Pass "personal" to use the personal workspace (no team).
list_postsInspect

List scheduled and published posts within a date range. Returns threads with their posts, scheduled time, provider info, and analytics. IMPORTANT: Always send from/to as local times WITHOUT a timezone offset (e.g. '2025-03-01T00:00:00'). The server converts to UTC using the user's configured timezone.

ParametersJSON Schema
NameRequiredDescriptionDefault
toYesEnd date as local datetime WITHOUT timezone offset (e.g. '2025-03-31T23:59:59'). Do NOT append Z or any offset.
fromYesStart date as local datetime WITHOUT timezone offset (e.g. '2025-03-01T00:00:00'). Do NOT append Z or any offset.
teamIdNoOptional workspace/team ID. If not provided, uses the active workspace from user settings. Pass "personal" to use the personal workspace (no team).
providerIdNoOptional provider ID (from list_providers, field 'id'). If provided, only returns posts for this provider.
list_providersInspect

List all connected social media accounts (Threads and Bluesky) for the authenticated user. Returns provider ID, platform, username, display name, and profile picture for each account.

ParametersJSON Schema
NameRequiredDescriptionDefault
teamIdNoOptional workspace/team ID. If not provided, uses the active workspace from user settings. Pass "personal" to use the personal workspace (no team).
list_teamsInspect

List all teams the authenticated user belongs to, including their role and which team is currently active. Use the team ID as the teamId parameter in other tools. To access the personal workspace (no team), pass teamId "personal".

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_time_slotsInspect

List all configured posting time slots for a provider. Time slots define the preferred times when posts should be scheduled. Each slot has an hour, minute, and array of weekdays (0=Sunday, 6=Saturday).

ParametersJSON Schema
NameRequiredDescriptionDefault
teamIdNoOptional workspace/team ID. If not provided, uses the active workspace from user settings. Pass "personal" to use the personal workspace (no team).
providerIdYesThe provider ID (from list_providers, field 'id')
reschedule_threadInspect

Reschedule a thread to a new date/time. Updates all posts in the thread. IMPORTANT: Always send scheduledAt as a local time WITHOUT a timezone offset. The server converts to UTC using the user's configured timezone.

ParametersJSON Schema
NameRequiredDescriptionDefault
teamIdNoOptional workspace/team ID. If not provided, uses the active workspace from user settings. Pass "personal" to use the personal workspace (no team).
threadIdYesThe thread ID to reschedule
scheduledAtYesLocal datetime WITHOUT timezone offset (e.g. '2025-03-15T09:00:00'). Do NOT append Z or any offset — the server converts to UTC using the user's timezone.
set_thread_follow_upInspect

Set or update the follow-up (auto-plug) for a thread. The follow-up is a reply that gets posted after the original post reaches engagement thresholds. IMPORTANT: This creates an AutoPlug record (not a DefaultAutoPlug template). The autoPlugId on posts references this record.

ParametersJSON Schema
NameRequiredDescriptionDefault
textNoThe follow-up reply text content
imagesNoOptional image URLs for the follow-up
threadIdYesThe thread ID to set follow-up for
isEnabledYesWhether the follow-up is enabled
autoPlugMediaNoOptional media attachments for the follow-up
numberOfLikesNoNumber of likes threshold
numberOfRepliesNoNumber of replies threshold
numberOfRepostsNoNumber of reposts threshold
delayTimeMinutesNoDelay in minutes before posting follow-up
numberOfLikesEnabledNoWhether the likes threshold trigger is enabled
numberOfRepliesEnabledNoWhether the replies threshold trigger is enabled
numberOfRepostsEnabledNoWhether the reposts threshold trigger is enabled
delayTimeMinutesEnabledNoWhether the time delay trigger is enabled

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.