{"server":{"name":"decisyon-reimagined","version":"0.1.0","title":"Decisyon Reimagined"},"tools":[{"name":"list_ai_agents","title":"List AI Workforce agents","description":"List Decisyon's specialized AI Workforce agents (Meeting Sense, Fix Finder, Deep Find, Compliance Manager and others) with a short blurb, the data they work on, and their primary user.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{}},"outputSchema":null},{"name":"get_ai_agent","title":"Get AI Workforce agent detail","description":"Get the full description of one Decisyon AI Workforce agent: the problem it solves, the data it reads, who uses it, and its use cases. Use list_ai_agents first to find the slug.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"slug":{"type":"string","minLength":1,"description":"Agent slug, e.g. 'meeting-sense' or 'fix-finder'."}},"required":["slug"]},"outputSchema":null},{"name":"list_case_studies","title":"List customer case studies","description":"List Decisyon customer success stories (Schneider Electric, Johnson & Johnson, Abafoods and others) with headline, industry and headline results. Optionally filter by industry slug.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"industrySlug":{"description":"Optional industry filter, e.g. 'industrial-manufacturing' or 'food-beverage'.","type":"string","minLength":1}}},"outputSchema":null},{"name":"get_case_study","title":"Get case study detail","description":"Get the full narrative of one Decisyon customer case study: challenge, solution, results, quantified stats and customer quotes. Use list_case_studies first to find the slug.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"slug":{"type":"string","minLength":1,"description":"Case study slug, e.g. 'schneider-electric'."}},"required":["slug"]},"outputSchema":null},{"name":"search_content","title":"Search Decisyon content","description":"Full-text search across Decisyon's published blog posts, guides and industry pages. Returns matching titles, URLs and an excerpt. Use get_article to read a full piece.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"query":{"type":"string","minLength":2,"description":"Search terms, e.g. 'predictive maintenance OEE'."},"limit":{"description":"Max results (default 8).","type":"integer","minimum":1,"maximum":20}},"required":["query"]},"outputSchema":null},{"name":"get_article","title":"Read a Decisyon article","description":"Read the full markdown of one Decisyon blog post/guide or industry page, plus its metadata and AEO FAQ entries. Use search_content to find slugs.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"type":{"type":"string","enum":["blog","industry"],"description":"Which content set the slug belongs to."},"slug":{"type":"string","minLength":1,"description":"Content slug, e.g. 'what-is-agentic-mes'."}},"required":["type","slug"]},"outputSchema":null}]}