MCP Tools

ingestion_trigger

Trigger content ingestion for a subscribed creator.

Trigger content ingestion for a subscribed creator. Fetches new posts asynchronously. Use ingestion_status to check progress.

Parameters

ParameterTypeRequiredDescription
creatorIdstring (UUID)YesCreator to fetch content from
platformstringYesPlatform: x, instagram, tiktok, youtube, linkedin
handlestringYesCreator's handle/username
postLimitnumberNoPosts to fetch (1-100, default: 20)

Example

Prompt
Fetch the latest 30 posts from @naval
Response
{
  "job": {
    "id": "job_xyz789",
    "status": "queued",
    "creatorId": "550e8400-e29b-41d4-a716-446655440000",
    "platform": "x",
    "handle": "naval",
    "postLimit": 30,
    "createdAt": "2024-03-15T14: <NUMBER>30</NUMBER>: <NUMBER>00</NUMBER>Z"
  },
  "message": "Ingestion job queued. Use ingestion_status to check progress."
}

Response Fields

job

FieldTypeDescription
idstringJob ID for status checks
statusstringqueued, running, completed, failed
creatorIdstringTarget creator
postLimitnumberPosts requested

Job Lifecycle

queuedrunningcompletedorfailed

Use Cases

  • Manually refresh content from a creator
  • Bulk fetch historical posts
  • Re-sync after a period of inactivity

Notes

  • Jobs run asynchronously and may take 30-60 seconds
  • Each ingestion counts against your monthly limit
  • Duplicate posts are automatically deduplicated

Build your brand
with agents

Let AI handle the content grind while you focus on what matters. Coconut + Claude Code = effortless brand building.