{
  "name": "tablestories-souschef-recipe-agent",
  "description": "Pi-backed A2A gateway for read-only TableStories/Souschef recipe and cookbook search.",
  "url": "https://recipes.tablestories.ai",
  "version": "0.1.0",
  "model": "openrouter/qwen/qwen3.7-max",
  "thinkingLevel": "off",
  "protocolVersion": "1.0.0",
  "preferredTransport": "HTTP+JSON",
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "authentication": {
    "schemes": [
      "Bearer"
    ],
    "description": "Use a Flashlit/Auth0 access token."
  },
  "skills": [
    {
      "id": "souschef-recipe-search",
      "name": "Souschef recipe and cookbook search",
      "description": "Search recipes, list cookbook contents, filter by diet/cuisine tags, fetch full recipes, and recommend recipes for ingredient/diet constraints.",
      "tags": [
        "recipes",
        "cookbooks",
        "souschef",
        "tablestories",
        "diet",
        "cuisine"
      ],
      "examples": [
        "Find low-carb no-sugar recipes with feta, olives, cauliflower, and eggs.",
        "List recipes from Ikaria and show the third full recipe.",
        "What cookbooks do we have for Greek cuisine?"
      ]
    }
  ]
}