You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2026. It is now read-only.
Introduce a new integration connector for Meta's Threads platform. This connector will expose capabilities via the Model Context Protocol (MCP) to allow AI agents (such as Antigravity 2.0) and other integrations to interact with Threads programmatically through Airweave.
The primary use case is enabling automated social media workflows, such as draft generation, post scheduling, and immediate publishing.
Key Capabilities (Proposed Scope)
To support a robust social media automation pipeline, the connector should expose the following tools/actions:
create_draft (Local State Management)
Since the official Threads API does not natively support server-side drafts, this connector should manage and store draft states locally within Airweave prior to publication.
schedule_post (Queueing)
Queue a post or draft to be published at a specific future timestamp using Airweave's underlying scheduling system.
publish_post (Immediate Release)
Directly publish text, images, or carousel posts to Threads.
get_profile_metrics (Optional)
Retrieve basic user profile data (e.g., username, follower counts) to help agents contextually analyze performance.
Feature Description
Introduce a new integration connector for Meta's Threads platform. This connector will expose capabilities via the Model Context Protocol (MCP) to allow AI agents (such as Antigravity 2.0) and other integrations to interact with Threads programmatically through Airweave.
The primary use case is enabling automated social media workflows, such as draft generation, post scheduling, and immediate publishing.
Key Capabilities (Proposed Scope)
To support a robust social media automation pipeline, the connector should expose the following tools/actions:
create_draft(Local State Management)schedule_post(Queueing)publish_post(Immediate Release)get_profile_metrics(Optional)Technical Context & Reference
Definition of Done (Acceptance Criteria)
create_draft,schedule_post,publish_post.