Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | API 密钥 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| posts | Get Instagram posts by user ID or username. The maxId parameter is optional and allows you to paginate through posts. By specifying the maxId (end_cursor) from the previous response, you can retrieve the next 12 posts. |
| reels | Get Instagram reels by user ID or username. The maxId parameter is optional and allows you to paginate through reels. By specifying the maxId (end_cursor) from the previous response, you can retrieve the next 12 reels. |
| userinfo | Getting user info by user ID or username |
| highlights | Getting highlights |
| highlight_stories | Getting highlight stories |
| story | Getting story by username and ID |
| hls | hls =\u003e mp4 converter |
| stories | Getting stories |
| links | Getting video links |
| profile | Getting profile |
| get | Getting data bypassing CORS |
| mediabyshortcode | Getting post/reel by shortcode |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |