Skip to main content
Glama

get_news_briefs

Retrieve recent news briefs and scientific articles, filtered by source type, domain tag, and creation date.

Instructions

Retrieve recent news briefs from the database.

Args:
    limit: Maximum number of briefs to return (default 10).
    source_type: Filter by type — "news" for RSS items, "article" for scientific papers. Empty = all.
    domain: Filter by domain tag (e.g. "HAT", "AI", "public-health"). Empty = all.
    since: ISO date string — only return briefs created after this date. Empty = all.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
source_typeNo
domainNo
sinceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description bears full burden. It reveals retrieval of briefs with filters but does not explicitly state it is read-only, mention ordering, pagination beyond limit, or potential side effects.

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?

Two sentences with a clear intro and a bullet-style parameter list. Every sentence adds value, no fluff, front-loaded with purpose.

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?

Given 4 parameters fully documented and an output schema present, the description covers input needs comprehensively. It does not require additional context about returns.

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

Parameters5/5

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

Schema description coverage is 0%, but the description provides clear semantics for all 4 parameters: limit (max number, default 10), source_type (filter values), domain (examples given), since (ISO date). This fully compensates for missing schema descriptions.

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 states 'Retrieve recent news briefs from the database' with a specific verb and resource, and the sibling tools (e.g., get_ideas, get_journal) are distinct, making the purpose clear and distinguishable.

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

Usage Guidelines3/5

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

Parameter details imply usage context but no explicit guidance on when to use this tool vs alternatives, no exclusions, and no mention of 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.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SVerITG/Metis_PH'

If you have feedback or need assistance with the MCP directory API, please join our Discord server