Threads · Capability
Threads Social Publishing
Unified social publishing capability for the Threads platform combining content publishing, reply management, engagement analytics, and account insights. Used by creators, brands, and social media managers to manage Threads presence at scale.
What You Can Do
GET
Get profile
— Get Threads user profile information
/v1/profile
GET
List threads
— Get all user threads with pagination
/v1/threads
POST
Create thread
— Create a new thread post with reply control
/v1/threads
POST
Publish thread
— Publish a created thread media container
/v1/publish
GET
Get account insights
— Get account analytics and metrics
/v1/insights
GET
List replies
— Get all user replies
/v1/replies
GET
Get publishing limit
— Check publishing quota and rate limits
/v1/publishing-limit
MCP Tools
get-profile
Get Threads user profile information including username and biography
read-only
list-threads
Get all user's Threads posts with pagination support
read-only
create-thread
Create a new Threads post with text, image, or video and reply controls
publish-thread
Publish a created Threads media container
get-account-insights
Get Threads account analytics including views, likes, replies, and followers
read-only
list-replies
Get all user's reply posts on Threads
read-only
get-publishing-limit
Check publishing quota and rate limit status
read-only