{
  "name": "CELIMMO Agent",
  "version": "1.0.0",
  "description": "Agent A2A de l'agence immobilière CELIMMO (Bretagne Sud, Guidel, 56520). Expose en lecture seule le catalogue de biens, l'équipe, et les informations business pour interopérabilité avec d'autres agents IA.",
  "publisher": {
    "name": "CELIMMO",
    "url": "https://celimmo.com",
    "contact": "guidel@celimmo.com"
  },
  "documentationUrl": "https://celimmo.com/llms-full.txt",
  "supportedInterfaces": [
    {
      "type": "mcp",
      "url": "https://celimmo.com/api/mcp",
      "transport": "streamable-http",
      "description": "MCP JSON-RPC 2.0 endpoint exposing read-only tools."
    },
    {
      "type": "rest",
      "url": "https://celimmo.com/api",
      "transport": "https",
      "description": "Public REST API (catalog, agents, cities).",
      "openapi": "https://celimmo.com/openapi.json"
    }
  ],
  "capabilities": {
    "streaming": false,
    "batch": true,
    "read": true,
    "write": false,
    "payment": false,
    "authentication": {
      "required": false,
      "supported": ["oauth2"],
      "discovery": "https://celimmo.com/.well-known/openid-configuration"
    }
  },
  "skills": [
    {
      "id": "search-properties",
      "name": "Search Properties",
      "description": "Rechercher des biens immobiliers en vente dans le catalogue CELIMMO (Bretagne Sud).",
      "tags": ["real-estate", "search", "catalog"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"],
      "documentationUrl": "https://celimmo.com/.well-known/agent-skills/search-properties.md"
    },
    {
      "id": "get-property-details",
      "name": "Get Property Details",
      "description": "Obtenir les détails d'un bien immobilier par son slug ou ID.",
      "tags": ["real-estate", "detail"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "list-agents",
      "name": "List Agents",
      "description": "Lister les négociateurs et collaborateurs CELIMMO.",
      "tags": ["team", "directory"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"],
      "documentationUrl": "https://celimmo.com/.well-known/agent-skills/get-team.md"
    },
    {
      "id": "request-estimate",
      "name": "Request Property Estimate",
      "description": "Obtenir une estimation gratuite d'un bien immobilier.",
      "tags": ["real-estate", "estimate", "lead"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"],
      "documentationUrl": "https://celimmo.com/.well-known/agent-skills/estimate-property.md"
    },
    {
      "id": "get-agency-info",
      "name": "Get Agency Info",
      "description": "Informations complètes sur CELIMMO (contact, zones, services, honoraires).",
      "tags": ["info", "business"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json", "text/markdown"],
      "documentationUrl": "https://celimmo.com/.well-known/agent-skills/get-agency-info.md"
    }
  ],
  "tags": ["real-estate", "immobilier", "bretagne-sud", "morbihan", "finistere", "guidel", "lorient"],
  "protocols": {
    "a2a": "1.0",
    "mcp": "2024-11-05"
  }
}
