Skip to main content
Glama
PinMeTo

PinMeTo Location MCP

Official
by PinMeTo

Get location

pinmeto_get_location
Read-only

Retrieve 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

TableJSON Schema
NameRequiredDescriptionDefault
storeIdYesThe store ID to look up
response_formatNoResponse format: "json" (default, token-efficient) or "markdown" (human-readable with tables)json

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoLocation data from the PinMeTo API (absent on error)
errorNoError message if the request failed
errorCodeNoError code for programmatic handling
retryableNoWhether the operation can be retried
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Despite the readOnlyHint annotation, the description adds valuable error handling details: 404 NOT_FOUND, 401 AUTH_INVALID_CREDENTIALS, and the retryable flag for programmatic handling. This goes well beyond the annotation's safety signal.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the purpose, followed by a structured error-handling list. Every sentence earns its place, with no redundant or vague content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple single-record read tool, the description is complete: it explains the purpose, error handling, and parameter semantics are covered by the schema. The presence of an output schema means return values need no further explanation, and the error handling adds important context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%: both storeId and response_format are described in the schema. The description mentions 'by store ID' but doesn't add meaningful semantic information beyond what the schema already provides, so the baseline of 3 holds.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Get details for a SINGLE location by store ID' with a specific verb, resource, and scope. This distinguishes it from sibling tools like pinmeto_get_locations (plural) and pinmeto_search_locations, and lists the data returned.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use when you have a specific store ID and says 'SINGLE location', which differentiates from listing or searching. However, it doesn't explicitly name alternatives or exclusion criteria, so it stops short of full guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PinMeTo/pinmeto-location-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server