Skip to main content
Glama
PinMeTo

PinMeTo Location MCP

Official
by PinMeTo

Search locations

pinmeto_search_locations
Read-only

Search all locations by name, address, store ID, or descriptor. Returns lightweight results for quick discovery.

Instructions

Search ALL locations by name, address, store ID, or location descriptor. Returns lightweight results for quick discovery. Use pinmeto_get_location with storeId for full details.

Error Handling:

  • Network issues: errorCode="NETWORK_ERROR", retryable=true

  • Auth failure (401): errorCode="AUTH_INVALID_CREDENTIALS"

  • All errors: check structuredContent.errorCode and .retryable for programmatic handling

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results to return (default: 20, max: 100)
queryYesSearch query - matches against name, storeId, locationDescriptor, street, city, or country
response_formatNoResponse format: "json" (default, token-efficient) or "markdown" (human-readable with tables)json

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoMatching locations with minimal data for discovery (absent on error)
errorNoError message if the request failed
hasMoreNoWhether more results exist beyond the limit
errorCodeNoError code for programmatic handling
retryableNoWhether the operation can be retried
totalMatchesNoTotal number of locations matching the query
Behavior4/5

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

The readOnlyHint annotation already indicates a safe read operation, and the description adds valuable behavioral details beyond that: it mentions the lightweight nature of results, and provides a comprehensive error handling section with specific errorCode and retryable fields. This is more than what annotations convey, though it doesn't cover all possible behaviors like pagination.

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 concisely structured: two sentences for the main purpose and then a structured error handling block. Every sentence provides useful information, with no redundant or filler content. The error handling details are presented in a clear, scannable format.

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?

With a fully described input schema, an output schema, and annotations declaring read-only behavior, the description is sufficiently complete. The error handling section adds additional context, and the guidance about lightweight results and using get_location for full details fills any remaining gaps for a search tool.

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?

The input schema has 100% description coverage for all three parameters, so the baseline is 3 per the rubric. The description adds no additional parameter semantics beyond what the schema already provides; it mentions search fields ('name, address, store ID, or location descriptor') but the schema already lists these plus more. No extra value added.

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 'Search ALL locations by name, address, store ID, or location descriptor', providing a specific verb and resource with explicit search scope. It distinguishes itself from the sibling tool pinmeto_get_location by noting that the latter should be used for full details.

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

Usage Guidelines5/5

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

The description gives explicit usage context: 'Returns lightweight results for quick discovery' and directs users to 'Use pinmeto_get_location with storeId for full details'. This provides a clear alternative and decision point, matching the pattern of the high-scoring calibration example.

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