Get Preset Details
get_preset_detailsRetrieve comprehensive details for any OpenStreetMap preset, including required and suggested tags, supported geometries, field types, and parent/child relationships. Understand exactly how to tag a feature type and access example values.
Instructions
Get complete detailed information about a specific OpenStreetMap preset. Presets are feature templates that define standard tagging patterns (e.g., the 'Restaurant' preset defines amenity=restaurant and lists fields like cuisine, outdoor_seating, etc.). Returns comprehensive preset information including: display name, all required and suggested tags, supported geometry types, complete list of fields (with template expansion), field types and options, and parent/child preset relationships. Use this to understand exactly how to tag a specific feature type, learn what fields are available for a preset, or get example values for proper tagging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| presetId | Yes | The preset identifier to retrieve (e.g., 'amenity/restaurant', 'highway/residential', 'natural/tree'). Preset IDs follow the pattern 'key/value' corresponding to the primary tag. Use search_presets to find preset IDs. |