meta-threads-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {
"tasks": {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
}
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| threads_create_postA | Create and publish a text post to Threads. Args: ctx: FastMCP request context text: The text content of the post reply_control: Who can reply - EVERYONE, ACCOUNTS_YOU_FOLLOW, or MENTIONED_ONLY |
| threads_create_image_postA | Create and publish a post with an image to Threads. Args: ctx: FastMCP request context image_url: URL of the image to post text: Optional text content of the post reply_control: Who can reply - EVERYONE, ACCOUNTS_YOU_FOLLOW, or MENTIONED_ONLY |
| threads_create_video_postA | Create and publish a post with a video to Threads. Args: ctx: FastMCP request context video_url: URL of the video to post text: Optional text content of the post reply_control: Who can reply - EVERYONE, ACCOUNTS_YOU_FOLLOW, or MENTIONED_ONLY |
| threads_get_postB | Get a Threads post by ID. Args: ctx: FastMCP request context post_id: The ID of the post to retrieve |
| threads_get_user_postsB | Get the authenticated user's recent posts. Args: ctx: FastMCP request context limit: Maximum number of posts to return (default 10) |
| threads_delete_postC | Delete a Threads post. Args: ctx: FastMCP request context post_id: The ID of the post to delete |
| threads_get_publishing_limitA | Check remaining publishing quota (250 posts/day, 1000 replies/day). Args: ctx: FastMCP request context |
| threads_reply_to_postA | Reply to an existing Threads post. Args: ctx: FastMCP request context post_id: The ID of the post to reply to text: The text content of the reply |
| threads_get_repliesB | Get replies to a Threads post. Args: ctx: FastMCP request context post_id: The ID of the post to get replies for |
| threads_get_conversationB | Get the full conversation thread for a post. Args: ctx: FastMCP request context post_id: The ID of the post to get the conversation for |
| threads_hide_replyB | Hide a reply to your post. Args: ctx: FastMCP request context reply_id: The ID of the reply to hide |
| threads_unhide_replyA | Unhide a previously hidden reply. Args: ctx: FastMCP request context reply_id: The ID of the reply to unhide |
| threads_get_media_insightsB | Get metrics/insights for a specific post. Args: ctx: FastMCP request context media_id: The ID of the media/post to get insights for |
| threads_get_user_insightsA | Get user-level metrics/insights for the authenticated user. Args: ctx: FastMCP request context |
| threads_get_profileB | Get the authenticated user's profile. Args: ctx: FastMCP request context |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| reply_strategy | Craft a thoughtful reply to a thread. Args: context: The original post or conversation context |
| content_ideas | Generate content ideas for Threads. Args: niche: Your content niche or area of expertise count: Number of ideas to generate |
| analyze_engagement | Analyze engagement metrics and suggest improvements. Args: metrics: Description of your current engagement metrics or recent post performance |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MetaThreads/meta-threads-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server