Tool Reference
Full list of MCP tools exposed by the Aidelly MCP server.
The Aidelly MCP server exposes 36 tools covering full /api/public/v1 coverage. Tool names follow the pattern aidelly_<method>_<resource>.
Interactive reference
The complete tool schemas — parameters, descriptions, and examples — are available in the interactive API reference:
You can also fetch the OpenAPI spec directly:
curl https://app.aidelly.ai/api/public/v1/openapiThe MCP tool list at runtime reflects the same schema:
# Using mcp-cli or any MCP client
mcp tools/listTool categories
Posts
| Tool | Description |
|---|---|
aidelly_create_post | Create and publish or schedule a post |
aidelly_get_posts | List posts with filters (status, platform, date range) |
aidelly_get_post | Fetch a single post by ID |
aidelly_patch_posts_id | Update a post (content, schedule time, status) |
aidelly_post_posts_id_cancel | Cancel a scheduled post |
Approvals
| Tool | Description |
|---|---|
aidelly_get_approvals_items | List items pending approval |
aidelly_post_approvals_items_action | Approve or reject a draft |
Media
| Tool | Description |
|---|---|
aidelly_post_media_upload_url | Get a signed URL for direct media upload |
Social connections
| Tool | Description |
|---|---|
aidelly_get_social_connections | List connected social accounts for a brand |
Analytics
| Tool | Description |
|---|---|
aidelly_get_analytics | Fetch post analytics (views, likes, comments, shares) |
Brand and workspace
| Tool | Description |
|---|---|
aidelly_get_brand_settings_context | Get brand settings and context |
aidelly_get_workspaces | List workspaces |
aidelly_get_brands | List brands in a workspace |
Content automations
| Tool | Description |
|---|---|
aidelly_get_content_automations | List content automations |
aidelly_put_content_automations_id | Update a content automation |
Webhooks
| Tool | Description |
|---|---|
aidelly_get_webhooks | List webhook subscriptions |
aidelly_post_webhooks | Create a webhook subscription |
aidelly_delete_webhooks_id | Delete a webhook subscription |
Usage
| Tool | Description |
|---|---|
aidelly_get_usage | Fetch API usage stats for the current period |
Calling tools from an AI conversation
Tools are called implicitly when you instruct the AI. Examples:
"Post this caption to my Instagram and LinkedIn now."
"Schedule the post below for Friday at 9am Pacific."
"Show me my last 5 posts and their engagement."
"Approve the pending draft for the Q2 campaign."
The AI selects the appropriate tool and calls it with the right parameters based on your instruction.