Skip to main content
Glama
local-falcon

Local Falcon MCP Server

by local-falcon

listLocalFalconCampaignReports

Retrieve a list of Location Reports from your Local Falcon account, filter by date range, Google Place ID, or limit results for precise local SEO campaign analysis.

Instructions

Retrieves a list of all Location Reports within your Local Falcon account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endDateNoUpper limit date of a Campaign run or schedule you wish to retrieve. Expects date formatted as MM/DD/YYYY.
limitNoThe number of results you wish to retrieve. Expects 10 to 100.10
nextTokenNoThis parameter is used to get the next 'page' of results. The value used with the parameter is provided from a previous response by this endpoint if more 'pages' of results exist.
placeIdNoFilter only results for specific Google Place ID. Supports multiple Google Place IDs, seperated by commas.
startDateNoA lower limit date of a Campaign run you wish to retrieve. Expects date formatted as MM/DD/YYYY.
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the action ('Retrieves a list') but doesn't mention pagination behavior (implied by 'nextToken' parameter), rate limits, authentication needs, or what constitutes 'all' reports (e.g., filtered by parameters). This leaves significant gaps for a tool with 5 parameters.

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 a single, efficient sentence that front-loads the core purpose ('Retrieves a list of all Location Reports'). There is no wasted wording, making it easy to parse quickly.

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

Completeness2/5

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

Given the tool's complexity (5 parameters, no output schema, no annotations), the description is incomplete. It doesn't explain the return format, pagination behavior, or how parameters interact to filter results. For a list operation with filtering and pagination, more context is needed to guide effective use.

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%, with each parameter well-documented in the schema (e.g., date formats, pagination, filtering). The description adds no additional parameter semantics beyond implying retrieval of 'all' reports, which the schema already covers through optional filters. Baseline 3 is appropriate as the schema does the heavy lifting.

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

Purpose4/5

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

The description clearly states the verb ('Retrieves') and resource ('list of all Location Reports'), making the purpose understandable. However, it doesn't explicitly differentiate from sibling tools like 'listLocalFalconLocationReports' or 'listLocalFalconScanReports', which appear to retrieve similar report types, leaving some ambiguity about scope.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. With multiple sibling tools for listing reports (e.g., 'listLocalFalconLocationReports', 'listLocalFalconScanReports'), the description lacks any context about differences, prerequisites, or exclusions, leaving the agent to infer usage.

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

Related 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/local-falcon/mcp'

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