{"name":"affirmation-intel","version":"1.0.0","tools":[{"name":"get_affirmation","description":"Fetches a single random positive affirmation from affirmations.dev. Use this when an agent or user wants one short, uplifting, encouraging statement — for example to open a message, soothe stress, or add positivity to generated content. Returns plain text, no parameters required.","inputSchema":{"type":"object","properties":{},"required":[]}},{"name":"get_multiple_affirmations","description":"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.","inputSchema":{"type":"object","properties":{"count":{"type":"integer","description":"Number of affirmations to fetch, between 2 and 10 inclusive.","minimum":2,"maximum":10}},"required":["count"]}}]}