newsoracle
Server Details
NewsOracle News and Trends Intelligence MCP
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- ToolOracle/newsoracle
- GitHub Stars
- 0
- Server Listing
- NewsOracle
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3/5 across 9 of 9 tools scored. Lowest: 2.2/5.
Most tools have distinct purposes, but breaking_now overlaps with top_news and trending_topics, and topic_deep_dive partially overlaps with search_news and trend_over_time. Descriptions generally clarify the differences, making confusion unlikely but possible.
All names use snake_case, but the pattern is mixed: some are verb_noun (search_news, compare_coverage), some are noun phrases (top_news, related_queries), and some are less conventional (breaking_now, topic_deep_dive). This makes the naming somewhat inconsistent but still readable.
The server has 9 tools, which is well within the ideal 3-15 range. Each tool addresses a specific news/trend analysis need without unnecessary bloat, making the set well-scoped.
The tool set covers news search, top headlines, breaking news, trend analysis, related queries, and coverage comparison. Minor gaps exist, such as no direct article content retrieval or source management, but the available tools handle the core domain effectively.
Available Tools
9 toolsbreaking_nowBInspect
Latest breaking/developing stories — combines trending searches + top headlines.
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | Country code (default: us) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It reveals the combination behavior ('combines trending searches + top headlines') but doesn't disclose other behavioral traits such as real-time updates, country filtering effects, or output format limitations. This leaves significant gaps for a tool with no annotation support.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that efficiently communicates purpose and method. The em-dash separates the core value from the combination mechanism, making it front-loaded and concise with no wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one optional parameter and no output schema, the description gives the core function but omits details like number of results, sort order, or any disclaimers. It is minimally adequate but would benefit from a bit more context about what the returned stories look like or how they are updated.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% (the only parameter 'country' is described), so the baseline is 3. The description adds no additional detail about the parameter; the schema already explains 'Country code (default: us)'. No extra meaning is provided beyond what the schema contains.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states 'Latest breaking/developing stories — combines trending searches + top headlines,' which clearly identifies the tool's function and distinguishes it from siblings like top_news and trending_topics by indicating it combines them. It lacks an explicit verb but the noun phrase conveys the purpose effectively.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit when-to-use guidance or alternatives are mentioned. The description implies usage for breaking/developing stories but doesn't state when not to use related tools like top_news or trending_topics. The implied use case is sufficient to merit a mid-range score.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
compare_coverageCInspect
How different news sources cover the same story.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | News topic or event |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, and the description does not disclose any behavioral traits such as the output format, limitations, or what happens with the query. The tool's behavior is completely opaque beyond the vague hint of comparing coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is brief (five words) but takes the form of a question rather than a clear instruction. It is underspecified and fails to communicate the tool's function effectively, making it an ineffective use of concise wording.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With a simple one-parameter schema and no output schema, the description still fails to explain what the tool returns or how it operates. It is more complete than a tautology but far from adequate for an agent to use it reliably.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers the only parameter 'query' with a description, so the parameter semantics are already documented. The description does not add any additional meaning beyond the schema, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description hints at the tool's purpose by saying 'How different news sources cover the same story,' but it lacks an explicit action verb like 'compare' or 'show.' It is a vague phrase rather than a clear verb+resource statement, and it does not differentiate from sibling tools such as related_queries or topic_deep_dive.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternatives. The description does not mention any use cases, prerequisites, or exclusions, leaving the agent to guess when this comparison tool is appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
health_checkCInspect
Server status, API connectivity.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It only mentions 'Server status, API connectivity,' which hints at a read-only health check but provides no details about what exactly is checked, whether it makes network requests, or what the output represents. This is insufficient for an agent to understand the tool's behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short, but it is not a complete sentence and reads more like a label than a functional description. While brevity is good, the lack of a verb makes it less structured and less useful. It does not waste words, but it also does not use them effectively.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with no parameters and no output schema, the description is the only source of guidance. 'Server status, API connectivity' is too sparse to fully inform an agent about the tool's purpose, expected results, or when to invoke it. Even though the tool is simple, the description leaves significant ambiguity about what the agent will receive and how to interpret the result.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and the schema confirms an empty object. The baseline for 0 params is 4, and there is no need for the description to elaborate on parameter meanings. The description does not add anything param-related, but none is necessary.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Server status, API connectivity.' is a noun phrase rather than a clear verb-based statement. It indicates the tool relates to server and API health but does not explicitly say what action is performed (e.g., 'checks' or 'returns'). It is somewhat distinguishable from the news-focused sibling tools, but the purpose remains vague.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternatives. The description does not mention any context, prerequisites, or exclusions. An agent would have no idea whether to call health_check instead of, say, top_news or trending_topics when assessing system status.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_newsCInspect
Search news articles by keyword with time filter.
| Name | Required | Description | Default |
|---|---|---|---|
| when | No | Time range: 1h, 1d, 7d, 1y (default: 7d) | |
| query | No | Search query | |
| country | No | Country (default: us) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full responsibility for disclosing behavior. It only states the core function, omitting any details about return format, ordering, rate limits, or side effects. For a search tool, this minimal transparency is insufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that is appropriately concise. It conveys the essential purpose without unnecessary verbosity, making it easy for an agent to parse quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the presence of many sibling tools and no output schema or annotations, the description is incomplete. It lacks usage guidance, return value expectations, or any filtering/sorting semantics, leaving the agent under-informed for tool selection.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the baseline is 3. The description adds minimal semantic value by mapping 'keyword' and 'time filter' to the query and when parameters, but it does not enrich beyond the schema's own descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool searches news articles by keyword with a time filter, using a specific verb and resource. It distinguishes from siblings like 'top_news' or 'breaking_now' by emphasizing generic search capability, though it doesn't explicitly name alternatives.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternatives such as 'top_news' or 'trend_over_time'. The description implies ad-hoc search but provides no contextual signals or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
topic_deep_diveCInspect
Deep analysis: articles, source diversity, interest trend over time.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Topic to analyze | |
| country | No | Country (default: us) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It only lists output aspects (articles, source diversity, interest trend) but does not disclose how the tool behaves, what data sources it uses, whether the analysis is real-time, or the shape of the returned result. This is insufficient for an analysis tool with no annotation support.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very brief, but the brevity comes at the cost of clarity. It is structured as a label followed by a colon and list, which is efficient but lacks a clear verb or sentence structure. Every word is necessary, but the content is under-specified.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
There is no output schema and no annotations, so the description must explain the full behavior and expected return. It mentions three aspects but does not describe how they are combined, what response format to expect, or any prerequisites. For a complex analysis tool, this is incomplete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides complete descriptions for both parameters (query and country), achieving 100% coverage. The description does not add any meaning beyond the schema's parameter descriptions, so a baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description says 'Deep analysis' which is a vague verb, but it does list the covered aspects: articles, source diversity, interest trend over time. This gives some sense of the resource and scope, though it doesn't clearly differentiate from siblings like trend_over_time or search_news.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternatives. It does not mention similar tools like trend_over_time or breaking_now, nor does it state exclusions or preferred use cases. The description leaves the agent without a basis for selecting it over siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
top_newsBInspect
Top headlines by country and topic. Topics: business, technology, sports, health, science, entertainment.
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | Topic: business, technology, sports, health, science, entertainment | |
| country | No | Country code (default: us) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must fully disclose behavior. It only states the purpose and lists topics (also in schema), without explaining what the response contains, pagination, sorting, or any other behavioral traits. This is a significant gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise, using just two short sentences. It includes essential information without unnecessary words, earning a perfect score for conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple, but without an output schema, the description should explain the response format. It only says 'Top headlines', which is vague and does not mention what fields or structure the output has. Adequate but with clear gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema describes both parameters fully (topic and country with default), and the description reiterates the topic list without adding extra meaning. With 100% schema coverage, a baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states that the tool provides top headlines filtered by country and topic, which is a specific resource and dimensions. However, it does not differentiate from siblings like search_news or trending_topics, so it does not fully meet the 5-level criterion.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given about when to use this tool versus alternatives. There is no mention of appropriate scenarios, limitations, or exclusions, leaving the agent without context for tool selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
trending_topicsBInspect
What is trending right now on Google in a country.
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | Country code e.g. US, DE, GB, JP (default: US) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It implies a read-only query but does not disclose time-window semantics, regional variations, rate limits, or response structure. The single sentence adds little beyond the basic purpose.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is one short sentence, front-loaded with the core purpose, and contains no filler or redundant information. It is maximally concise for the information it conveys.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with one optional parameter and no output schema, the description is serviceable but incomplete: it does not describe what the response contains (e.g., a list of topics, rankings, metadata), and with no annotations there is no safety or behavioral context. It is adequate but leaves gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers the single 'country' parameter fully with examples and a default, so the parameter meaning is already clear. The description adds only the phrase 'in a country,' which does not provide meaningful additional semantics beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the resource: trending topics on Google for a country. It lacks an imperative verb like 'Get' or 'List' but the intent is obvious. It does not explicitly distinguish from siblings like breaking_now or top_news, but the Google Trends scope differentiates it enough.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given on when to use this tool versus siblings such as breaking_now, top_news, or trend_over_time. The description only defines what it does, with no mention of use cases, prerequisites, or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
trend_over_timeBInspect
Google Trends interest over time for 1-5 keywords. Compare search interest.
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | Country (default: US) | |
| keywords | No | List of 1-5 keywords to compare | |
| timeframe | No | Timeframe: 'today 3-m', 'today 12-m', 'today 5-y' (default: today 3-m) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must disclose behavioral traits. It identifies the data source (Google Trends) and the keyword limit, but does not explain the output format, time series characteristics, normalization, or any other behaviors. This is a significant gap for a tool that returns data.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two short sentences, front-loads the core action, and wastes no words. It is concise and well-structured, making it easy to parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has low-to-medium complexity with three optional parameters and no output schema. The description is sufficient to invoke the tool, but it does not clarify the return structure or any non-obvious behavior. Given the absence of annotations and output schema, a bit more detail on expected output or limitations would improve completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description adds '1-5 keywords' which reinforces the schema but does not provide additional meaning beyond what the schema already states for each parameter. No extra parametric nuance is given.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action (Google Trends interest over time) and the resource (1-5 keywords), and adds 'Compare search interest' which conveys the comparison purpose. However, it does not explicitly differentiate from sibling tools like trending_topics or compare_coverage, so it falls short of a 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage context is implied: 'for 1-5 keywords' suggests when to use it, but there is no explicit guidance on when to choose this over sibling tools, nor any mention of exclusions or alternatives. This meets the 'implied usage' level but not clear context without exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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 published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
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!
Related MCP Servers
- Alicense-qualityAmaintenanceSearch, trending, topics, and local news all in one MCP server. Article previews, deduplication, source filtering, and 40+ languages built in.402MIT
- Alicense-qualityBmaintenanceA persistent news intelligence MCP server that enables AI agents to fetch, store, deduplicate, embed, and semantically query news from Google News across 141 countries and 41 languages.3MIT
- AlicenseAqualityAmaintenanceMCP server for global news monitoring, media analysis and sentiment tracking via WorldNewsAPI — full-text search across 150+ countries, German/English sentiment analysis, top headlines, GL briefings, newspaper front pages and geo-search. API key required.15MIT
- Alicense-qualityCmaintenanceA Model Context Protocol (MCP) server that provides real-time news intelligence using NewsAPI.ai. This server enables LLMs to search articles, track events, and analyze news through natural conversation.461MIT
Your Connectors
Sign in to create a connector for this server.