{
  "name": "Studio Brick – Facts",
  "description": "Read-only fact source published by Studio Brick. This is not a conversational agent: it answers no chat messages and holds no session state. It exposes the company's own grounding pages — verified, dated, sourced statements about the organization, its products, services, certifications and people — through a public Model Context Protocol server. Use an MCP client against the endpoint below; A2A message/send is not implemented. No authentication is required (see https://facts.studio-brick.de/auth.md).",
  "version": "1.0.0",
  "url": "https://facts.studio-brick.de/mcp",
  "supportedInterfaces": [
    {
      "url": "https://facts.studio-brick.de/mcp",
      "protocolBinding": "https://modelcontextprotocol.io",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Studio Brick",
    "url": "https://facts.studio-brick.de"
  },
  "documentationUrl": "https://facts.studio-brick.de/.well-known/agent-skills/facts/SKILL.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "application/json"
  ],
  "skills": [
    {
      "id": "list_facts",
      "name": "List published facts",
      "description": "List every published grounding page of Studio Brick: title, entity class, URL and a short description. Optional locale filter. Use this to find out what exists before fetching anything.",
      "tags": [
        "facts",
        "catalog",
        "grounding",
        "read-only"
      ],
      "examples": [
        "What topics does Studio Brick publish facts about?"
      ]
    },
    {
      "id": "get_fact",
      "name": "Retrieve one fact page",
      "description": "Return one grounding page of Studio Brick in full as Markdown — description, \"what it is not\" statement, dated key facts with sources, FAQ and typed relations to other entities. Takes a slug or a full URL.",
      "tags": [
        "facts",
        "retrieval",
        "markdown",
        "read-only"
      ],
      "examples": [
        "Give me everything Studio Brick publishes about their certifications."
      ],
      "outputModes": [
        "text/markdown"
      ]
    },
    {
      "id": "search_facts",
      "name": "Search facts",
      "description": "Full-text search across the names, descriptions and key facts of Studio Brick's grounding pages. Returns matching pages with a short preview and their URLs.",
      "tags": [
        "facts",
        "search",
        "read-only"
      ],
      "examples": [
        "Which Studio Brick page mentions ISO 9001?"
      ]
    }
  ]
}