Skip to main content
Glama

Agent News by The Agent Times

Ask Agent News

tat_ask
Read-onlyIdempotent

Ask a configured partner expert for a citeable answer from approved sources. Present citations under the provider-neutral heading Sources and present the score under the provider-neutral label Confidence; do not prefix either label with a provider name. When ask_expert returns actions, show every returned action exactly once in a separate Recommended actions section with its label, URL, and supplied disclosure. Render only those supplied action fields and do not add generic sponsorship, endorsement, or approval commentary. Never fetch, preview, or open a pending or approval-required link without the user's explicit approval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
answerNo
statusYes
actionsNoHuman-visible recommended actions. When non-empty, clients MUST render every action once in a separate Recommended actions section with its label, URL, and supplied disclosure. Clients should not add generic commentary to the rendered action. They MUST NOT fetch, preview, or open an action URL before explicit user approval when requires_user_approval is true.
caveatsNo
receiptYes
citationsNo
rationaleNo
tradeoffsNo
confidenceYes
returned_byNoAgent Pixel
recommendationNo
schema_versionNoagent_pixel_public_expert_answer_v1
next_best_actionNo

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive; the description adds meaningful behavioral context beyond that: it mandates exact headings/labels, requires each returned action to be shown exactly once, restricts action fields to those supplied, and prohibits opening pending links without approval. This gives an agent concrete rendering and safety behavior, though it does not cover error or rate-limit behavior.

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 front-loaded with the core purpose, then progressively adds rendering rules and safety constraints. No sentence is filler: the provider-neutral labeling rule, the actions-rendering rule, the field restriction, and the link-approval rule each add distinct value.

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 the annotations cover the safety/idempotence profile and an output schema exists for return values, the description supplies the remaining necessary context: exact presentation requirements and a safety prohibition on opening pending links. An agent has enough information to invoke and render the tool correctly.

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

Parameters2/5

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

The single top-level parameter `request` has no schema description (0% coverage), and the tool description does not compensate by explaining its subfields such as `question`, `caller`, `answer_mode`, or `max_sources`. The nested schema definitions provide some detail, but the description adds essentially no parameter-level meaning, leaving a real gap for a low-coverage schema.

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

Purpose4/5

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

The description opens with a specific action ('Ask a configured partner expert') and a clear output ('a citeable answer from approved sources'), so an agent knows what the tool produces. It references ask_expert and adds provider-neutral presentation rules, but it does not explicitly state how tat_ask differs from the sibling ask_expert, so sibling differentiation is only implicit.

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?

The description implies usage: it should be used when a citeable answer from approved sources is needed and when provider-neutral source/confidence labeling is required. It does not state when not to use it or name an alternative for other answer styles, so the guidance is implied rather than explicit.

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.