Get location
pinmeto_get_locationRetrieve complete details for a specific store by ID, including address, contact info, and network connections. Returns structured data with error codes for easy programmatic handling.
Instructions
Get details for a SINGLE location by store ID. Returns structured location data including address, contact info, and network connections.
Error Handling:
Not found (404): errorCode="NOT_FOUND" if store ID doesn't exist
Auth failure (401): errorCode="AUTH_INVALID_CREDENTIALS"
All errors: check structuredContent.errorCode and .retryable for programmatic handling
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storeId | Yes | The store ID to look up | |
| response_format | No | Response format: "json" (default, token-efficient) or "markdown" (human-readable with tables) | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Location data from the PinMeTo API (absent on error) | |
| error | No | Error message if the request failed | |
| errorCode | No | Error code for programmatic handling | |
| retryable | No | Whether the operation can be retried |