get_profile_posts
Retrieve your recent Substack posts to manage and review your published content, with optional limit parameter to control the number of posts returned.
Instructions
Get your recent Substack posts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of posts to retrieve (default: 10) |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Number of posts to retrieve (default: 10)",
"type": "number"
}
},
"required": [],
"type": "object"
}