Available Tools
What you can do with Cue's MCP integration
Available Tools
These are the tools Claude can use to interact with Cue.
list_accounts
Get your connected social media accounts.
Example prompt: "What social accounts do I have in Cue?"
Returns: Account IDs, platforms, and usernames
list_scheduled_posts
See your upcoming scheduled posts.
Example prompt: "What posts do I have scheduled this week?"
Parameters:
limit- Maximum posts to return (default: 10)start_date- Only show posts after this dateend_date- Only show posts before this date
list_drafts
See your saved drafts.
Example prompt: "Show me my drafts"
Parameters:
limit- Maximum drafts to return (default: 10)
schedule_post
Schedule a new post.
Example prompt: "Schedule 'Exciting news coming soon!' for tomorrow at 9am on Twitter"
Parameters:
content- The post text (required)scheduled_for- When to publish (required unless using auto_schedule)auto_schedule- Let Cue pick optimal times per platform (optional)account_ids- Which accounts to post to (required)platform_content- Different text for different platforms (optional)
Platform-specific content example:
"Schedule a post for tomorrow. On Twitter say 'Big news!' and on LinkedIn say 'We're excited to announce...'"
Auto-schedule example:
"Auto-schedule 'Check out our new feature!' to Twitter and LinkedIn"
When using auto-schedule, each platform gets its own optimal posting time based on engagement windows and your scheduling preferences.
create_draft
Save content as a draft for later.
Example prompt: "Save this as a draft: We're working on something exciting..."
Parameters:
content- The draft text (required)account_ids- Which accounts to associate (optional)platform_content- Different text for different platforms (optional)