Get Location Posts
get_location_postsRetrieve Instagram posts tagged at a specific location. Extracts post links from the location grid page and returns structured references for further enrichment.
Instructions
Get posts tagged at a location.
Extracts post links from the location grid page and returns them as
structured references. Use get_post_details for individual post enrichment.
Args: location_id: Instagram location ID ctx: FastMCP context for progress reporting max_posts: Maximum number of posts to load (default 50)
Returns: Dict with url, sections (name -> raw text), references (post links), and total_posts count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_posts | No | ||
| location_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||