{
  "$id": "https://elicitra.eigen.rest/developers/v6/schemas/mcp/elicitra_knowledge_search.input.schema.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "additionalProperties": false,
  "properties": {
    "limit": {
      "default": 3,
      "maximum": 4,
      "minimum": 1,
      "type": "integer"
    },
    "locale": {
      "enum": [
        "en-US",
        "it-IT"
      ],
      "type": "string"
    },
    "query": {
      "maxLength": 256,
      "minLength": 1,
      "type": "string"
    },
    "topics": {
      "items": {
        "enum": [
          "overview",
          "campaigns",
          "credits",
          "pricing_tiers",
          "use_cases"
        ],
        "type": "string"
      },
      "maxItems": 5,
      "minItems": 1,
      "type": "array",
      "uniqueItems": true
    }
  },
  "required": [
    "query",
    "locale"
  ],
  "title": "elicitra_knowledge_search input",
  "type": "object"
}
