Skip to main content
Glama

Agent News by The Agent Times

Ask Expert

ask_expert
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

A4.1/5.0
Behavior4/5

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

The description goes well beyond the readOnlyHint/idempotentHint annotations by specifying exact presentation requirements, including the provider-neutral headings 'Sources' and 'Confidence', the handling of returned actions, and the link-opening restriction. This is strong behavioral context, though it does not address answer_mode-specific behavior or response edge cases.

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?

Every sentence earns its place. The description opens with the core purpose, then gives precise output formatting rules, then closes with the critical safety constraint. The length is justified by the number of required behavioral details.

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 rich annotations and existing output schema, the description covers what matters most: when the tool is appropriate, how results should be rendered, and a critical safety rule. It could be slightly more complete by naming alternatives or clarifying parameter choices, but those gaps are partly covered by the schema.

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?

Schema description coverage is 0%, so the description should compensate by explaining the meaning of request parameters such as question, caller, answer_mode, and max_sources. It does not do so: it focuses on output formatting and has almost no input-side semantic guidance beyond the tool's general purpose.

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 specific verb and resource: 'Ask a configured partner expert for a citeable answer from approved sources.' This distinguishes ask_expert from sibling search and retrieval tools, which are about finding or fetching articles rather than getting an expert answer.

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 description implies the tool should be used when a citeable answer from approved sources is needed, and it adds a meaningful exclusion: do not open pending or approval-required links without explicit user approval. However, it does not explicitly contrast this tool with alternatives like search_articles or get_article.

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.