Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | 不适用 | |
| PORT | No | 不适用 | |
| 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 |
|---|---|
| get_all_keywords | Get all Keywords |
| get_all_n2_tags | Get all N2 Tags |
| get_articles_by_date_and_author_id | Get Articles by date and Author ID |
| get_all_subcategories | Get all SubCategories |
| get_all_authors | Get all Authors |
| get_trending_news | Get articles by trends |
| get_articles_by_category_id_and_date_range | Get Articles by categoryId and time period. This Endpoint has a hard limit set to max 20 result per page |
| get_articles_by_date_range | Get Articles by time period. This Endpoint has a hard limit set to max 20 result per page |
| get_articles_by_keyword | Get Articles by Keyword name Example of internal request: Where keyword_name like 'Microsoft%' |
| get_articles_by_keyword_u0026_date_range | Get Articles by Date Range and Keyword name Example of internal request: Where keyword_name like 'Microsoft%' |
| get_markets_rics_by_asset_id_and_category_id | Get Markets Rics by Asset ID and Category ID |
| get_rics_data_by_assetid_and_categoryid | Get Rics Data By AssetId and CategoryId |
| get_all_market_categories | Get all Market Categories |
| get_categories_by_market_asset_id | Get Categories by market Asset id |
| get_all_tags | Get all tags |
| get_articles_by_date | Get Articles by Date This Endpoint has a hard limit set to max 20 result per page |
| get_all_market_assets | Get all Market Assets |
| search_keywords | Search a keyword by name Example of internal request: Where keyword_name like 'Microsoft%' |
| get_all_categories | Get all Categories |
| get_article_by_category_id_and_date | Get Article by category id and article date ex :/api/v1/category-id-8/article-date-11-04-2021 category - category id from Category endpoint date-{day-month-year} |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |