{
    "name": "כתבות תוכן Content Agent",
    "description": "Read-only agent for searching and retrieving public content from this WordPress site.",
    "supportedInterfaces": [
        {
            "url": "https://katavot.co.il/a2a",
            "protocolBinding": "JSONRPC",
            "protocolVersion": "1.0"
        }
    ],
    "provider": {
        "organization": "כתבות תוכן",
        "url": "https://katavot.co.il/"
    },
    "version": "1.7.0",
    "documentationUrl": "https://katavot.co.il/llms.txt",
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": false,
        "extendedAgentCard": false
    },
    "defaultInputModes": [
        "text/plain",
        "application/json"
    ],
    "defaultOutputModes": [
        "text/plain",
        "application/json"
    ],
    "skills": [
        {
            "id": "search-site",
            "name": "Search site",
            "description": "Search published public content.",
            "tags": [
                "search",
                "content"
            ],
            "examples": [
                "Find articles about SEO"
            ]
        },
        {
            "id": "read-content",
            "name": "Read content",
            "description": "Retrieve published public content as Markdown.",
            "tags": [
                "read",
                "markdown"
            ],
            "examples": [
                "Read a public article as Markdown"
            ]
        }
    ]
}