Plugin for accessing, browsing and extracting Medium content.

{
  "schema_version": "v1",
  "name_for_human": "Medium plugin",
  "name_for_model": "MediumGPTPlugin",
  "description_for_human": "Plugin for accessing, browsing and extracting Medium content.",
  "description_for_model": "Requests Medium posts, stories, to do manipulation and queries on the content.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://medium.com/_/gpt/openapi.yaml",
    "is_user_authenticated": false
  },
  "logo_url": "https://miro.medium.com/v2/1*m-R_BkNf1Qjr1YbyOIJY2w.png",
  "contact_email": "support@medium.com",
  "legal_info_url": "https://policy.medium.com/medium-terms-of-service-9db0094a1e0f"
}