What problem does it solve? Querying GovMap's 122 government map layers requires undocumented endpoints, EPSG:3857 coordinates, case-sensitive layer IDs, and specific headers, making direct integration error-prone without a verified reference. ## Core Features & Use Cases - Verified Endpoint Reference: Documents the token-free entitiesByPoint and layer metadata endpoints with request/response schemas, Zod definitions, and error behaviors. - Complete Layer Catalog: Lists all 122 GovMap layers with IDs, Hebrew names, data sources, and field schemas for layers exposing metadata. - Geocoding Workflow: Explains how to convert Hebrew addresses to EPSG:3857 coordinates via the autocomplete endpoint before querying layers. - Use Case: Add a new tool to the govmap data source that finds all gas stations, bus stops, or land parcels within 2km of a Hebrew address by following the documented subfolder pattern. ## Quick Start Use the govmap-api skill to add a new GovMap layer tool that queries police stations near a given Hebrew address.