Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_jobs_nearby

Find job postings near any location by latitude and longitude. Get open roles within a specified radius, sorted by distance.

Instructions

Find postings near a coordinate. Finds crawled job postings within radius_km of a lat/lon, nearest first. Only geocoded postings participate (the geo-enrich worker back-fills coordinates from each posting's location). Open roles only by default. provider enum matches search.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesLatitude, -90..90
lonYesLongitude, -180..180
pageNoPage number, default 1
providerNoATS provider filter
page_sizeNoPage size, default 20, max 100
radius_kmNoSearch radius in km, default 50, max 500
include_closedNoInclude closed/filled roles (default false)
Behavior4/5

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

With no annotations, the description bears full burden. It discloses that only geocoded postings participate, mentions a back-fill worker, defaults (open roles), and provider filter alignment with search. It does not mention rate limits or error cases, but covers key behavioral traits.

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?

Four sentences, no fluff. Each sentence adds essential information: spatial search, geocoding limitation, default filter, provider enum. Front-loaded with the core action.

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?

For a spatial search tool with 7 parameters and no output schema, the description covers core functionality, data limitations, and defaults. It could mention pagination (page, page_size) but schema already describes them. Overall, it is sufficiently complete.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds meaning beyond schema by explaining ordering ('nearest first'), default behavior (open roles, radius default 50), and the geocoding context. It enriches parameter understanding without redundancy.

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 tool finds job postings near a coordinate, specifying ordering (nearest first) and key filters. It distinguishes itself from sibling tools like datasets_jobs_search (text search) and datasets_jobs_item (single item).

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 provides context (geocoded postings only, default open roles) but does not explicitly state when to use this tool vs alternatives like datasets_jobs_search. It lacks explicit when-not-to-use 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/Crawlora-org/crawlora-mcp'

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