action biztoc_get_news { label: "Retrieves the latest news whose content contains the query string." provider: biztoc method: GET path: "/ai/news" encoding: json input: { type: "object" properties: { query: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }