{
    "name": "thefinancialframes.com Public Content Agent",
    "version": "1.0.0",
    "description": "Read-only discovery agent for Financial Frames articles, topical coverage, summaries, markdown views, and browser-exposed publication tools.",
    "url": "https://thefinancialframes.com/index.php/wp-json/financialframes/v1/",
    "documentationUrl": "https://thefinancialframes.com/.well-known/api-docs",
    "provider": {
        "organization": "thefinancialframes.com",
        "url": "https://thefinancialframes.com/"
    },
    "iconUrl": "https://thefinancialframes.com/wp-content/themes/financialframes/assets/logos/tff-icon.svg",
    "defaultInputModes": [
        "text/plain",
        "application/json"
    ],
    "defaultOutputModes": [
        "application/json",
        "text/markdown"
    ],
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": false,
        "extensions": []
    },
    "supportedInterfaces": [
        {
            "url": "https://thefinancialframes.com/index.php/wp-json/financialframes/v1/",
            "protocolBinding": "HTTP+JSON",
            "protocolVersion": "1.0"
        }
    ],
    "skills": [
        {
            "id": "latest-articles",
            "name": "Latest Articles",
            "description": "Retrieve the latest published Financial Frames coverage in structured JSON.",
            "tags": [
                "articles",
                "latest",
                "discovery"
            ],
            "examples": [
                "Show me the latest Financial Frames stories."
            ],
            "inputModes": [
                "text/plain",
                "application/json"
            ],
            "outputModes": [
                "application/json",
                "text/markdown"
            ]
        },
        {
            "id": "topic-article-discovery",
            "name": "Topic Article Discovery",
            "description": "Retrieve article lists for a specific topic or section such as markets, investing, economy, or personal finance.",
            "tags": [
                "topics",
                "sections",
                "markets",
                "discovery"
            ],
            "examples": [
                "Find Financial Frames articles about markets."
            ],
            "inputModes": [
                "text/plain",
                "application/json"
            ],
            "outputModes": [
                "application/json",
                "text/markdown"
            ]
        },
        {
            "id": "article-search",
            "name": "Article Search",
            "description": "Search public Financial Frames coverage without scraping rendered HTML.",
            "tags": [
                "search",
                "articles",
                "public-content"
            ],
            "examples": [
                "Search Financial Frames for retirement coverage."
            ],
            "inputModes": [
                "text/plain",
                "application/json"
            ],
            "outputModes": [
                "application/json",
                "text/markdown"
            ]
        },
        {
            "id": "article-packet",
            "name": "Article Packet",
            "description": "Retrieve a structured article packet with deck, takeaways, sources, and body summary for a public article.",
            "tags": [
                "article",
                "summary",
                "sources"
            ],
            "examples": [
                "Get the article packet for the lead story."
            ],
            "inputModes": [
                "text/plain",
                "application/json"
            ],
            "outputModes": [
                "application/json",
                "text/markdown"
            ]
        }
    ]
}