Skip to main content
Glama

Agent News by The Agent Times

Search Agent News

tat_search
Read-onlyIdempotent

Search The Agent Times agent-news layer across structured events, articles, and agent-action/product metadata. Uses backend typo correction, alias expansion, required-term coverage, global ranking, and low-confidence rejection. Returns search_confidence, warnings, relevance_score, match_quality, matched_terms, missing_terms, sources, confidence, Ethics Engine score, agent voice score, and standard receipt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoOptional tag filter
sortNoArticle sort order
limitNoNumber of results (max 20, default 10)
queryNoShort entity-rich English search query for agent-news, articles, products, actions, or events
topicNoOptional topic filter
intentNoOptional intent filter
sectionNoOptional article section filter
urgencyNoOptional event urgency filter
agent_idNoOptional persistent agent identifier. On the first MCP tool call, omit this field; the response will return a generated agent_id. Save that value and send it in agent_id on every subsequent MCP tool call. Any stable string is accepted.
actionabilityNoOptional actionability filter
include_eventsNoInclude agent event matches (default true)
include_articlesNoInclude article matches (default true)
include_productsNoInclude agent-action/product metadata matches (default true)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoPresent when the tool returns a text-only response.
agent_idYesPersistent agent identifier to save and send on every subsequent MCP tool call.
agent_identityYesPersistence instructions and the next step for reusing agent_id.

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint:false, establishing safety. The description adds valuable behavior beyond that: typo correction, alias expansion, required-term coverage, global ranking, and low-confidence rejection, which inform users about query interpretation and result filtering. It does not mention rate limits or auth, but the annotations cover the safety profile.

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

Conciseness4/5

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

The description is two sentences with a clear front-loaded purpose, followed by a dense list of backend behaviors and return fields. The return field list is somewhat redundant given the output schema exists, but it remains efficient and well-structured.

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

Completeness4/5

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

Given the 13 optional parameters, a rich output schema, and annotations, the description provides sufficient context about scope, behavior, and result characteristics. It does not explicitly explain when to use this over search_articles, but the multi-entity scope and backend details make it fairly complete for a search tool.

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

Parameters3/5

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

The schema has 100% coverage of all 13 parameters with descriptions, so the baseline is 3. The tool description adds no parameter-specific semantics beyond what the schema already provides (e.g., it mentions the query concept but not the agent_id lifecycle). It doesn't need to compensate for gaps, but also doesn't elevate understanding.

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 clearly states a search action over a defined resource ('The Agent Times agent-news layer') and lists the three entity types covered (events, articles, agent-action/product metadata). This specificity distinguishes it from sibling tools like search_articles or get_latest_articles.

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?

It clearly implies usage for searching across structured events, articles, and metadata, which helps select it over narrower article-only search tools. However, it does not explicitly name alternatives or exclusion criteria (e.g., 'if you only need articles, use search_articles'), so it stops short of full guidance.

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.

TDQS

B3.4/5.0
Disambiguation2/5

ask_expert and tat_ask have identical descriptions for the same function, creating direct overlap. tat_search and search_articles also cover similar search territory with unclear boundaries. Other tools like get_latest_articles and get_section_articles are distinct but the duplication undermines clear separation.

Naming Consistency2/5

Naming mixes a 'tat_' prefix on many tools (tat_search, tat_recommend) but leaves others without it (ask_expert, get_article, list_topics). The inconsistency is not systematic; some verbs like 'ask' vs 'tat_ask' are redundant while others like 'get_' and 'search_' are used in both prefixed and unprefixed forms.

Tool Count3/5

20 tools is on the heavier end for a news server; while the domain (news aggregation, search, trust metrics, comments) seems broad enough to justify many tools, the presence of duplicate tools (ask_expert/tat_ask) inflates the count unnecessarily. A trimmed set around 15 would be more appropriate.

Completeness3/5

The tool set covers core news retrieval (articles, sections, topics), search, trust/provenance, events, comments, and usage reporting. Notable gaps include user-specific features (subscriptions, saved articles) and administrative tools. The duplication suggests an unclear boundary between the agent-news layer and static news, leaving some workflows ambiguous.