{
    "schema_version": "v1",
    "name_for_human": "Alpha Vantage Plugin",
    "name_for_model": "alpha_vantage",
    "description_for_human": "Plugin for fetching financial data from Alpha Vantage.",
    "description_for_model": "Plugin for fetching financial data from Alpha Vantage. To invoke the plugin correctly, the model must provide both the 'function' (e.g., 'OVERVIEW', 'INCOME_STATEMENT', 'BALANCE_SHEET', or 'CASH_FLOW') and 'symbol' parameters in the request. Omitting either parameter will result in an error. Ensure both parameters are included to fetch the desired financial data.",
    "auth": {
        "type": "service_http",
        "authorization_type": "bearer",
        "verification_tokens": {
            "openai": "ca703d7126f042c3b0fc870f4fb6d449"
        }
    },
    "api": {
        "type": "openapi",
        "url": "https://www.alphavantage.co/OpenAPI_Plugin_Specification.json",
        "is_user_authenticated": true
    },
    "logo_url": "https://www.alphavantage.co/logo.png",
    "contact_email": "support@alphavantage.co",
    "legal_info_url": "https://www.alphavantage.co/terms_of_service/"
}
