Search Agent News
tat_searchSearch 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
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Optional tag filter | |
| sort | No | Article sort order | |
| limit | No | Number of results (max 20, default 10) | |
| query | No | Short entity-rich English search query for agent-news, articles, products, actions, or events | |
| topic | No | Optional topic filter | |
| intent | No | Optional intent filter | |
| section | No | Optional article section filter | |
| urgency | No | Optional event urgency filter | |
| agent_id | No | Optional 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. | |
| actionability | No | Optional actionability filter | |
| include_events | No | Include agent event matches (default true) | |
| include_articles | No | Include article matches (default true) | |
| include_products | No | Include agent-action/product metadata matches (default true) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Present when the tool returns a text-only response. | |
| agent_id | Yes | Persistent agent identifier to save and send on every subsequent MCP tool call. | |
| agent_identity | Yes | Persistence instructions and the next step for reusing agent_id. |