list_my_posts
Retrieve all posts from your WriteFreely account, displaying their IDs, titles, and URLs.
Instructions
Retrieve all posts for the authenticated user.
Args:
access_token: Access token from login() or WRITEFREELY_ACCESS_TOKEN env var
(optional if token is set via env var)
Returns:
Formatted list of all user's posts with IDs, titles, and URLs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |