{
    "name": "Bea",
    "description": "CM Beyer's public assistant for services, fixed-scope pricing, regional information and package guidance.",
    "provider": {
        "organization": "CM Beyer Limited",
        "url": "https://cmbeyer.co.uk/"
    },
    "version": "1.0.0",
    "documentationUrl": "https://cmbeyer.co.uk/llms.txt",
    "supportedInterfaces": [
        {
            "url": "https://cmbeyer.co.uk/a2a",
            "protocolBinding": "JSONRPC",
            "protocolVersion": "1.0"
        }
    ],
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "extendedAgentCard": false
    },
    "defaultInputModes": [
        "text/plain"
    ],
    "defaultOutputModes": [
        "text/plain",
        "text/markdown"
    ],
    "skills": [
        {
            "id": "qa",
            "name": "Answer questions about CM Beyer",
            "description": "Answers grounded questions about services, pricing, engagement model, regions and policies.",
            "tags": [
                "consulting",
                "services",
                "pricing",
                "support"
            ],
            "examples": [
                "How does fixed-scope pricing work?",
                "Which service suits a product launch?"
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "text/markdown"
            ]
        },
        {
            "id": "recommend",
            "name": "Recommend a fixed-scope package",
            "description": "Turns a plain-language business goal into grounded package guidance.",
            "tags": [
                "recommendation",
                "packages",
                "marketing"
            ],
            "examples": [
                "I need to launch a new service on a small budget."
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "text/markdown"
            ]
        },
        {
            "id": "explain",
            "name": "Explain marketing and business terms",
            "description": "Provides plain-English explanations grounded in the CM Beyer knowledge base.",
            "tags": [
                "glossary",
                "explain",
                "knowledge"
            ],
            "examples": [
                "What is a go-to-market strategy?"
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "text/markdown"
            ]
        }
    ]
}