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 |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_trending_users_in_specific_country | Fetch trending users and their most popular post for target country passed as parameter |
| get_trending_hashtags_for_specific_country | Endpoint search for trending hashtags for specific country passed as the parameter |
| find_user_by_sec_user_id_fetch_profile_info_fetch_user_p | Endpoint does a sequence of actions under the hood: 1. fetches user stats (total likes, followers, subscriptions, etc.) 2. fetch \ |
| build_request_to_find_post_by_link_or_aweme_id | Note: endpoints ending \ |
| build_request_to_find_users_posts_by_sec_user_id | Note: endpoints ending \ |
| build_request_to_find_user_and_his_info_by_sec_user_id | Note: endpoints ending \ |
| find_post_by_link_or_aweme_id_fetch_cover_links_metrics_ | Find post data (cover links, metrics, download links, etc.) by post identifier. Takes any of the following post identifiers: - aweme_id - share_link - web_link - short_link If you mix up link type endpoint will work incorrectly! |
| find_liked_posts_by_sec_user_id | Search for post user previously liked (only it the target user allowed this feature in privacy settings) |
| find_user_by_username_fetch_profile_info_fetch_user_post | Endpoint does a sequence of actions under the hood: 1. finds user by \ |
| find_user_by_username_fetch_profile_info_fetch_user_post_2 | Endpoint does a sequence of actions under the hood: 1. finds user by \ |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |