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
| Parameter | Type | Required | Description |
|---|---|---|---|
platform | string | No | Filter by platform: x, instagram, tiktok, youtube, linkedin |
limit | number | No | Items per page (1-100, default: 20) |
offset | number | No | Items to skip (default: 0) |
Example
Prompt
Show me my unread content from XResponse
{
"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
| Field | Type | Description |
|---|---|---|
id | string | Content UUID (use with digest_action) |
platform | string | Source platform |
creator | object | Creator details |
content | object | Post content |
metrics | object | Engagement stats |
publishedAt | string | When creator posted |
metrics
| Field | Description |
|---|---|
likes | Like/favorite count |
reposts | Repost/retweet count |
replies | Reply/comment count |
views | View/impression count |
Use Cases
- Review fresh content from creators you follow
- Curate posts for inspiration
- Triage content by platform