MCP Tools

digest_list

Get unactioned content from the digest queue.

Get unactioned content from the digest queue. These are posts that need to be reviewed (saved, skipped, or marked for later).

Parameters

ParameterTypeRequiredDescription
platformstringNoFilter by platform: x, instagram, tiktok, youtube, linkedin
limitnumberNoItems per page (1-100, default: 20)
offsetnumberNoItems to skip (default: 0)

Example

Prompt
Show me my unread content from X
Response
{
  "items": [
    {
      "id": "content_abc123",
      "platform": "x",
      "creator": {
        "id": "550e8400-e29b-41d4-a716-446655440000",
        "handle": "naval",
        "displayName": "Naval",
        "avatarUrl": "https:<COMMENT>//pbs.twimg.com/..."</COMMENT>
      },
      "content": {
        "text": "Specific knowledge is knowledge you cannot be trained for. If society can train you, it can train someone else and replace you.",
        "mediaUrls": [],
        "externalUrl": "https:<COMMENT>//x.com/naval/status/1234567890"</COMMENT>
      },
      "metrics": {
        "likes": 15420,
        "reposts": 3200,
        "replies": 450,
        "views": 2100000
      },
      "publishedAt": "2024-03-14T18: <NUMBER>30</NUMBER>: <NUMBER>00</NUMBER>Z",
      "fetchedAt": "2024-03-15T06: <NUMBER>00</NUMBER>: <NUMBER>00</NUMBER>Z"
    },
    {
      "id": "content_def456",
      "platform": "x",
      "creator": {
        "id": "550e8400-e29b-41d4-a716-446655440000",
        "handle": "naval",
        "displayName": "Naval",
        "avatarUrl": "https:<COMMENT>//pbs.twimg.com/..."</COMMENT>
      },
      "content": {
        "text": "The best jobs are neither combative nor transactional. The best jobs are creative.",
        "mediaUrls": [],
        "externalUrl": "https:<COMMENT>//x.com/naval/status/1234567891"</COMMENT>
      },
      "metrics": {
        "likes": 8750,
        "reposts": 1800,
        "replies": 220,
        "views": 950000
      },
      "publishedAt": "2024-03-13T14: <NUMBER>15</NUMBER>: <NUMBER>00</NUMBER>Z",
      "fetchedAt": "2024-03-15T06: <NUMBER>00</NUMBER>: <NUMBER>00</NUMBER>Z"
    }
  ],
  "pagination": {
    "total": 45,
    "limit": 20,
    "offset": 0,
    "hasMore": true
  }
}

Response Fields

item

FieldTypeDescription
idstringContent UUID (use with digest_action)
platformstringSource platform
creatorobjectCreator details
contentobjectPost content
metricsobjectEngagement stats
publishedAtstringWhen creator posted

metrics

FieldDescription
likesLike/favorite count
repostsRepost/retweet count
repliesReply/comment count
viewsView/impression count

Use Cases

  • Review fresh content from creators you follow
  • Curate posts for inspiration
  • Triage content by platform

Build your brand
with agents

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