Server Details
Search and list latest international news (sources, comments, knowledge graph).
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
10 toolsArticleInspect
Get summary and sources of specified article. ex: id = "China Launches Probe to Retrieve Samples from Far Side of Moon595192" returns: { "summary": "China has successfully launched...", "sources": [ { "name": "...", "url": "https://www..." } ], "key": { "filter": "category=unknown,region=EastAsia,timespan=threeDays", "attributes": "none", "id": "China Launches Probe to Retrieve Samples from Far Side of Moon", "type": "article" } }
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id of the article found using the Search tool. It always ends with six alphanumeric characters. |
Comments_by_AuthorInspect
Get recent comments made by a person or an organization. ex: id = "Nvidia" returns { "comments": [ 0: { article: { date: "2025-08-11T14:11:14.175079Z" id: "Nvidia and AMD Agree to Pay 15% of China Chip Revenues to US427b24" title: "Nvidia and AMD Agree to Pay 15% of China Chip Revenues to US" } comments: [ 0: { content: "We follow rules the US government sets for our participation in worldwide markets." references: [ 0: "https://..." ] } ... ] ... ], "key": { "filter": "category=unknown,region=World,timespan=week", "attributes": "country=US,org=unknown", "id": "Nvidia", "type": "facet" } }
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id of the person or organization found using the Search tool. |
Comments_on_ArticleInspect
Get comments made on specified article. ex: id = "China Launches Probe to Retrieve Samples from Far Side of Moon595192" returns: { "comments": [ { "author": { "filter": "none", "attributes": "country=US,org=National Aeronautics and Space Administration", "id": "Bill Nelson", "type": "person" }, "comments": [ { "content": "We believe that a lot of their so-called civilian space program is a military program.", "references": [ "https://..." ] } ] } ... ], "key": { "filter": "category=unknown,region=EastAsia,timespan=threeDays", "attributes": "none", "id": "China Launches Probe to Retrieve Samples from Far Side of Moon", "type": "article" } }
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id of the article found using the Search tool. It always ends with six alphanumeric characters. |
HeadlinesInspect
ex: { articles: [ 0: { date: "2025-06-22T04:04:36.598062Z" id: "US Destroys Three Key Iranian Nuclear Sites, Including Fordow16c410" title: "US Destroys Three Key Iranian Nuclear Sites, Including Fordow" } ... ] }
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Headlines_AboutInspect
Get headlines about article, country, person, organization or perspective. Use the Search tool first to find valid ids.. ex: id = "Donald Trump" returns: { articles: [ 0: { date: "2025-08-09T06:03:08.24016Z" id: "Donald Trump and Vladimir Putin to Meet in Alaska on August 15th4a4a89" title: "Donald Trump and Vladimir Putin to Meet in Alaska on August 15th" } ... ] key: { filter: "category=unknown,region=World,timespan=year" attributes: "country=US,org=Republican Party" id: "Donald Trump" type: "facet" } }
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id of the object found using the Search tool. Supported: - article (ends with six alphanumeric characters) - country (like "United States") - facet (person, organization like "United Nations") - perspective (like "US-China relations") |
Recent_Comments_by_AuthorInspect
Get recent comments made by a person or an organization. ex: id = "Nvidia" returns { "comments": [ 0: { article: { date: "2025-08-11T14:11:14.175079Z" id: "Nvidia and AMD Agree to Pay 15% of China Chip Revenues to US427b24" title: "Nvidia and AMD Agree to Pay 15% of China Chip Revenues to US" } comments: [ 0: { content: "We follow rules the US government sets for our participation in worldwide markets." references: [ 0: "https://..." ] } ... ] ... ], "key": { "filter": "category=unknown,region=World,timespan=week", "attributes": "country=US,org=unknown", "id": "Nvidia", "type": "facet" } }
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id of the person or organization found using the Search tool. |
Recent_HeadlinesInspect
ex: { articles: [ 0: { date: "2025-08-11T22:17:11.061114Z" id: "Trump extends China tariff deadline by 90 days10d78a" title: "Trump extends China tariff deadline by 90 days" } ... ] }
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Recent_Headlines_AboutInspect
Get recent headlines about article, country, person, organization or perspective. Use the Search tool first to find valid ids.. ex: id = "Donald Trump" returns: { articles: [ 0: { date: "2025-08-13T14:13:24.369303Z" id: "National Guard deployed in Washington after Trump assumes control of city policea99c81" title: "National Guard deployed in Washington after Trump assumes control of city police" } ... ] key: { filter: "category=unknown,region=World,timespan=year" attributes: "country=US,org=Republican Party" id: "Donald Trump" type: "facet" } }
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id of the object found using the Search tool. Supported: - article (ends with six alphanumeric characters) - country (like "United States") - facet (person, organization like "United Nations") - perspective (like "US-China relations") |
Relations_GraphInspect
Get relations to article, country, person, organization or perspective. ex: id = "War Crimes" returns: { "graph": { "countries": [ "SD", ... ], "organizations": [ "United Nations", ... ], "persons": [ "Mohamed Hamdan Dagalo", ... ], "technicals": [ "Kavumu Airport", ... ], "perspectives": [ "Ethnic tensions", ... ] }, "key": { "filter": "category=unknown,region=World,timespan=year", "attributes": "none", "id": "War Crimes", "type": "facet" } }
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id of the object found using the Search tool. Supported: - article (ends with six alphanumeric characters) - country (like "United States") - facet (person, organization like "United Nations") - perspective (like "US-China relations") |
SearchInspect
Search for article, country, person, organization or perspective. ex: q = "war" returns: [ 0: { id: "Russia-Ukraine War" type: "perspective" } ... ]
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search term containing at least three characters |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!