Skip to main content
Glama

Server Details

AI social media management: create, schedule, approve, and analyze posts across 11 platforms.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Aidelly/claude-plugin
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

99 tools
aidelly_action_post_approvalInspect

POST /posts/approvals — approve, reject (with reason), return to draft, or comment on one or many pending posts. Owner/admin only. Public API preview.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
actionYes
commentNoRequired for `reject`; optional for `approve` and `comment`.
post_idNoRequired when actioning a single post.
brand_idNo
post_idsNoRequired when bulk-actioning multiple posts.
workspace_idNo
idempotency_keyYes
aidelly_add_competitorInspect

Register a competitor root domain to track in the workspace.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
domainYes
brand_idNo
display_nameNo
workspace_idNo
idempotency_keyYes
aidelly_add_creatorInspect

Register a creator handle on a specific platform to track.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
handleYes
brand_idNo
platformYes
display_nameNo
workspace_idNo
idempotency_keyYes
aidelly_add_queue_itemsInspect

POST /queues/{id}/items — add content items to queue tail for distribution at next available slots.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
bodyNoOptional body override for endpoints with sparse parameter schemas.
itemsYes
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
idempotency_keyYes
aidelly_cancel_post
Destructive
Inspect

Cancel a scheduled post.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
idempotency_keyYes
aidelly_cancel_scheduled_post
DestructiveIdempotent
Inspect

DELETE /scheduled-posts/{id} — cancel a scheduled post (and its pending recycles). Public API preview.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
idempotency_keyYes
aidelly_connect_ecommerce_storeInspect

POST /ecommerce/stores — connect a new Shopify / WooCommerce / Etsy / Wix store. Verifies credentials then kicks off initial sync. Public API preview.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
providerYes
shopDomainYes
credentialsYes
workspace_idNo
idempotency_keyYes
aidelly_create_destination_presetInspect

POST /destination-presets — create a multi-channel fan-out preset with per-platform transformations.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
nameYesPreset name
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
channelsYesPer-channel transformations
defaultsNoDefault transformations for all channels
workspace_idNo
idempotency_keyYes
aidelly_create_ideaInspect

Create a new idea on the workspace's idea board, optionally seeded with an initial body or topic.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
tagsNo
queryNoOptional query overrides for endpoints with sparse parameter schemas.
titleNoOptional human title for the idea card.
originNoHow the idea was started.
brand_idNo
seed_topicNoOriginating prompt or trending-topic seed text. When supplied without an `initial_body`, this text seeds the idea's first entry.
initial_bodyNoOptional starter text. Stored as the idea's first timeline entry so the editor opens with something to build on.
workspace_idNo
idempotency_keyYes
aidelly_create_media_upload_urlInspect

Create a signed upload URL and media record for shell-capable clients that can PUT raw bytes to the returned Supabase URL (for example Claude Code or a local CLI). Do NOT use this from browser-sandboxed chat clients such as ChatGPT or Claude.ai: their sandboxes block network egress to Supabase storage, so the byte upload will fail. Those clients must use aidelly_upload_media instead (this tool is hidden automatically for known chat clients).

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
folderNo
brand_idNo
file_nameYes
file_sizeYes
content_typeYes
workspace_idNo
idempotency_keyYes
aidelly_create_photoInspect

Upload a photo to a connected platform's media gallery (separate from posts). Today only google_business is wired.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
categoryYesWhere the photo lands on the location's listing. `PROFILE`, `LOGO`, and `COVER` replace the existing identity photos; the rest append to the gallery.
metadataNo
platformYesCurrently only google_business is supported.
account_idNoFor `google_business`, the location resource name to upload to — either fully-qualified `accounts/{accountId}/locations/{locationId}` or the relative `locations/{locationId}` form. If omitted, the workspace's default location is used.
source_urlYesPublic URL of the image to upload. Must be reachable by Google's servers. Use a `read_url` returned by `POST /media/upload-url` for files stored in Aidelly.
descriptionNoOptional caption associated with the photo on Google's side.
workspace_idNoWorkspace ID for this operation.
idempotency_keyYes
aidelly_create_postInspect

Accept a post for immediate asynchronous publishing or future scheduling. HTTP 201 and ok=true mean accepted, not delivered. For immediate posts, poll aidelly_get_post and only report publication when status is completed and provider_post_id is non-null. Use aidelly_list_pinterest_boards before Pinterest posts and pass content.platform_specific.board_id.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
contentYes
brand_idNo
metadataNo
platformYesSupported platform identifier. `twitter` and `x` map to the same surface; responses always normalize to `twitter`. `google_business` posts target a single Google Business Profile location identified by `platform_specific.locationName`. `mastodon` accounts are per-instance — the connected account carries its own `instance_url`.
timezoneNo
account_idNoThe account / sub-account this post should target. Format depends on platform: - **facebook** — Page ID (numeric string from `/accounts`). - **instagram** — Instagram Business Account ID. - **linkedin** — connection ID for personal posts; LinkedIn organization URN for company posts. - **google_business** — GBP location resource name. Either fully-qualified `accounts/{accountId}/locations/{locationId}` or the relative `locations/{locationId}` form. Fetch with `GET /accounts` (rows where `account_type: location`). - **twitter / bluesky / threads / tiktok / youtube / pinterest / mastodon** — single-account platforms; `account_id` is optional and ignored. When omitted, posts use the workspace-level default for that platform.
scheduled_atNo
workspace_idNo
idempotency_keyYes
instagram_destinationNoInstagram-only destination. Use post for feed only, stories for Stories only, or post_stories for both feed and Stories.
aidelly_create_queueInspect

POST /queues — create a new content distribution queue with recurring weekly time slots.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
nameYesQueue name
queryNoOptional query overrides for endpoints with sparse parameter schemas.
slotsYesTime slots when queue should post
brand_idNo
channelsNoChannels to post to from this queue
timezoneNoIANA timezone ID for slot times (e.g. America/New_York)
workspace_idNo
idempotency_keyYes
aidelly_create_repurpose_jobInspect

Run a synchronous repurpose job: extract source content, distill, and generate output for one (medium, shape) target.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
shapeYes
mediumYes
brand_idNo
sourceRefNoURL for `url`/`youtube`, storage ref for `pdf`, or row id for `aidelly_draft` / `aidelly_scheduled`. Required unless `sourceType` is `raw_text`.
sourceTextNoRequired when `sourceType` is `raw_text`.
sourceTypeYes
sourceTitleNo
workspace_idNo
idempotency_keyYes
aidelly_create_scheduled_postInspect

POST /scheduled-posts — schedule a post with optional auto-recycle entries (up to 3 reposts + 3 reshares). When Team Approvals is on, member submissions land as pending. Public API preview.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
payloadYes
recycleNo
brand_idNo
platformYes
timezoneNoUTC
account_idNo
scheduled_atYes
workspace_idNo
idempotency_keyYes
content_campaign_idNo
aidelly_create_webhookInspect

Create a webhook subscription for post lifecycle events.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
eventsNo
secretNo
brand_idNo
descriptionNo
workspace_idNo
idempotency_keyYes
aidelly_create_workspaceInspect

POST /workspaces — create a new workspace for the API key owner.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
nameYes
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
workspace_typeNo
idempotency_keyYes
aidelly_delete_calendar_events_id
DestructiveIdempotent
Inspect

DELETE /calendar/events/{id}

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
idempotency_keyYes
aidelly_delete_content_automations_id
DestructiveIdempotent
Inspect

DELETE /content-automations/{id}

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
idempotency_keyYes
aidelly_delete_inbox_automations_id
DestructiveIdempotent
Inspect

DELETE /inbox/automations/{id}

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
idempotency_keyYes
aidelly_delete_workspace
DestructiveIdempotent
Inspect

DELETE /workspaces/{workspaceId} — soft-delete a workspace. Requires confirm_name to match the workspace name.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
reasonNo
brand_idNo
workspaceIdYes
confirm_nameYes
workspace_idNo
idempotency_keyYes
aidelly_disconnect_ecommerce_store
DestructiveIdempotent
Inspect

DELETE /ecommerce/stores/{id} — revoke the provider credential and stop future syncs. Imported products remain. Public API preview.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
idempotency_keyYes
aidelly_generate_brand_interview_questionsInspect

POST /ideas/interview/questions — generate a brand-aware track of interview questions. Default count 8. Public API preview.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
countNo
queryNoOptional query overrides for endpoints with sparse parameter schemas.
steerNoOptional steering hint to bias the question set.
brand_idNo
workspace_idNo
idempotency_keyYes
aidelly_get_agency_overview
Read-onlyIdempotent
Inspect

GET /agency/overview — cross-workspace agency summary (same data as the dashboard Command Center) — today's queue + next scheduled post, last-24h failures, pending approvals, inbox split by comments/DMs, and credit burn per workspace. Needs a workspace-unscoped key.

ParametersJSON Schema
NameRequiredDescriptionDefault
tzNo
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_get_analytics_insights
Read-onlyIdempotent
Inspect

GET /analytics/insights

ParametersJSON Schema
NameRequiredDescriptionDefault
typeNo
limitNo
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
dismissedNo
platformsNo
workspace_idNo
aidelly_get_analytics_summary
Read-onlyIdempotent
Inspect

GET /analytics/summary

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
endDateNo
brand_idNo
startDateNo
timeframeNo7d
workspace_idNo
includeActivityNo
includeInsightsNo
aidelly_get_analytics_unified
Read-onlyIdempotent
Inspect

GET /analytics/unified

ParametersJSON Schema
NameRequiredDescriptionDefault
toYes
fromYes
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
platformsNo
workspace_idNo
aidelly_get_approvals
Read-onlyIdempotent
Inspect

GET /approvals

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_get_approval_settings
Read-onlyIdempotent
Inspect

GET /workspaces/{workspaceId}/approval-settings — read the require_member_approval workspace gate. Public API preview.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspaceIdYes
workspace_idNo
aidelly_get_approvals_id
Read-onlyIdempotent
Inspect

GET /approvals/{id}

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_get_bio_page
Read-onlyIdempotent
Inspect

Get the workspace's link-in-bio page configuration and blocks.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_get_brand_profile
Read-onlyIdempotent
Inspect

GET /brand/profile — retrieve the workspace brand profile, including brand voice.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_get_brand_settings_context
Read-onlyIdempotent
Inspect

GET /brand/settings-context

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_get_calendar_events
Read-onlyIdempotent
Inspect

GET /calendar/events

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_get_content_automations
Read-onlyIdempotent
Inspect

GET /content-automations

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_get_content_automations_id
Read-onlyIdempotent
Inspect

GET /content-automations/{id}

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_get_ecommerce_store
Read-onlyIdempotent
Inspect

GET /ecommerce/stores/{id} — read one connected store. Public API preview.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_get_inbox_automations
Read-onlyIdempotent
Inspect

GET /inbox/automations

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_get_inbox_items
Read-onlyIdempotent
Inspect

GET /inbox/items

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_get_post
Read-onlyIdempotent
Inspect

Get one post by its UUID. Delivery is confirmed only when status is completed and provider_post_id is non-null. A failed status includes error_code and error.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_get_post_analytics
Read-onlyIdempotent
Inspect

GET /posts/{id}/analytics — retrieve post performance metrics (views, impressions, likes, comments, shares, saves) with optional daily breakdown.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
toNo
fromNo
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
granularityNoOptional granularity for daily metrics breakdown
workspace_idNo
aidelly_get_repurpose_job
Read-onlyIdempotent
Inspect

Get a single repurpose job by id.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_get_scheduled_post
Read-onlyIdempotent
Inspect

GET /scheduled-posts/{id} — read one scheduled post including its recycle plan and approval state. Public API preview.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_get_usage
Read-onlyIdempotent
Inspect

Get usage metrics and current plan-aware limits for the API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNo
fromNo
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_get_workspace
Read-onlyIdempotent
Inspect

GET /workspaces/{workspaceId} — retrieve one accessible workspace.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspaceIdYes
workspace_idNo
aidelly_invite_workspace_memberInspect

POST /workspaces/{workspaceId}/invitations — invite a member or client to a workspace. Returns the invitation URL and queues the email by default.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
roleNomember
emailYes
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
send_emailNo
workspaceIdYes
workspace_idNo
idempotency_keyYes
aidelly_list_accounts
Read-onlyIdempotent
Inspect

List all postable accounts in a workspace as a flat list, including sub-accounts such as Facebook Pages, Instagram Business accounts, and LinkedIn company pages. Requires workspace_id. Use the id field from each account as the account_id when creating a post. Call this before creating posts to discover available account IDs per platform.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idYes
aidelly_list_competitors
Read-onlyIdempotent
Inspect

List tracked competitor domains for the workspace.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
include_archivedNo
aidelly_list_creators
Read-onlyIdempotent
Inspect

List tracked creator handles for the workspace.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
platformNo
workspace_idNo
include_archivedNo
aidelly_list_destination_presets
Read-onlyIdempotent
Inspect

GET /destination-presets — list workspace destination presets for multi-channel fan-out.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNoOptional query overrides for endpoints with sparse parameter schemas.
offsetNo
brand_idNo
workspace_idNo
aidelly_list_ecommerce_products
Read-onlyIdempotent
Inspect

GET /ecommerce/products — list products across the workspace's connected stores. Filter by store, search title/SKU. Public API preview.

ParametersJSON Schema
NameRequiredDescriptionDefault
qNo
limitNo
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
store_idNo
workspace_idNo
aidelly_list_ecommerce_stores
Read-onlyIdempotent
Inspect

GET /ecommerce/stores — list connected Shopify / WooCommerce / Etsy / Wix stores for the workspace. Public API preview.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_list_ideas
Read-onlyIdempotent
Inspect

List ideas on the workspace's idea board, freshest first (pinned first).

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
include_archivedNo
aidelly_list_image_editor_outputs
Read-onlyIdempotent
Inspect

List the workspace's saved AI-generated and edited image outputs, freshest first.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_list_pending_approvals
Read-onlyIdempotent
Inspect

GET /posts/approvals — list posts pending sign-off for the current workspace, plus viewer role + canReview flag. Public API preview.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_list_pinterest_boards
Read-onlyIdempotent
Inspect

List Pinterest boards available in a workspace. Call this before aidelly_create_post for Pinterest, then pass the selected board id as content.platform_specific.board_id.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
bookmarkNo
brand_idNo
page_sizeNo
workspace_idYes
aidelly_list_post_approval_events
Read-onlyIdempotent
Inspect

GET /posts/approvals/{id}/events — read the approval audit timeline (submitted/approved/rejected/returned_to_draft/commented) for one post. Public API preview.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_list_posts
Read-onlyIdempotent
Inspect

List posts with optional platform, status, and date-range filters.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNo
fromNo
limitNo
queryNoOptional query overrides for endpoints with sparse parameter schemas.
statusNo
brand_idNo
platformNoSupported platform identifier. `twitter` and `x` map to the same surface; responses always normalize to `twitter`. `google_business` posts target a single Google Business Profile location identified by `platform_specific.locationName`. `mastodon` accounts are per-instance — the connected account carries its own `instance_url`.
workspace_idNo
aidelly_list_queues
Read-onlyIdempotent
Inspect

GET /queues — list workspace content queues with slot schedules and channel assignments.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNoOptional query overrides for endpoints with sparse parameter schemas.
offsetNo
brand_idNo
workspace_idNo
aidelly_list_repurpose_jobs
Read-onlyIdempotent
Inspect

List recent repurpose jobs for the workspace.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_list_scheduled_posts
Read-onlyIdempotent
Inspect

GET /scheduled-posts — list scheduled posts including compose-time auto-recycle entries and approval state. Public API preview.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNo
fromNo
limitNo
queryNoOptional query overrides for endpoints with sparse parameter schemas.
statusNo
brand_idNo
campaignIdNo
workspace_idNo
aidelly_list_social_connections
Read-onlyIdempotent
Inspect

List available social connections for publishing.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_list_workspace_members
Read-onlyIdempotent
Inspect

GET /workspaces/{workspaceId}/members — list active members and pending invitations.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspaceIdYes
workspace_idNo
aidelly_list_workspaces
Read-onlyIdempotent
Inspect

List workspace IDs available to this API key. Call this before creating posts when the user has multiple workspaces, then pass the chosen id as workspace_id so Aidelly posts to the exact workspace.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
aidelly_patch_analytics_insightsInspect

PATCH /analytics/insights

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
actionNoAction to perform.
brand_idNo
insightIdNoID of the insight to act upon.
workspace_idNo
idempotency_keyYes
aidelly_patch_calendar_events_idInspect

PATCH /calendar/events/{id}

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
idempotency_keyYes
aidelly_patch_inbox_automations_idInspect

PATCH /inbox/automations/{id}

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
idempotency_keyYes
aidelly_patch_posts_idInspect

PATCH /posts/{id}

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
idempotency_keyYes
aidelly_post_analytics_insightsInspect

POST /analytics/insights

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
platformsNoPlatforms to analyze for insights.
regenerateNoIf true, force regeneration even if insights exist.
workspace_idNo
idempotency_keyYes
aidelly_post_approvals_id_actionInspect

POST /approvals/{id}/action

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
idempotency_keyYes
aidelly_post_approvals_items_actionInspect

POST /approvals/items/action

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
idempotency_keyYes
aidelly_post_content_automationsInspect

POST /content-automations

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
idempotency_keyYes
aidelly_post_content_automations_id_triggerInspect

POST /content-automations/{id}/trigger

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
idempotency_keyYes
aidelly_post_inbox_automationsInspect

POST /inbox/automations

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
idempotency_keyYes
aidelly_post_inbox_items_id_ai_draftInspect

POST /inbox/items/{id}/ai-draft

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
idempotency_keyYes
aidelly_post_inbox_items_id_respondInspect

POST /inbox/items/{id}/respond

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
idempotency_keyYes
aidelly_put_content_automations_idInspect

PUT /content-automations/{id}

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
idempotency_keyYes
aidelly_remove_workspace_member
DestructiveIdempotent
Inspect

DELETE /workspaces/{workspaceId}/members — remove a workspace member.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query overrides for endpoints with sparse parameter schemas.
user_idYes
brand_idNo
workspaceIdYes
workspace_idNo
idempotency_keyYes
aidelly_sync_ecommerce_storeInspect

POST /ecommerce/stores/{id}/sync — re-sync the store's catalog. Incremental; only changed products are fetched. Public API preview.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNo
idempotency_keyYes
aidelly_update_approval_settingsInspect

PATCH /workspaces/{workspaceId}/approval-settings — flip the require_member_approval workspace gate. Owner only. Public API preview.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspaceIdYes
workspace_idNo
idempotency_keyYes
requireMemberApprovalYes
aidelly_update_brand_profileInspect

PUT /brand/profile — update workspace brand profile fields such as brand_voice, writing_style, and target_audience.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
goalsNo
queryNoOptional query overrides for endpoints with sparse parameter schemas.
websiteNo
brand_idNo
industryNo
positionNo
brand_voiceNo
workspace_idNo
business_nameNo
contact_emailNo
primary_colorNo
writing_styleNo
idempotency_keyYes
secondary_colorNo
target_audienceNo
aidelly_update_scheduled_postInspect

PATCH /scheduled-posts/{id} — update caption, schedule, or recycle plan on a scheduled post. Public API preview.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
payloadNo
recycleNo
brand_idNo
timezoneNo
scheduled_atNo
workspace_idNo
idempotency_keyYes
aidelly_update_workspaceInspect

PATCH /workspaces/{workspaceId} — update workspace name, archive state, kind, or mode.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
kindNo
nameNo
queryNoOptional query overrides for endpoints with sparse parameter schemas.
archivedNo
brand_idNo
workspaceIdYes
workspace_idNo
workspace_typeNo
idempotency_keyYes
aidelly_update_workspace_memberInspect

PATCH /workspaces/{workspaceId}/members — update a workspace member role.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
roleYes
queryNoOptional query overrides for endpoints with sparse parameter schemas.
user_idYes
brand_idNo
workspaceIdYes
workspace_idNo
idempotency_keyYes
aidelly_upload_mediaInspect

Default image-attach path for MCP: upload media in one step, server-side, with no client-to-Supabase connection required. Preferred for all browser-based chat clients (ChatGPT, Claude.ai) and safe for any client. Provide exactly one of source_url (a public HTTPS URL the server fetches — best for anything non-trivial and not subject to a payload size cap), data_url, or file_base64 (small inline images only; large payloads hit the MCP tool-call size limit). Returns media_id and read_url for aidelly_create_post content.media.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
folderNo
brand_idNo
data_urlNoData URL such as data:image/png;base64,...
file_nameYes
source_urlNoPublic HTTPS URL to fetch server-side.
file_base64NoBase64-encoded file bytes.
content_typeNoRequired when using file_base64 or data_url.
workspace_idNo
idempotency_keyYes

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.