affirmation-intel__get_multiple_affirmations
ActiveTool of TO1 Intelligence Fleet
[affirmation-intel] Fetches a batch of 2 to 10 random positive affirmations from affirmations.dev in one call. Use this when an agent needs a list of several distinct affirmations at once — for example to populate a daily-affirmation calendar, a rotating banner, or a content batch — instead of calling get_affirmation repeatedly. Internally loops the underlying API since it has no native batch endpoint, so duplicates across calls are possible since the source is random.
Parameters schema
{
"type": "object",
"required": [
"count"
],
"properties": {
"count": {
"type": "integer",
"maximum": 10,
"minimum": 2,
"description": "Number of affirmations to fetch, between 2 and 10 inclusive."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
TO1 Intelligence Fleet
1/7 registries