Skip to main content
Glama
PinMeTo

PinMeTo Location MCP

Official
by PinMeTo

Facebook ratings

pinmeto_get_facebook_ratings
Read-only

Fetch Facebook ratings for all locations or a single store by date range, with optional store ID for targeted results.

Instructions

Fetch Facebook ratings for all locations, or a single location if storeId provided.

Error Handling:

  • Rate limit (429): errorCode="RATE_LIMITED", message includes retry timing

  • Not found (404): errorCode="NOT_FOUND" if storeId doesn't exist

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesEnd date (YYYY-MM-DD)
fromYesStart date (YYYY-MM-DD)
storeIdNoOptional store ID to fetch a single location
response_formatNoResponse format: "json" (default, token-efficient) or "markdown" (human-readable with tables)json

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoRatings data: single location summary or array of location summaries (absent on error)
errorNoError message if the request failed
warningNoWarning message (e.g., incomplete data due to lag)
cacheInfoNoCache status information
errorCodeNoError code for programmatic handling
retryableNoWhether the operation can be retried
warningCodeNoWarning code for programmatic handling
Behavior5/5

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

The description adds detailed error-handling behavior beyond the readOnlyHint annotation: rate-limit handling with retry timing, not-found behavior, and guidance to check structuredContent.errorCode and .retryable. This is valuable behavioral context not available in the annotation or schema.

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 front-loaded with the main purpose, then uses a structured bullet list for error handling. Every sentence earns its place; there is no filler or redundancy. The short, organized format makes it easy to parse.

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

Completeness4/5

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

With an output schema present, the description does not need to explain return values. It covers the core behavior and error handling comprehensively. However, it does not mention any usage boundaries or specific scenarios beyond the storeId branch, leaving a small gap in contextual completeness for a tool that has many sibling tools.

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 coverage is 100%, with all parameters described clearly (from/to as dates, storeId as optional, response_format as enum). The description merely restates the storeId behavior already in the schema, adding no new meaning. Baseline of 3 is appropriate when the schema fully documents parameters.

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 the resource ('Facebook ratings') and the action ('Fetch'), with specific scope: all locations or a single location if storeId is provided. This distinguishes it from sibling tools like pinmeto_get_facebook_insights, which target insights rather than ratings.

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

Usage Guidelines3/5

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

The description gives context on how to fetch a single location vs all locations via storeId, but it does not explicitly state when to prefer this tool over alternatives like get_google_ratings or get_facebook_insights. Usage is implied rather than explicitly guided.

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