create_post
Publish articles, tutorials, launches, or videos directly to CoderLegion. Accepts Markdown content, tags, and category, with optional draft and scheduling support.
Instructions
Create a new post on CoderLegion. Supports Articles, Tutorials, Launches, and Videos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | Yes | Comma-separated tags, max 4 (e.g. "python,automation,mcp") | |
| draft | No | Save as draft instead of publishing (default: false) | |
| title | Yes | Post title | |
| content | Yes | Post content in Markdown | |
| os_type | No | Launch type (Launches only) | |
| vdo_url | No | Video URL, e.g. YouTube link (Videos only) | |
| web_url | No | Website/demo URL (Launches only) | |
| category | Yes | Category ID: 2=Articles, 5=Tutorials, 1971=Launches, 2005=Videos | |
| repo_url | No | Repository URL (Launches only) | |
| vdo_type | No | Video type: Tutorials, Product Demos, Feature Launches, etc. (Videos only) | |
| os_status | No | Project status (Launches only) | |
| os_license | No | License: 1=MIT, 2=Apache 2.0, 3=GPL v3, 4=BSD, 5=Other (Launches only) | |
| os_tagline | No | Short tagline (Launches only) | |
| source_url | No | Source URL for attribution | |
| schedule_utc | No | Timezone offset in minutes for scheduling | |
| schedule_time | No | Schedule publish time: YYYY-MM-DDThh:mm | |
| os_availability | No | Availability (Launches only) |