Skip to main content
Glama

BrunoSan AI News Intelligence

news_get_entity

Read-onlyIdempotent

All articles and statistics for a company, product, person, or region.

Returns mention count, recent articles, entity type, and co-occurring
entities (what else appears alongside this entity in the news).
Best for: researching OpenAI, Google, a CEO, a product like ChatGPT,
or understanding what a company is being mentioned with.

Example queries:
    - "Show me everything about Mistral AI"
    - "Who is Jensen Huang most often mentioned with in AI news?"
    - "Full entity profile for DeepSeek — articles, mention count, and who they co-occur with most"

Args:
    params (EntityInput):
        - entity (str): Entity name (e.g. 'OpenAI', 'Elon Musk', 'ChatGPT')
        - limit (int): Number of articles to return, default 10

Returns:
    str: JSON with fields:
        - entity (str): Matched entity name
        - entity_type (str): Type: company/person/product/region
        - total_mentions (int): Total mentions across all articles
        - articles (list): Most recent articles mentioning this entity
        - co_occurring_entities (list): Frequently co-mentioned entities with count

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful output semantics such as total_mentions and co_occurring_entities, but does not disclose behaviors like authentication requirements, rate limits, or how entity matching/normalization works. This is adequate given annotations, but not exceptional.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-organized into overview, best-for, examples, args, and returns. Every section adds practical value, and the example queries make usage immediately concrete without excessive verbosity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with one required parameter, an existing output schema, and strong annotations, the description covers invocation, input semantics, output structure, and usage scenarios. An agent has enough information to call it correctly and interpret the result.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description's Args section clearly explains entity with examples and limit with a default value, which compensates for the reported low schema description coverage. It does not mention the api_key parameter, but that is documented in the schema and has a default. Overall, the description adds meaningful meaning beyond the raw schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a precise resource ('a company, product, person, or region') and lists exactly what is returned: mention count, recent articles, entity type, and co-occurring entities. This clearly differentiates it from siblings like news_search or news_trending because it is an entity-profile tool, not a general search or trend tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The 'Best for' line plus concrete example queries give an agent clear context for when to call this tool: researching a specific entity or discovering co-occurrence partners. It does not explicitly name alternatives or say when not to use it, so it misses a full exclusion clause, but the usage context is strong.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources