Skip to main content
Glama

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

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

10 tools
ArticleInspect

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" } }

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe 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" } }

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe 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" } }

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe 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" } ... ] }

ParametersJSON Schema
NameRequiredDescriptionDefault

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" } }

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe 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" } }

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe 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" } ... ] }

ParametersJSON Schema
NameRequiredDescriptionDefault

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" } }

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe 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" } }

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe 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")

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 ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.