Skip to main content
Glama

Moxlade — Upwork buyer intelligence

Market rate for a skill

rate_benchmark
Read-onlyIdempotent

What freelancers with a given skill LIST as their hourly rate, as a distribution rather than an average.

Use this to sanity-check a rate before quoting, or to see whether a posted budget is above or below what the market asks. skill is matched loosely against profile titles, so "django", "react native" and "smm" all work; country optionally narrows to one market, spelled as it appears on a profile ("United States", "Poland").

Returns p25 / median / p75 / p90, the share holding Top Rated, and the sample size. AGGREGATE ONLY — never a name, never a row. Nothing is returned below a floor of five freelancers, because a statistic over fewer than that describes an individual; you get insufficient_data instead of a number.

These are LISTED rates, what freelancers ask. It is not what buyers paid — for that, ask get_buyer_quality about a specific client.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skillYesa skill name; matched loosely against title, skills and inferred skills. Must not be empty — there is no 'all skills' query.
countryNoNarrow the census to one country, written as the census spells it ("United States", "Ukraine"). Omit for the global distribution. Narrowing can drop the sample below the five-profile floor, which is answered as insufficient_data rather than as a number.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nNoFreelancers in the sample.
p25No25th percentile of listed rates.
p75No75th percentile.
p90No90th percentile.
noteNoPresent when the sample was too small to report.
basisNoThat these are rates freelancers ASK, not what buyers paid.
skillNoThe skill asked about.
medianNoMedian listed rate.
countryNoThe country, when one was given.
k_floorNoThe floor itself.
currencyNoAlways USD/hr.
top_rated_shareNoShare of the sample holding Top Rated.
insufficient_dataNoTrue below the five-profile floor. Not an error: a statistic over fewer than five describes an individual.

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint, idempotentHint), the description discloses critical behavioral traits: it returns only aggregate statistics (p25/median/p75/p90), never individual names or rows, enforces a minimum sample size of five, and returns 'insufficient_data' when the sample falls below that floor. It also notes that matching is 'loose' for skills. These details are essential for a caller to anticipate outcomes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is more verbose than necessary, with notable repetition (e.g., the final paragraph about 'LISTED rates' mirrors the opening sentence). While it's well-organized into purpose, usage, and caveats, the redundancy bloats the text. A tighter rewrite would preserve all information with less repetition.

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

Completeness5/5

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

Given the presence of an output schema and comprehensive annotations, the description fully covers the return values (p25/median/p75/p90, share top-rated, sample size), the edge case of insufficient data, and the global vs. country filter. There are no missing operational details that a caller would need to use the tool correctly.

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 already provides descriptions for both parameters (skill and country). The description adds practical examples ('django', 'react native', 'smm'), clarifies the matching behavior ('matched loosely against profile titles'), and specifies how to format the country ('written as the census spells it') and the default behavior (omit for global). This enriches the schema, but not to a maximal degree since some redundancy exists.

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 states a clear, specific purpose: returns the distribution of freelancers' listed hourly rates for a given skill, explicitly contrasting with a simple average. It also distinguishes itself from the sibling tool get_buyer_quality by clarifying that it reports listed rates, not paid amounts, making its intent unambiguous.

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

Usage Guidelines5/5

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

The description gives direct guidance on when to use it ('sanity-check a rate before quoting' or 'see whether a posted budget is above or below what the market asks') and when not to ('It is not what buyers paid — for that, ask get_buyer_quality about a specific client.'). This explicit when/when-not instruction fully covers usage context.

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.8/5.0
Disambiguation5/5

Each tool serves a distinct, well-scoped function with no overlap. Even related tools like get_buyer and get_buyer_quality are clearly separated by their purposes and descriptions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using clear, descriptive verbs (check, delete, describe, get, list, save, search, rate). No mixed cases or conventions.

Tool Count5/5

15 tools is appropriate for the server's purpose, covering search, filtering, saved searches, buyer intelligence, job details, rate benchmarks, skill demand, and plan management without being excessive.

Completeness5/5

The set covers all core operations for Upwork buyer intelligence: searching, validating filters, saving searches, buyer analysis, job scoring, rate benchmarks, skill demand, and plan management. No significant gaps are apparent.

Resources