Skip to main content
Glama

Moxlade — Upwork buyer intelligence

This connector has been deprecated

Duplicate listing. This server is now listed as Moxlade - Upwork buyer intelligence, the entry linked to its official MCP Registry record (com.moxlade/upwork-buyer-intelligence). Same endpoint, same 15 tools. Please connect there instead.

Who the client is

get_buyer
Read-onlyIdempotent

Who is actually behind an anonymous posting.

This is the enrichment: 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.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / description
      Previous value: -"What get_buyer answers — the de-anonymisation."New value: +"What get_buyer answers — the enrichment."
  2. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, but the description adds valuable behavioral context: confidence grades and their interpretation, null semantics ('honest we do not know, never there is nobody'), and feed-scoped refusal. This goes beyond annotations without contradicting them, though it doesn't detail the exact return shape.

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

Conciseness4/5

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

The description is longer than a simple sentence but is well-structured: it opens with the core purpose, then explains usage, then covers confidence, null, and scope. Each sentence adds substantive information, though it could be tightened slightly without losing meaning.

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?

An output schema exists, so the description does not need to explain return fields. It adequately covers the confidence grade semantics, null behavior, feed-scoping, and refusal handling. It is complete enough for an agent to decide when and how to call it, though it leaves some specifics (like the exact confidence values) to the output schema.

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

Parameters3/5

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

The input schema already documents upwork_id with 100% coverage, including format and constraints. The description merely restates 'upwork_id is the posting's id' without adding new semantic detail beyond the schema. Since schema coverage is high, the baseline of 3 applies; the description adds little extra value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool identifies the company behind an anonymous Upwork posting, naming the specific resource and action. It distinguishes itself from generic enrichment by explaining it converts 'a client in Germany' into a named company, but it does not explicitly reference a sibling like get_buyer_quality, so it falls short of a perfect 5.

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?

It provides explicit usage context: 'Use it before writing a proposal, to know who you are writing to.' It also imposes a clear feed-scope constraint and describes refusal behavior for out-of-scope IDs. However, it does not name alternative tools or explicitly state when not to use this one, so it is not a perfect 5.

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.

Resources