Skip to main content
Glama

Moxlade — Upwork buyer intelligence

Who the client is

get_buyer
Read-onlyIdempotent

Who is actually behind an anonymous posting.

This is the de-anonymisation: Upwork shows "a client in Germany", and this names the company, with a confidence grade for how sure the match is. Use it before writing a proposal, to know who you are writing to.

upwork_id is the posting's id. A confidence below "high" means the match is a best guess from the posting's own signals — treat it as a lead, not a fact, and say so if you relay it.

Returns null for the company when we hold no match rather than guessing. A null here is an honest "we do not know", never "there is nobody".

Feed-scoped: answers for postings this corpus has shown you — your own search results and saved-search matches. Any other id is refused, with how to bring it into reach.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
upwork_idYesa posting id as search_jobs returns it. Not a URL, and without the leading '~'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity, when known.
noteNoPresent when no company matched, explaining what that does and does not mean.
foundNoFalse when the corpus holds no such posting.
domainNoTheir website, when we have matched one.
companyNoThe company name, untrusted-wrapped. NULL is an honest 'we hold no match', never 'there is nobody'.
countryNoWhere the company is, which can differ from the posting's client_location. Null when we hold no country for the company — not a claim that they have none.
upwork_idNoThe posting this buyer sits behind.
confidenceNoHow sure the match is. 'high' means the posting was matched to this company on evidence strong enough to name them without hedging. Below 'high' it is a best guess from the posting's own signals — a lead, not a fact, and say so if you relay it.
client_publicNoThe client's own public counters off the posting — see ClientPublic.

TDQS

A4.7/5.0
Behavior5/5

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

The description adds substantial behavior beyond the annotations: it explains that a confidence below 'high' is a best guess, that null means 'we do not know' rather than 'there is nobody', and that out-of-scope ids are refused. These are exactly the kind of edge-case behaviors an agent needs to handle results correctly.

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 longer than average but every paragraph earns its place: purpose, usage timing, confidence interpretation, null semantics, and feed scope are each distinct and relevant. It is front-loaded with the core de-anonymisation purpose and then layers caveats logically.

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?

For a one-parameter read-only tool with an output schema present, the description covers everything an agent needs: what the tool does, when to call it, how to interpret uncertain matches, what null means, and which ids are valid. The annotations already cover safety and idempotency, so the description's job is fully done.

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 documents upwork_id well, but the description adds critical value-restriction semantics: the id must belong to a posting this corpus has shown, and unrelated ids are refused. This goes beyond the schema's format constraints and helps the agent decide whether a given id is a valid input.

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 specific verb and resource: it de-anonymises an anonymous Upwork posting by naming the company behind it. This clearly distinguishes get_buyer from siblings like get_job (posting details) and get_buyer_quality (quality assessment), even without naming them.

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 it before writing a proposal, which is clear contextual guidance. It also gives a firm exclusion: only feed-scoped postings are accepted and any other id is refused. However, it does not explicitly name alternatives or explain when one of the sibling tools would be preferable.

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