get_notes
Retrieve your recent Substack notes (short-form posts) to access and review your latest content. Specify how many notes to fetch for efficient content management.
Instructions
Get your recent Substack notes (short-form posts)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of notes to retrieve (default: 10) |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Number of notes to retrieve (default: 10)",
"type": "number"
}
},
"required": [],
"type": "object"
}