get_changeset_history
Retrieve OpenStreetMap changeset history to analyze and track edits, optionally filtered by user ID with a configurable limit.
Instructions
Get changeset history for analysis and tracking.
Args: user_id: Optional user ID to filter changesets limit: Maximum number of changesets to return
Returns: Dictionary containing changeset history
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| user_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |