Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | API key for authentication |
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_public_profile_data_by_url | Enrich public profile data |
| get_company_details | The endpoint returns enrich company details |
| get_company_by_domain | Enrich company data by domain. 1 credit per successful request. |
| search_people | You may see less than 10 results per page. This is because not all profiles as public, sometimes hiding profiles. The endpoint automatically filters these profiles from the result |
| about_the_profile | Get profile verification details, profile’s joined, contact information updated, and profile photo updated date |
| get_profile_data_and_connection_u0026_follower_count | Get Profile Data and Connection \u0026 Follower Count |
| get_post_comment_reaction | Get post comment Reaction |
| search_post_by_keyword | Search Post by Keyword |
| get_post_reactions | Get profiles that reacted to the post |
| get_profile_post_and_comments | Get profile post and comments of the post |
| get_profiles_comments | Get last 50 comments of a profile. 1 credit per call |
| get_company_jobs | Get company jobs |
| ping | Ping |
| get_profile_recent_activity_time | Get the time of the profile's last activity |
| get_profile_reactions | Find out what posts a profile reacted to |
| get_profile_post_comment | Get 50 comments of a profile post (activity) |
| get_profiles_posts | Get last 50 posts of a profile. 1 credit per call |
| search_post_by_hashtag | Search Post by Hashtag |
| get_company_post_comments | Get comments of a company post |
| get_companys_post | Get last 50 posts of a company. 1 credit per call |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |