Skip to main content
Glama

GigNGo Local Services Marketplace

get_area_demand_density

Find which US cities are actually converting: how many jobs each area posted, how many locals applied, what share of jobs got any reply at all, and the median hours to the first applicant. Ranked by a "heat" score that combines applicant density with response reliability, shrunk toward the platform average so a single lucky job cannot outrank a real market — read heat next to confidence. Use this to decide where supply is dense (spend more) versus where jobs go unanswered (a supply hole). Complements get_service_availability, which counts workers rather than measuring whether they respond.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoRanking. "openUnanswered" surfaces supply holes instead of hot markets.
limitNoMax areas to return (1-300, default 50).
stateNoOptional state filter — full name or two-letter code, e.g. "texas" or "TX".
minJobsNoOnly areas with at least this many jobs in the window. Use 5+ for a fundable shortlist; thin areas are informative but not yet evidence.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden and does so well: it explains that the heat score combines applicant density with response reliability and is shrunk toward the platform average so a single lucky job cannot outrank a real market. It also tells the agent to read heat alongside confidence and previews the returned metrics, which goes well beyond the tool name.

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 tight and front-loaded: it opens with the core output metrics, then explains the ranking caveat, then gives the business use case and the sibling distinction. Every sentence contributes useful information and there is no filler.

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 read-only analytical tool with no annotations and no output schema, this is close to sufficient: it names the returned metrics, the heat-score behavior, and the main use case, while the schema covers filters and limits. The exact time window and precise machine-readable output field names are left implicit, so an agent may still need to infer some response structure.

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?

The input schema already describes all four parameters at 100% coverage, so the baseline is 3. The description adds meaning beyond the schema by explaining what heat and confidence represent and implying that heat is the default ranking score, while leaving limit, state, and minJobs to the schema's own descriptions.

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 opens with 'Find which US cities are actually converting' and then lists the concrete metrics: jobs posted, locals applied, reply share, and median hours to first applicant. This gives a specific verb, resource, and measurable outcome, and the closing complement comparison distinguishes it from the worker-counting service-availability tool.

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

Usage Guidelines4/5

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

The description explicitly says to use this tool to decide where supply is dense versus where jobs go unanswered, which is a clear trigger. It also names get_service_availability as the alternative and contrasts measuring response with counting workers, though the sibling list shows check_service_availability, so the routing is slightly inconsistent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct action: browsing tasks, searching workers, viewing a single profile, checking availability, measuring demand density, listing categories, and getting platform info. The only close pair is check_service_availability vs search_local_workers, but one gives aggregate counts by category while the other returns detailed worker profiles, so they remain clearly separated.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern: browse_open_tasks, check_service_availability, get_worker_profile, list_service_categories, search_local_workers. The verbs vary naturally by action but the structure is uniform and predictable.

Tool Count5/5

Seven tools is well-scoped for a local services marketplace discovery server. Each tool covers an essential need: categories, platform info, task browsing, worker search, profile details, availability, and demand density, with no redundant or filler tools.

Completeness4/5

The read-only discovery workflow is well covered: list categories, check availability, search workers, view profiles, browse tasks, and assess demand density. There is no tool to post a task or apply to one, but the tool descriptions suggest this server is designed for exploration and lookup rather than full marketplace transactions.

Resources