{
  "schema_version": "0.2.0",
  "name": "Scenaryo Agent",
  "description": "Agent interface to Scenaryo — AI transformation, empowered product teams (SVPG) and custom software development. Provides services info, structured assessments, methodology context and lead capture.",
  "url": "https://ai.scenaryo.de",
  "provider": {
    "organization": "Scenaryo GmbH",
    "url": "https://ai.scenaryo.de",
    "contact": "info@scenaryo.de"
  },
  "version": "1.1.0",
  "documentationUrl": "https://ai.scenaryo.de/llms.txt",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text", "application/json"],
  "skills": [
    {
      "id": "list_services",
      "name": "List services",
      "description": "Return Scenaryo's offerings: AI Transformation Consulting, Empowered Product Teams, Coding³ custom software development, Scenaryo Labs.",
      "tags": ["services", "consulting"]
    },
    {
      "id": "get_service",
      "name": "Get service detail",
      "description": "Return detailed information about a single Scenaryo service by id.",
      "tags": ["services", "consulting"]
    },
    {
      "id": "list_assessments",
      "name": "List assessments",
      "description": "List Scenaryo's assessments — the self-serve Empowered Team Health Score and the guided AI Readiness session.",
      "tags": ["assessment", "discovery"]
    },
    {
      "id": "get_assessment_questions",
      "name": "Get assessment questions",
      "description": "Return the 24-question Empowered Team Health Score assessment, optionally filtered by dimension.",
      "tags": ["assessment", "discovery"]
    },
    {
      "id": "score_assessment",
      "name": "Score assessment",
      "description": "Score a completed Empowered Team Health assessment and return dimensional results plus coaching guidance.",
      "tags": ["assessment", "analysis"]
    },
    {
      "id": "list_insights",
      "name": "List insights",
      "description": "List Scenaryo's published Insights — case studies, essays and posts — optionally filtered by theme.",
      "tags": ["content", "insights"]
    },
    {
      "id": "get_insight",
      "name": "Get insight",
      "description": "Return one Insight article's metadata plus a markdown URL for the full text.",
      "tags": ["content", "insights"]
    },
    {
      "id": "get_ai_engineering_practice",
      "name": "Get AI engineering practice",
      "description": "Return Scenaryo's AI stack, evaluation practice, and EU AI Act readiness offering.",
      "tags": ["ai-engineering", "evals", "compliance"]
    },
    {
      "id": "submit_lead",
      "name": "Submit lead",
      "description": "Capture a qualified lead with optional context from the calling agent.",
      "tags": ["lead", "contact"]
    },
    {
      "id": "get_company_info",
      "name": "Get company info",
      "description": "Return Scenaryo company details, founders, methodology references and contact.",
      "tags": ["company", "context"]
    }
  ],
  "endpoints": {
    "mcp": {
      "type": "mcp",
      "transport": "streamable-http",
      "url": "https://rycdazzaloffuborihyt.functions.supabase.co/mcp"
    }
  },
  "discovery": {
    "mcpManifest": "https://ai.scenaryo.de/.well-known/mcp.json",
    "aiPlugin": "https://ai.scenaryo.de/.well-known/ai-plugin.json",
    "llmsTxt": "https://ai.scenaryo.de/llms.txt",
    "llmsFullTxt": "https://ai.scenaryo.de/llms-full.txt"
  }
}
