Skip to main content
Glama

GigNGo Local Services Marketplace

search_local_workers

Search for local workers on GigNGo by service category and location. Returns public worker profiles (name, bio, skills, rates, rating, review count, service area, profile URL) sorted by rating. Use list_service_categories first if you are unsure of the service slug. State is the full state name in lowercase with hyphens (e.g. "new-york", "north-carolina"); city likewise (e.g. "los-angeles"). Returns up to limit workers per page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoOptional city name, lowercase, hyphens for spaces. Example: "san-francisco".
limitNoMax workers to return (1-50, default 20).
stateYesFull US state name, lowercase, hyphens for spaces. Example: "new-york".
serviceYesService category slug, e.g. "house-cleaning", "handyman", "lawn-care".

Schema Changelog

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

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral transparency. It discloses the return type (public worker profiles with specific fields), sorting order (by rating), and pagination behavior (returns up to `limit` workers). It implies a read-only operation through 'Search' and 'Returns', though it does not explicitly state safety or mention potential errors or empty results.

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 concise and well-structured. It front-loads the core purpose, then details the output and provides usage notes. Every sentence contributes meaningful information—the return fields, sorting, pagination, and the relation to list_service_categories. There is no redundant filler or overly technical jargon.

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?

The description is contextually complete for the given complexity. It covers the input parameters, output content, sorting, pagination, and a related tool. It does not mention error handling or authentication, but these are not critical for a simple search operation. The lack of an output schema is acceptable because the description enumerates the expected fields.

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 schema covers 100% of parameters and already includes descriptions. The tool description adds value by providing concrete examples for state and city slug formats, reiterating the default limit, and explaining the service slug context. While the description largely echoes the schema, it enhances comprehension with practical examples and usage context, justifying a score above the baseline.

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's purpose: searching for local workers by service category and location on GigNGo. It specifies the resource (workers), the action (search), and the filtering criteria. The description also distinguishes it from the sibling tools by mentioning the returned profile fields, sorting by rating, and pagination, making its role unique.

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 provides a clear pointer to use list_service_categories when the service slug is uncertain, which is helpful prerequisite guidance. However, it does not explicitly state when to choose this tool over other siblings like get_worker_profile or browse_open_tasks. The context implies these alternatives, but explicit exclusions are missing, so it falls short of a perfect score.

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