aidelly
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.
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.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
99 toolsaidelly_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.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| action | Yes | ||
| comment | No | Required for `reject`; optional for `approve` and `comment`. | |
| post_id | No | Required when actioning a single post. | |
| brand_id | No | ||
| post_ids | No | Required when bulk-actioning multiple posts. | |
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_add_competitorInspect
Register a competitor root domain to track in the workspace.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| domain | Yes | ||
| brand_id | No | ||
| display_name | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_add_creatorInspect
Register a creator handle on a specific platform to track.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| handle | Yes | ||
| brand_id | No | ||
| platform | Yes | ||
| display_name | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_add_queue_itemsInspect
POST /queues/{id}/items — add content items to queue tail for distribution at next available slots.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| items | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_cancel_postDestructiveInspect
Cancel a scheduled post.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_cancel_scheduled_postDestructiveIdempotentInspect
DELETE /scheduled-posts/{id} — cancel a scheduled post (and its pending recycles). Public API preview.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
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.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| provider | Yes | ||
| shopDomain | Yes | ||
| credentials | Yes | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_create_client_review_linkInspect
POST /client-review-links — create a magic-link review portal. Returns the raw token exactly once; store it securely.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| label | Yes | Human-readable name for the link | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| expires_at | No | Optional expiration timestamp in ISO 8601 format | |
| client_email | No | Optional client email for notifications | |
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_create_connect_linkInspect
Create an OAuth connect link for the workspace.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| title | No | ||
| brand_id | No | ||
| password | No | Optional password to protect the connect link | |
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_create_destination_presetInspect
POST /destination-presets — create a multi-channel fan-out preset with per-platform transformations.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| name | Yes | Preset name | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| channels | Yes | Per-channel transformations | |
| defaults | No | Default transformations for all channels | |
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_create_ideaInspect
Create a new idea on the workspace's idea board, optionally seeded with an initial body or topic.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| tags | No | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| title | No | Optional human title for the idea card. | |
| origin | No | How the idea was started. | |
| brand_id | No | ||
| seed_topic | No | Originating prompt or trending-topic seed text. When supplied without an `initial_body`, this text seeds the idea's first entry. | |
| initial_body | No | Optional starter text. Stored as the idea's first timeline entry so the editor opens with something to build on. | |
| workspace_id | No | ||
| idempotency_key | Yes |
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).
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| folder | No | ||
| brand_id | No | ||
| file_name | Yes | ||
| file_size | Yes | ||
| content_type | Yes | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_create_photoInspect
Upload a photo to a connected platform's media gallery (separate from posts). Today only google_business is wired.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| category | Yes | Where the photo lands on the location's listing. `PROFILE`, `LOGO`, and `COVER` replace the existing identity photos; the rest append to the gallery. | |
| metadata | No | ||
| platform | Yes | Currently only google_business is supported. | |
| account_id | No | For `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_url | Yes | Public 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. | |
| description | No | Optional caption associated with the photo on Google's side. | |
| workspace_id | No | Workspace ID for this operation. | |
| idempotency_key | Yes |
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.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| content | Yes | ||
| brand_id | No | ||
| metadata | No | ||
| platform | Yes | Supported 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`. | |
| timezone | No | ||
| account_id | No | The 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_at | No | ||
| workspace_id | No | ||
| idempotency_key | Yes | ||
| instagram_destination | No | Instagram-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.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| name | Yes | Queue name | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| slots | Yes | Time slots when queue should post | |
| brand_id | No | ||
| channels | No | Channels to post to from this queue | |
| timezone | No | IANA timezone ID for slot times (e.g. America/New_York) | |
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_create_report_linkInspect
POST /report-links — create a shareable report link (snapshot or live with cadence).
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| mode | Yes | snapshot for static link, live for auto-updating | snapshot |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| cadence | No | Required for live mode; update frequency | |
| brand_id | No | ||
| password | No | Optional password to protect the share link | |
| report_id | Yes | UUID of the report to share | |
| expires_at | No | Optional expiration timestamp in ISO 8601 format | |
| template_id | No | Optional report template to use for rendering | |
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_create_repurpose_jobInspect
Run a synchronous repurpose job: extract source content, distill, and generate output for one (medium, shape) target.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| shape | Yes | ||
| medium | Yes | ||
| brand_id | No | ||
| sourceRef | No | URL for `url`/`youtube`, storage ref for `pdf`, or row id for `aidelly_draft` / `aidelly_scheduled`. Required unless `sourceType` is `raw_text`. | |
| sourceText | No | Required when `sourceType` is `raw_text`. | |
| sourceType | Yes | ||
| sourceTitle | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
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.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| payload | Yes | ||
| recycle | No | ||
| brand_id | No | ||
| platform | Yes | ||
| timezone | No | UTC | |
| account_id | No | ||
| scheduled_at | Yes | ||
| workspace_id | No | ||
| idempotency_key | Yes | ||
| content_campaign_id | No |
aidelly_create_short_linkInspect
Create a manual short link on the workspace.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| target_url | Yes | ||
| workspace_id | No | ||
| idempotency_key | Yes | ||
| source_platform | No | Optional originating platform identifier (e.g. `instagram`). |
aidelly_create_webhookInspect
Create a webhook subscription for post lifecycle events.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| events | No | ||
| secret | No | ||
| brand_id | No | ||
| description | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_create_workspaceInspect
POST /workspaces — create a new workspace for the API key owner.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| name | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| workspace_type | No | ||
| idempotency_key | Yes |
aidelly_delete_calendar_events_idDestructiveIdempotentInspect
DELETE /calendar/events/{id}
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_delete_content_automations_idDestructiveIdempotentInspect
DELETE /content-automations/{id}
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_delete_inbox_automations_idDestructiveIdempotentInspect
DELETE /inbox/automations/{id}
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_delete_workspaceDestructiveIdempotentInspect
DELETE /workspaces/{workspaceId} — soft-delete a workspace. Requires confirm_name to match the workspace name.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| reason | No | ||
| brand_id | No | ||
| workspaceId | Yes | ||
| confirm_name | Yes | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_disconnect_ecommerce_storeDestructiveIdempotentInspect
DELETE /ecommerce/stores/{id} — revoke the provider credential and stop future syncs. Imported products remain. Public API preview.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_generate_brand_interview_questionsInspect
POST /ideas/interview/questions — generate a brand-aware track of interview questions. Default count 8. Public API preview.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| count | No | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| steer | No | Optional steering hint to bias the question set. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_get_agency_overviewRead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| tz | No | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_get_analytics_insightsRead-onlyIdempotentInspect
GET /analytics/insights
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| limit | No | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| dismissed | No | ||
| platforms | No | ||
| workspace_id | No |
aidelly_get_analytics_summaryRead-onlyIdempotentInspect
GET /analytics/summary
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| endDate | No | ||
| brand_id | No | ||
| startDate | No | ||
| timeframe | No | 7d | |
| workspace_id | No | ||
| includeActivity | No | ||
| includeInsights | No |
aidelly_get_analytics_unifiedRead-onlyIdempotentInspect
GET /analytics/unified
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| platforms | No | ||
| workspace_id | No |
aidelly_get_approvalsRead-onlyIdempotentInspect
GET /approvals
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_get_approval_settingsRead-onlyIdempotentInspect
GET /workspaces/{workspaceId}/approval-settings — read the require_member_approval workspace gate. Public API preview.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspaceId | Yes | ||
| workspace_id | No |
aidelly_get_approvals_idRead-onlyIdempotentInspect
GET /approvals/{id}
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_get_bio_pageRead-onlyIdempotentInspect
Get the workspace's link-in-bio page configuration and blocks.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_get_brand_profileRead-onlyIdempotentInspect
GET /brand/profile — retrieve the workspace brand profile, including brand voice.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_get_brand_settings_contextRead-onlyIdempotentInspect
GET /brand/settings-context
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_get_calendar_eventsRead-onlyIdempotentInspect
GET /calendar/events
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_get_content_automationsRead-onlyIdempotentInspect
GET /content-automations
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_get_content_automations_idRead-onlyIdempotentInspect
GET /content-automations/{id}
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_get_ecommerce_storeRead-onlyIdempotentInspect
GET /ecommerce/stores/{id} — read one connected store. Public API preview.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_get_inbox_automationsRead-onlyIdempotentInspect
GET /inbox/automations
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_get_inbox_itemsRead-onlyIdempotentInspect
GET /inbox/items
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_get_postRead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_get_post_analyticsRead-onlyIdempotentInspect
GET /posts/{id}/analytics — retrieve post performance metrics (views, impressions, likes, comments, shares, saves) with optional daily breakdown.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| to | No | ||
| from | No | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| granularity | No | Optional granularity for daily metrics breakdown | |
| workspace_id | No |
aidelly_get_repurpose_jobRead-onlyIdempotentInspect
Get a single repurpose job by id.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_get_scheduled_postRead-onlyIdempotentInspect
GET /scheduled-posts/{id} — read one scheduled post including its recycle plan and approval state. Public API preview.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_get_usageRead-onlyIdempotentInspect
Get usage metrics and current plan-aware limits for the API key.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_get_workspaceRead-onlyIdempotentInspect
GET /workspaces/{workspaceId} — retrieve one accessible workspace.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspaceId | Yes | ||
| workspace_id | No |
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.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| role | No | member | |
| Yes | |||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| send_email | No | ||
| workspaceId | Yes | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_list_accountsRead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | Yes |
aidelly_list_client_review_linksRead-onlyIdempotentInspect
GET /client-review-links — list workspace client review links with metadata (view count, last viewed, revoked status).
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_list_competitorsRead-onlyIdempotentInspect
List tracked competitor domains for the workspace.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| include_archived | No |
aidelly_list_connect_link_connectionsRead-onlyIdempotentInspect
List social connections made through an OAuth connect link.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_list_connect_linksRead-onlyIdempotentInspect
List the workspace's OAuth connect links.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_list_creatorsRead-onlyIdempotentInspect
List tracked creator handles for the workspace.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| platform | No | ||
| workspace_id | No | ||
| include_archived | No |
aidelly_list_destination_presetsRead-onlyIdempotentInspect
GET /destination-presets — list workspace destination presets for multi-channel fan-out.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| offset | No | ||
| brand_id | No | ||
| workspace_id | No |
aidelly_list_ecommerce_productsRead-onlyIdempotentInspect
GET /ecommerce/products — list products across the workspace's connected stores. Filter by store, search title/SKU. Public API preview.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| limit | No | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| store_id | No | ||
| workspace_id | No |
aidelly_list_ecommerce_storesRead-onlyIdempotentInspect
GET /ecommerce/stores — list connected Shopify / WooCommerce / Etsy / Wix stores for the workspace. Public API preview.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_list_ideasRead-onlyIdempotentInspect
List ideas on the workspace's idea board, freshest first (pinned first).
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| include_archived | No |
aidelly_list_image_editor_outputsRead-onlyIdempotentInspect
List the workspace's saved AI-generated and edited image outputs, freshest first.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_list_pending_approvalsRead-onlyIdempotentInspect
GET /posts/approvals — list posts pending sign-off for the current workspace, plus viewer role + canReview flag. Public API preview.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_list_pinterest_boardsRead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| bookmark | No | ||
| brand_id | No | ||
| page_size | No | ||
| workspace_id | Yes |
aidelly_list_post_approval_eventsRead-onlyIdempotentInspect
GET /posts/approvals/{id}/events — read the approval audit timeline (submitted/approved/rejected/returned_to_draft/commented) for one post. Public API preview.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_list_postsRead-onlyIdempotentInspect
List posts with optional platform, status, and date-range filters.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ||
| limit | No | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| status | No | ||
| brand_id | No | ||
| platform | No | Supported 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_id | No |
aidelly_list_queuesRead-onlyIdempotentInspect
GET /queues — list workspace content queues with slot schedules and channel assignments.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| offset | No | ||
| brand_id | No | ||
| workspace_id | No |
aidelly_list_report_linksRead-onlyIdempotentInspect
GET /report-links — list workspace report share links, optionally filtered by mode (snapshot or live).
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| limit | No | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_list_repurpose_jobsRead-onlyIdempotentInspect
List recent repurpose jobs for the workspace.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_list_scheduled_postsRead-onlyIdempotentInspect
GET /scheduled-posts — list scheduled posts including compose-time auto-recycle entries and approval state. Public API preview.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ||
| limit | No | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| status | No | ||
| brand_id | No | ||
| campaignId | No | ||
| workspace_id | No |
aidelly_list_short_linksRead-onlyIdempotentInspect
List the workspace's first-party short links (active only by default).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| active_only | No | ||
| workspace_id | No |
aidelly_list_social_connectionsRead-onlyIdempotentInspect
List available social connections for publishing.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_list_viral_trendsRead-onlyIdempotentInspect
List discovered viral trends for the workspace, ordered by virality score.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| offset | No | ||
| status | No | ||
| brand_id | No | ||
| workspace_id | No |
aidelly_list_workspace_membersRead-onlyIdempotentInspect
GET /workspaces/{workspaceId}/members — list active members and pending invitations.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspaceId | Yes | ||
| workspace_id | No |
aidelly_list_workspacesRead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No |
aidelly_patch_analytics_insightsInspect
PATCH /analytics/insights
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| action | No | Action to perform. | |
| brand_id | No | ||
| insightId | No | ID of the insight to act upon. | |
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_patch_calendar_events_idInspect
PATCH /calendar/events/{id}
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_patch_inbox_automations_idInspect
PATCH /inbox/automations/{id}
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_patch_posts_idInspect
PATCH /posts/{id}
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_post_analytics_insightsInspect
POST /analytics/insights
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| platforms | No | Platforms to analyze for insights. | |
| regenerate | No | If true, force regeneration even if insights exist. | |
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_post_approvals_id_actionInspect
POST /approvals/{id}/action
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_post_approvals_items_actionInspect
POST /approvals/items/action
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_post_content_automationsInspect
POST /content-automations
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_post_content_automations_id_triggerInspect
POST /content-automations/{id}/trigger
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_post_inbox_automationsInspect
POST /inbox/automations
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_post_inbox_items_id_ai_draftInspect
POST /inbox/items/{id}/ai-draft
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_post_inbox_items_id_respondInspect
POST /inbox/items/{id}/respond
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_put_content_automations_idInspect
PUT /content-automations/{id}
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_remove_workspace_memberDestructiveIdempotentInspect
DELETE /workspaces/{workspaceId}/members — remove a workspace member.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| user_id | Yes | ||
| brand_id | No | ||
| workspaceId | Yes | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_revoke_client_review_linkDestructiveIdempotentInspect
DELETE /client-review-links/{id} — revoke a client review link and block further access.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_revoke_connect_linkDestructiveIdempotentInspect
Revoke an OAuth connect link, preventing further use.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_revoke_report_linkDestructiveIdempotentInspect
DELETE /report-links/{id} — revoke a report share link.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_sync_ecommerce_storeInspect
POST /ecommerce/stores/{id}/sync — re-sync the store's catalog. Incremental; only changed products are fetched. Public API preview.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_update_approval_settingsInspect
PATCH /workspaces/{workspaceId}/approval-settings — flip the require_member_approval workspace gate. Owner only. Public API preview.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspaceId | Yes | ||
| workspace_id | No | ||
| idempotency_key | Yes | ||
| requireMemberApproval | Yes |
aidelly_update_brand_profileInspect
PUT /brand/profile — update workspace brand profile fields such as brand_voice, writing_style, and target_audience.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| goals | No | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| website | No | ||
| brand_id | No | ||
| industry | No | ||
| position | No | ||
| brand_voice | No | ||
| workspace_id | No | ||
| business_name | No | ||
| contact_email | No | ||
| primary_color | No | ||
| writing_style | No | ||
| idempotency_key | Yes | ||
| secondary_color | No | ||
| target_audience | No |
aidelly_update_connect_linkInspect
Update an OAuth connect link's title or enabled status.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| title | No | ||
| brand_id | No | ||
| is_enabled | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_update_scheduled_postInspect
PATCH /scheduled-posts/{id} — update caption, schedule, or recycle plan on a scheduled post. Public API preview.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| payload | No | ||
| recycle | No | ||
| brand_id | No | ||
| timezone | No | ||
| scheduled_at | No | ||
| workspace_id | No | ||
| idempotency_key | Yes |
aidelly_update_workspaceInspect
PATCH /workspaces/{workspaceId} — update workspace name, archive state, kind, or mode.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| kind | No | ||
| name | No | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| archived | No | ||
| brand_id | No | ||
| workspaceId | Yes | ||
| workspace_id | No | ||
| workspace_type | No | ||
| idempotency_key | Yes |
aidelly_update_workspace_memberInspect
PATCH /workspaces/{workspaceId}/members — update a workspace member role.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| role | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| user_id | Yes | ||
| brand_id | No | ||
| workspaceId | Yes | ||
| workspace_id | No | ||
| idempotency_key | Yes |
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.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| folder | No | ||
| brand_id | No | ||
| data_url | No | Data URL such as data:image/png;base64,... | |
| file_name | Yes | ||
| source_url | No | Public HTTPS URL to fetch server-side. | |
| file_base64 | No | Base64-encoded file bytes. | |
| content_type | No | Required when using file_base64 or data_url. | |
| workspace_id | No | ||
| idempotency_key | Yes |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!