fetch_user_posts
Fetch posts for a user from an external API by supplying their user ID. Provide the user_id to get the posts.
Instructions
Fetch posts for a specific user from external API.
Args: user_id: The user ID to fetch posts for
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |