{
    "schemaVersion": "2025-06-18",
    "name": "Cinefil Wedding Films",
    "description": "\u039a\u03b9\u03bd\u03b7\u03bc\u03b1\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b9\u03ba\u03cc \u0392\u03af\u03bd\u03c4\u03b5\u03bf \u0393\u03ac\u03bc\u03bf\u03c5",
    "url": "https://cinefil.com.gr/",
    "version": "7.1.2",
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": false
    },
    "supportedInterfaces": [
        {
            "transport": "HTTP+JSON",
            "url": "https://cinefil.com.gr/wp-json/"
        },
        {
            "transport": "text/markdown",
            "url": "https://cinefil.com.gr/?format=md"
        }
    ],
    "defaultInputModes": [
        "text/plain"
    ],
    "defaultOutputModes": [
        "text/markdown",
        "text/html"
    ],
    "skills": [
        {
            "id": "search",
            "name": "Site search",
            "description": "Full-text search of the site content.",
            "tags": [
                "search"
            ],
            "examples": [
                "?s=hello"
            ]
        },
        {
            "id": "fetch-markdown",
            "name": "Fetch page as Markdown",
            "description": "Return any public page as a Markdown document.",
            "tags": [
                "content",
                "markdown"
            ]
        }
    ]
}