productivity
Typefully MCP, CLI, and Lua Integration for AI Agents
Typefully integration docs for AI agents: MCP gateway setup, Typefully CLI commands, Lua API reference, credentials, and function schemas.Typefully for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
typefully.typefully_get_current_user | Read read | 0 | Get the authenticated Typefully user profile. |
typefully.typefully_list_social_sets | Read read | 2 | List Typefully social sets available to the authenticated API key. |
typefully.typefully_get_social_set | Read read | 1 | Get Typefully social set details by ID. |
typefully.typefully_list_drafts | Read read | 6 | List Typefully drafts for a social set with optional status, tag, and sorting filters. |
typefully.typefully_list_scheduled | Read read | 4 | List scheduled Typefully drafts for a social set. |
typefully.typefully_list_published | Read read | 4 | List published Typefully drafts for a social set. |
typefully.typefully_get_draft | Read read | 2 | Get one Typefully draft by social set ID and draft ID. |
typefully.typefully_create_draft | Write write | 10 | Create a Typefully v2 draft for a social set. Use platforms for full multi-platform control, or content plus platform for a simple post. |
typefully.typefully_update_draft | Write write | 8 | Update a Typefully draft, including platforms, publish_at, tags, share, or title. |
typefully.typefully_delete_draft | Write write | 2 | Delete a Typefully draft by social set ID and draft ID. |
typefully.typefully_request_media_upload | Write write | 4 | Request a presigned Typefully media upload URL for a social set. |
typefully.typefully_get_media | Read read | 2 | Get processing status and URLs for Typefully media by media ID. |
typefully.typefully_list_tags | Read read | 3 | List tags for a Typefully social set. |
typefully.typefully_create_tag | Write write | 2 | Create a tag for a Typefully social set. |
typefully.typefully_get_queue | Read read | 3 | Get upcoming scheduled content for a Typefully social set. |