list_posts
Fetch published and draft posts from a configured CMS platform (Dev.to, Ghost, Hashnode, WordPress, Medium, Substack). Returns post IDs, titles, statuses, URLs, and publication dates. Requires platform credentials.
Instructions
List your published and draft posts on a configured platform (devto, ghost, hashnode, wordpress, medium, substack). FREE. Requires platform credentials. Returns: { posts: [{ id, title, status, url, published_at }] }. Common errors: platform not configured (VALIDATION_ERROR), upstream auth failure (PLATFORM_ERROR).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Platform to list posts from | |
| status | No | all | |
| limit | No |