SendIt

AI-native social media publishing to LinkedIn, Instagram, Threads, TikTok, and X.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    AI-native social media publishing to LinkedIn, Instagram, Threads, TikTok, and X.

    Server tool list (148)

    Raw names from tools/list. Only developers need these.

    publish_contentPublish content to social media platforms. MEDIA RULES: • mediaUrl must be a public HTTPS URL — NOT a local file path. • If the user shares an image/video in chat, call create_upload_session FIRST to get a browser upload link, then use the returned URL here. • Text-only works on: LinkedIn, Threads, X, Facebook. • Image required: Instagram, Pinterest. • TikTok supports one video or 1-35 Photo Mode images. • Video required: YouTube. Call validate_content to check before publishing.
    schedule_contentSchedule content for future publishing. Same media rules as publish_content apply. • mediaUrl must be a public HTTPS URL — call create_upload_session if user shares a file in chat. • Content is validated at schedule time, not publish time.
    get_analyticsGet engagement analytics for a platform. Facebook and TikTok can include account-wide posts not published through SendIt; unresolved TikTok inbox-draft deliveries may appear as placeholders until SendIt can link them.
    list_teamsList all teams you belong to. Returns team names, IDs, and your role. Use the returned team ID with the team_id parameter in other tools to operate in team context.
    list_connected_accountsList all connected social media accounts. Pass team_id to see a team's accounts instead of your personal ones.
    get_tiktok_creator_infoFetch fresh TikTok Content Posting API creator info for the connected account. Use this before rendering TikTok publish settings.
    get_scheduled_postsList scheduled posts and their current status, including pending, publishing, TikTok draft-delivered, published, failed, or cancelled posts.
    delete_scheduled_postCancel a scheduled post before it's published.
    delete_postDelete a published post from a platform. Supports: X, Facebook, LinkedIn, Threads, YouTube, Pinterest, Bluesky, Mastodon, Telegram. Provide the post ID (database ID returned when published through SendIt), the platform post ID, or the post URL.
    edit_postEdit a published post on a supported platform. Updates the text/caption of an already published post. SUPPORTED: YouTube (title/description/tags), LinkedIn, Facebook, Mastodon, Telegram, Bluesky NOT SUPPORTED: X, Threads, Instagram, Pinterest, TikTok Requires the published post ID returned when the post was originally published through SendIt.
    get_platform_requirementsGet detailed content requirements for a platform. Returns: Character limits, media specifications, rate limits, and special notes. Call this when you need specifics like exact character counts, file size limits, or supported formats. The publish_content description has a quick reference, but this tool provides complete details.
    validate_contentValidate content against platform requirements BEFORE publishing. USE THIS WHEN: • Unsure if content will work on target platforms • Publishing to multiple platforms with different requirements • Want to catch errors before attempting publish Returns specific errors (e.g., 'TikTok requires video', 'Instagram needs media') and warnings (e.g., 'text close to character limit').
    upload_mediaFOR CLAUDE DESKTOP ONLY (with filesystem access). For Claude.ai/web: Use create_upload_session instead - it provides a browser upload link. Upload local media to cloud storage, returning a public HTTPS URL. WHEN TO USE: • Instagram, LinkedIn, Threads, X: REQUIRED for local files before calling publish_content • TikTok: NOT NEEDED - pass local path directly to publish_content SUPPORTED FORMATS: • Images: jpg, png, gif, webp (max 10MB) • Videos: mp4, mov, webm (max 100MB) Returns { url: 'https://...' } for use in publish_content mediaUrl parameter.
    create_upload_sessionCreate a browser upload link for media files. ALWAYS use this when the user shares an image or video in chat — their file is local and cannot be passed directly to publish_content. WORKFLOW: 1. Call this tool to get an uploadUrl 2. Give the user the link to open in their browser and upload their file 3. After upload, call get_upload_session to get the public media URL(s) 4. Use the returned URL with publish_content or schedule_content Supports up to 20 files per session. Expires in 15 minutes.
    get_upload_sessionCheck the status of an upload session and get the media URL(s) once uploaded. Call this after the user clicks the upload link to see if they've completed the upload. Returns: • status: 'pending' - User hasn't uploaded yet • status: 'uploaded' - Upload complete, includes mediaUrl, mediaUrls, fileCount, mediaItems • status: 'expired' - Session expired (15 min limit)
    create_goalCreate a new maker goal on Product Hunt. REQUIREMENTS: • Must have Product Hunt account connected • Write access requires app whitelisting by Product Hunt • Goal title limited to 280 characters If write access is not available, you'll receive an error with instructions to request whitelisting.
    complete_goalMark a Product Hunt goal as complete or incomplete. REQUIREMENTS: • Must have Product Hunt account connected • Write access requires app whitelisting by Product Hunt
    upvote_productUpvote a product on Product Hunt. REQUIREMENTS: • Must have Product Hunt account connected • Write access requires app whitelisting by Product Hunt Provide the Product Hunt post ID (not the slug).
    get_producthunt_analyticsGet analytics for your products on Product Hunt. Returns: • Total products, votes, comments, reviews • Number of featured products • Per-product metrics including vote counts and ratings Works with read-only access (no whitelisting required).
    bulk_scheduleSchedule multiple posts at once from CSV content. USE THIS WHEN: • User has a spreadsheet or list of posts to schedule • Planning a content calendar for a month • Migrating content from another tool CSV FORMAT (required columns): • platform: linkedin, instagram, x, tiktok, threads • scheduled_time: ISO 8601 format (e.g., 2024-02-15T10:00:00Z) • text: Post content/caption OPTIONAL COLUMNS: • media_url: Image or video URL • first_comment: First comment to add (Instagram/LinkedIn) • hashtags: Additional hashtags to append PROCESS: 1. First call with validate_only: true to check for errors 2. Review validation report with user 3. Call again with validate_only: false to execute import
    preview_contentGenerate a visual preview of how content will appear on each platform. USE THIS WHEN: • Before publishing to see how posts will look • To validate content against platform requirements • To check character counts, hashtag limits, and media requirements Returns an HTML preview mockup for each platform with validation results: • Character count vs limit • Hashtag count (Instagram has 30 max) • Media requirement check • Platform-specific warnings and errors
    connect_xGet the OAuth URL to connect your X account.
    connect_linkedinGet the OAuth URL to connect your LinkedIn account.
    connect_linkedin-pageGet the OAuth URL to connect your LinkedIn Page account.
    connect_facebookGet the OAuth URL to connect your Facebook account.
    connect_instagramGet the OAuth URL to connect your Instagram account.
    connect_threadsGet the OAuth URL to connect your Threads account.
    connect_blueskyGet the credential setup schema to connect Bluesky using API key or token credentials.
    connect_mastodonGet the OAuth URL to connect your Mastodon account.
    connect_nostrGet the custom connection setup instructions for Nostr. Note: This is an unofficial connector and may change without notice.
    connect_youtubeGet the OAuth URL to connect your YouTube account.
    connect_tiktokGet the OAuth URL to connect your TikTok account.
    connect_lemmyGet the credential setup schema to connect Lemmy using API key or token credentials.
    connect_discordGet the webhook setup schema to connect Discord.
    connect_slackGet the webhook setup schema to connect Slack.
    connect_telegramGet the credential setup schema to connect Telegram using API key or token credentials.
    connect_pinterestGet the OAuth URL to connect your Pinterest account.
    connect_dribbbleGet the OAuth URL to connect your Dribbble account.
    connect_devtoGet the credential setup schema to connect DEV.to using API key or token credentials.
    connect_hashnodeGet the credential setup schema to connect Hashnode using API key or token credentials.
    connect_gmbGet the OAuth URL to connect your Google My Business account.
    connect_whopGet the credential setup schema to connect Whop using API key or token credentials. Note: This is an unofficial connector and may change without notice.
    connect_producthuntGet the OAuth URL to connect your Product Hunt account.
    list_libraryList saved content from your library. Returns drafts, templates, and evergreen content.
    get_library_itemGet a specific content library item by ID.
    save_to_librarySave content to your library as a draft, template, or evergreen content for reuse.
    update_library_itemUpdate an existing content library item.
    delete_library_itemDelete a content library item.
    publish_from_libraryPublish content directly from your library to one or more platforms.
    trigger_scheduled_postManually trigger a scheduled post to publish immediately.
    list_dead_letterList posts that failed all retry attempts and were moved to the dead letter queue. Review and decide to requeue or discard them.
    requeue_dead_letterRequeue a dead letter post for another publishing attempt. Creates a new scheduled post from the dead letter entry.
    list_brand_voicesList all brand voice profiles. Brand voices guide AI content generation with tone, personality, writing rules, and example posts.
    create_brand_voiceCreate a brand voice profile to guide AI content generation. Configurable fields: • tone: Overall tone (professional, casual, energetic, witty, etc.) • personality: Brand personality description • writingStyle: Writing style guidelines • doRules: Array of things the brand voice SHOULD do • dontRules: Array of things the brand voice should NEVER do • examplePosts: Example posts in this brand voice • approvedHashtags: Preferred hashtags to prioritize • bannedWords: Words to never use in content • keyPhrases: Key phrases to incorporate naturally
    set_default_brand_voiceSet a brand voice profile as the default. The default brand voice is automatically used by all AI content generation tools.
    list_pending_approvalsList all scheduled posts that are pending approval. These posts won't be published until approved.
    approve_postApprove a scheduled post that is pending approval. Once approved, it will be published at the scheduled time.
    reject_postReject a scheduled post that is pending approval. The post will not be published.
    list_inboxList comment threads on your published posts. Returns threads from your social inbox, showing comments and replies from followers on your posts across all platforms.
    reply_to_commentReply to a comment on one of your published posts. Supported platforms: X (reply tweets), Threads, Instagram, Facebook, YouTube. Not supported: LinkedIn, Pinterest, TikTok.
    get_best_timesGet the optimal posting times for a platform based on your historical engagement data. Returns top time slots ranked by engagement score. Falls back to industry defaults when insufficient personal data exists.
    score_contentScore content quality on a 0-100 scale before publishing. Evaluates 5 factors (20 points each): 1. Text length optimization for target platforms 2. Hashtag count optimization 3. Posting time alignment with best engagement windows 4. Media presence (images/videos) 5. Content patterns (CTA, hooks, formatting, emoji) Returns overall score, per-factor breakdown, and improvement suggestions.
    get_audit_logRetrieve audit log entries for your account. Shows a timestamped trail of all actions performed: publishes, schedules, account connections, content library changes, etc. Filter by action type, resource type, or date range.
    generate_ai_mediaGenerate AI images or videos using approved media providers. Supported providers: - heygen-mcp: HeyGen Direct API or MCP video/avatar generation - codex-oauth-image: Codex OAuth image generation for gpt-image-2 Returns a job ID that can be polled for status.
    check_ai_media_statusCheck the status of an AI media generation job. Returns current status (pending, processing, completed, failed) and result URL when complete.
    generate_contentGenerate AI-powered platform-optimized content without publishing. Uses AI to create platform-specific text, hashtags, and titles from a prompt or media URL. Respects brand voice profiles if configured. Returns generated content variants for each target platform. Use publish_content to publish the generated content, or publish_ai to generate and publish in one step.
    publish_aiGenerate AI content and publish it in a single step. Combines generate_content + publish_content into one call. First generates platform-optimized content using AI, then publishes to the specified platforms. Same platform requirements as publish_content apply.
    create_library_itemSave content to your library as a draft, template, or evergreen content for reuse. Alias for save_to_library.
    draft_replyGenerate an AI-powered reply draft for a social mention. Returns a draft with tone and safety flags.
    summarize_mentionsCluster and summarize recent social mentions by theme and sentiment using AI.
    generate_post_bundleGenerate multi-variant AI content with quality scoring for multiple platforms. Returns the best variant plus alternatives.
    critique_postScore and critique post content with AI-powered suggestions. Returns a quality score (0-100), breakdown, and improvement tips.
    connect_platformConnect a platform dynamically by platform ID. Returns OAuth URL, webhook setup details, or credential form contract depending on the platform auth method.
    get_platform_settings_schemaGet the JSON schema contract for content.platformSettings.<platformId>, including platform-specific publish options, validation-only gates, and supported per-platform content overrides.
    list_connectorsList all available connectors in the SendIt platform. Returns connectors organized by category: organic, paid_media, automation, workspace. Each connector includes its ID, name, status, auth strategy, and capabilities. Use this to discover what integrations are available before connecting.
    get_connector_capabilitiesGet detailed capabilities and operations for a specific connector. Returns supported operations, auth requirements, rate limits, and constraints.
    connect_connectorInitiate authentication flow for a connector. For OAuth2 connectors, returns an authorization URL. For API key connectors, stores the provided key. For webhook connectors, registers the webhook URL.
    disconnect_connectorDisconnect and revoke credentials for a connector.
    list_connected_connectorsList all currently connected connectors with their status and health. Includes both legacy platform connections and new connector connections.
    get_connector_healthGet health status and SLO metrics for a connector.
    execute_connector_operationExecute a specific operation on a connected connector. Use get_connector_capabilities to discover available operations. Operations include read/write actions specific to each connector.
    list_ad_accountsList all connected advertising accounts across platforms. Returns ad accounts from Meta Ads, Google Ads, LinkedIn Ads, TikTok Ads, etc.
    create_ad_campaignCreate a new advertising campaign on a connected ad platform. Supports campaign creation across Meta Ads, Google Ads, LinkedIn Ads, TikTok Ads, Pinterest Ads, and all other connected ad platforms. The AI Campaign Builder agent can help design optimal campaign structures.
    list_ad_campaignsList campaigns for an ad account with status and performance summary.
    update_ad_campaignUpdate campaign settings (name, budget, dates, status).
    create_ad_creativeCreate an ad creative (image, video, carousel, or text ad). The Creative Asset agent can help generate ad visuals and copy.
    get_ad_performanceGet performance metrics for campaigns, ad sets, or creatives. Returns impressions, clicks, spend, conversions, CTR, CPC, CPM, ROAS, and custom metrics. Supports date range filtering and breakdown by day.
    get_unified_ad_reportGet a cross-platform advertising performance report. Aggregates metrics across all connected ad platforms into a single view. Useful for comparing performance across Meta, Google, LinkedIn, TikTok, etc.
    repurpose_urlTakes a URL (article, YouTube video, or podcast) and repurposes its content into platform-optimized posts. Supports: • Web articles — extracts text content • YouTube videos — extracts transcript/captions • Podcast RSS feeds — extracts episode descriptions and show notes Returns platform-specific formatted output (X threads, Instagram carousel slides, Medium articles, etc.) with a quality score (0-100) for each variant.
    list_agentsList all available AI agents and their capabilities. SendIt includes 12 specialized agents: • Strategy Planner - Content strategy from audience/trend analysis • Content Ideation - Topic ideas from trends and calendar gaps • Multi-Format Composer - Platform-optimized content from a brief • Creative Asset - AI image/video generation orchestration • Variant Repurposer - Repurpose content for different platforms • Calendar Optimizer - Optimal posting time suggestions • Listening Analyst - Social mention and sentiment analysis • Inbox Reply - Contextual reply drafts with brand voice • Campaign Builder - Ad campaign structure recommendations • Budget Optimizer - Spend pacing and budget reallocation • Experimentation - A/B test design and analysis • Executive Insights - Executive summary reports
    invoke_agentInvoke a specific AI agent with given inputs. The agent will execute within policy constraints and return structured output. All agent runs are logged for audit and traceability.
    get_agent_runGet the details and output of a specific agent run.
    list_agent_runsList recent agent runs with status and summary.
    get_agent_policiesGet the active policies/guardrails for an agent.
    update_agent_policyCreate or update a policy/guardrail for an agent. Policy types: • brand_safety - Content must align with brand guidelines • platform_compliance - Must follow platform ad policies • approval_gate - Require human approval before execution • budget_limit - Cap spending or resource usage • content_filter - Filter certain topics or language
    list_workflowsList all automation workflows with their status and trigger info.
    create_workflowCreate a new automation workflow. Workflows consist of a trigger and a sequence of steps. Trigger types: • manual - Run on demand • schedule - Cron-based schedule • event - Triggered by SendIt events (post published, mention detected, etc.) • webhook - Triggered by external webhook • connector_event - Triggered by connector-specific events Step types: • connector_action - Execute a connector operation • connector_operation - Alias of connector_action • agent_invoke - Run an AI agent • condition - Conditional control step (skip subsequent steps) • delay - Wait for a duration • http_request - Outbound HTTP request • transform - Transform data between steps • notify - Send notification (email, Slack, etc.)
    update_workflowUpdate a workflow's configuration or status.
    delete_workflowDelete a workflow permanently.
    trigger_workflowManually trigger a workflow run.
    list_workflow_runsList recent runs for a workflow.
    get_workflow_runGet detailed step-by-step execution log for a workflow run.
    get_unified_analyticsGet cross-platform analytics combining organic and paid performance. Aggregates metrics across all connected platforms into a single view. Supports time-series breakdowns and platform comparison.
    get_attribution_reportGenerate an attribution report showing how channels contribute to conversions. Models: • first_touch - All credit to first interaction • last_touch - All credit to last interaction • linear - Equal credit across all touchpoints • time_decay - More credit to recent touchpoints • position_based - 40% first, 40% last, 20% middle • data_driven - ML-based attribution
    get_anomaly_alertsGet recent anomaly alerts detected across metrics. Includes sudden drops/spikes in engagement, unusual spend patterns, and content performance outliers.
    get_benchmark_comparisonCompare your performance against industry benchmarks. Returns how your engagement rates, growth, and content performance compare to similar accounts in your industry.
    get_post_analyticsFetch drilldown analytics for one published post, including per-snapshot metrics and campaign context.
    list_analytics_reportsList saved analytics report definitions for the current personal or team scope.
    run_analytics_reportExecute one saved analytics report immediately and return the generated run plus aggregated analytics data.
    create_scheduled_reportCreate a recurring analytics report that's generated and delivered automatically.
    list_conversationsList unified inbox conversations across all connected channels. Aggregates comments, mentions, DMs, and messages from all organic and workspace connectors into a single inbox view.
    get_conversationGet full conversation thread with all messages.
    reply_to_conversationSend a reply in a conversation. The reply is sent through the original channel (e.g., Instagram comment, X reply, Facebook comment, etc.). Replies require conversation reply routing metadata (credential + operation). Provide "routing" once and it will be stored on the conversation for future replies. Use the Inbox Reply agent to get AI-drafted replies with brand voice.
    update_conversationUpdate conversation status, priority, assignment, or tags.
    get_inbox_summaryGet a summary of the unified inbox: total conversations, unread count, sentiment breakdown, and response time metrics.
    escalate_to_supportEscalate a social conversation to a connected support platform (Zendesk, Intercom, etc.). Creates a support ticket from the conversation context.
    autopilot_set_goalSet a social media goal for the AI autopilot to work toward. The autopilot will use AI agents to plan content, generate posts, and schedule them. Example goals: 'Grow LinkedIn followers by 20%', 'Post 5x/week on Instagram about AI'.
    autopilot_generate_planGenerate a weekly content plan for an autopilot goal. Chains 5 AI agents: Strategy Planner -> Content Ideation -> Calendar Optimizer -> Multi-Format Composer -> Variant Repurposer. Returns a plan with individual post items for review.
    autopilot_approve_planApprove all pending items in an autopilot plan, or approve/reject individual items. After approval, use autopilot_execute_plan to schedule the approved posts.
    autopilot_execute_planSchedule all approved posts in an autopilot plan. Posts are spaced out over time and scheduled via the standard publishing pipeline.
    autopilot_get_progressGet progress metrics for an autopilot goal — weeks planned, posts approved, scheduled, published.
    autopilot_list_goalsList all autopilot goals for the current user.
    list_projectsList imported product/codebase projects for social strategy and content generation.
    create_projectCreate a Projects workspace for a product, app, or codebase.
    import_project_sourceImport GitHub, app-store, website, file, or media source context into a project.
    analyze_projectAnalyze a project for audience, positioning, differentiators, content pillars, and risks.
    get_project_analysisFetch stored project analysis, strategy, recent generations, and activity.
    generate_project_strategyGenerate project-local brand voice, positioning, audience, and social content strategy.
    request_project_contentGenerate UGC, slideshow, remix, caption, or calendar content from project intelligence.
    save_project_content_to_libraryGenerate project content and save the outputs into the reusable content library.
    schedule_content_advancedSchedule content with explicit target accounts, queue placement, recurrence, platform overrides, media library attachments, and score gating.
    get_scheduled_postFetch one scheduled post with approval, recurrence, retry, and published-link metadata.
    edit_scheduled_postEdit a pending scheduled post. Supports text, media, platform, timing, approval-scope, and publish-now updates.
    retry_scheduled_postRetry a failed scheduled post, optionally editing the content, narrowing to failed platforms, rescheduling, or publishing immediately.
    duplicate_scheduled_postCreate a new scheduled post by duplicating an existing scheduled post. If no time is supplied, SendIt shifts it forward automatically.
    suggest_next_schedule_timeSuggest the next recommended publish time using best-times insights or configured queue slots without creating a post.
    suggest_queue_slotsSuggest reusable queue slots derived from best-time insights for one or more platforms.
    schedule_multilang_contentSchedule the same post in multiple languages, linking all variants into one translation group.
    list_calendar_eventsList scheduled and published calendar events with optional date-range, status, platform, and pagination filters.
    update_calendar_eventUpdate one calendar event by rescheduling it, changing status, reassigning it, or storing metadata.
    bulk_update_calendar_eventsApply one bulk action to many calendar events at once, including shifts, explicit reschedules, queue moves, cancellations, or assignments.
    list_recurring_seriesList recurring scheduled-post series and their recurrence metadata.
    update_recurring_seriesUpdate the recurrence rule or end date for future occurrences in a recurring series.
    cancel_recurring_seriesCancel a recurring series and stop future pending occurrences from publishing.
    get_calendar_gapsDetect open days in the publishing calendar and return gap metadata for planning.
    get_calendar_recommendationsReturn top recommended recurring posting slots from historical performance data.
    get_approval_commentsList approval comments for one scheduled post in team approval scope.
    list_media_assetsList media library assets with filtering by collection, type, tags, search, and pagination.
    SendIt: connect to Claude, ChatGPT, Cursor · Connectors.fun