---
name: ainew-news
description: Retrieve and summarize recent AI news, rising topics, ainew.jp daily briefs, and source-linked article details. Use when a user asks what happened in AI during the last 24 hours or 7 days, searches recent AI news about a company/model/product/person, requests current AI trends, or asks for the latest or dated ainew.jp daily brief.
---

# ainew.jp AIニュース

Use ainew.jp's anonymous, read-only interfaces. Do not request an account, API key, or payment.

## Choose an interface

1. Prefer the configured `ainew-news` MCP server and its `ainew_*` tools.
2. If MCP is unavailable, use the REST endpoints under `https://news.ainew.jp/api/agent/v1/`.
3. Use `https://news.ainew.jp/api/news/rss` only when the user needs an RSS subscription.

Read the current machine contract from `https://news.ainew.jp/llms.txt` and the schema from `https://news.ainew.jp/openapi.json` when integration details matter.

## Answer news questions

- For "today", "recent", or "latest", use the explicit `24h` window unless the user specifies 7 days.
- For searches, keep the query specific and use the 7-day window when no narrower period is requested.
- State the time window in the answer.
- Summarize each item in Japanese unless the user asks for another language.
- Link titles to the returned ainew.jp reading URL and retain the original-source URL when useful.
- If fewer items exist than requested, say how many were returned instead of filling the list with unrelated items.

## Treat generated text as a lead

Titles, translations, summaries, trend labels, and digests may contain AI-generated text. Verify important numbers, policy claims, release terms, and quotations with the returned original-source URL before presenting them as facts. Never invent an article ID or source URL.

## Respect the public service

- Keep ordinary result sets at 20 items or fewer.
- Do not bulk mirror article bodies or resell third-party content.
- On HTTP 429, follow `Retry-After`; do not retry concurrently.
- Do not log or repeat user secrets. These endpoints do not need credentials.
