Publish articles to your Medium profile and publications. NOTE: Medium API was deprecated in 2023 — only legacy integration tokens still work.
| Action | Description | Parameters | Returns |
|---|---|---|---|
create_publication_post ⚠ | Publish an article to a Medium publication | publication_id, title, content_format, content [tags, canonical_url, publish_status, license_type, notify_followers] | MediumPost |
create_user_post ⚠ | Publish an article to the authenticated user's personal Medium feed | user_id, title, content_format, content [tags, canonical_url, publish_status, license_type, notify_followers] | MediumPost |
get_me | Get the authenticated Medium user's profile | — | MediumUser |
list_publications | List publications the user is allowed to write to | user_id | list |
Full schema explorer, code generation, and live API testing