Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Not applicable | |
| PORT | No | Not applicable | |
| API_KEY | Yes | API 密钥 (Required API key for accessing the Google News13 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 |
|---|---|
| business | This endpoint is used to get business news from Google News. |
| science | This endpoint is used to get science news from Google News. |
| health | This endpoint is used to get health news from Google News. |
| world | This endpoint is used to get world news from Google News. The optional parameter that can be used is \ |
| entertainment | This endpoint is used to get entertainment news from Google News. |
| latest | This endpoint is used to get the latest news from Google News. |
| technology | This endpoint is used to get technology news from Google News. |
| sport | This endpoint is used to get sport news from Google News. |
| supported_languages_and_regions | This endpoint is used to retrieve a list of supported languages and regions. |
| suggest | This endpoint is used to get autocomplete suggestions or query predictions as a user types a search query. The endpoint requires the keyword parameter, which represents the partial text entered by the user. You can send a request with the partial text, and the request will generate a JSON response containing a list of relevant autocomplete suggestions for the search query. |
| search | This endpoint is used to search for news from Google News based on keywords. The mandatory parameter to be used is keyword to specify the search term |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |