Skip to main content
Glama

localfalcon_calculate_grid_points

Calculate grid points around a geographic coordinate for local SEO analysis. Generate multiple location points at specified distances to analyze search results across different areas.

Input Schema

NameRequiredDescriptionDefault
distanceYesDistance between grid points (in miles or kilometers)
latYesBase latitude coordinate
lngYesBase longitude coordinate
pointsNoNumber of grid points to calculate
unitsNoDistance unitmiles

Input Schema (JSON Schema)

{ "properties": { "distance": { "description": "Distance between grid points (in miles or kilometers)", "type": "number" }, "lat": { "description": "Base latitude coordinate", "type": "number" }, "lng": { "description": "Base longitude coordinate", "type": "number" }, "points": { "default": 20, "description": "Number of grid points to calculate", "maximum": 100, "minimum": 1, "type": "number" }, "units": { "default": "miles", "description": "Distance unit", "enum": [ "miles", "kilometers" ], "type": "string" } }, "required": [ "lat", "lng", "distance" ], "type": "object" }

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/Skobyn/dataforseo-mcp-server'

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