Skip to main content
Glama

Server Details

Discover privacy-first, bounded Venice-powered micro-work calls with exact x402 USDC prices.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Uptime
100.0% over 37 days
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL
Repository
coastmancoastman/diem-agent-workers
GitHub Stars
0
Server Listing
DIEM Agent Workers

TDQS

A4.1/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: listing workers, preparing a call, and quoting a price. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_diem_worker pattern: list, prepare, and quote. The naming is uniform and predictable.

Tool Count5/5

The server has three tools, which is well-scoped for its purpose of discovering, quoting, and preparing x402-paid worker calls. Each tool is essential and earns its place.

Completeness5/5

The tool set covers the full intended lifecycle: list available workers, get an exact price quote, and prepare the call for execution. Since execution is delegated to an external client, there are no significant gaps.

Available Tools

3 tools
list_diem_workersList DIEM Agent WorkersAInspect

List bounded x402-paid workers, exact USDC prices, schemas, limits, and endpoints. This tool is free.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral burden. It explicitly states the tool is free, which is useful context, and 'List' implies a read-only operation. However, it does not discuss authentication, rate limits, or potential side effects, though for a simple listing these are less critical.

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 two short sentences with no wasted words. It front-loads the core purpose and adds a valuable cost-related note ('This tool is free') without redundancy.

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?

Given there is no output schema and no annotations, the description covers the main return categories (prices, schemas, limits, endpoints) and cost behavior. However, terms like 'x402-paid' and 'bounded' are undefined, and the relationship to quote/prepare siblings is not explained, leaving minor gaps.

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 is empty (0 parameters), so the baseline is 4 and there are no parameter semantics to clarify. The description instead enumerates the output content (exact USDC prices, schemas, limits, endpoints), which helps the agent understand what the listing will provide.

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 uses a specific verb ('List') with a clear resource ('bounded x402-paid workers') and the exact data returned (USDC prices, schemas, limits, endpoints). This clearly distinguishes it from siblings like quote_diem_worker and prepare_diem_worker_call, which are not list operations.

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

Usage Guidelines3/5

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

The description implies this is a free catalog/inspection tool, but it does not explicitly state when to use it versus the sibling quote/prepare tools. The phrase 'This tool is free' hints that it is a safe way to browse before committing, but no explicit when-to-use or exclusions are provided.

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

prepare_diem_worker_callPrepare a DIEM Worker CallAInspect

Validate worker selection and return the exact HTTP request shape. Execute it with an x402-capable client or through the CDP Bazaar MCP server; this server never receives wallet private keys.

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYes
workerYes

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the burden and discloses key behavior: it returns a request shape rather than executing, and highlights that the server never receives wallet private keys. It could add error behavior or prerequisites but offers valuable non-obvious context.

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 two sentences, front-loaded with the primary purpose, and each clause adds value. It avoids redundancy and is well below typical verbosity.

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

Completeness3/5

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

While it captures the tool's purpose and execution path, it lacks parameter-level detail and output schema specifics. The input object remains unexplained, and the 'exact HTTP request shape' is referred to without describing its format, leaving uncertainty for an agent.

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

Parameters2/5

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

The schema has 0% description coverage. The description only references 'worker selection' but doesn't explain the worker enum meaning or the input object structure. It fails to provide necessary guidance for constructing the input parameter.

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 validates worker selection and returns the exact HTTP request shape, using specific verb 'return' and resource 'HTTP request shape.' This distinguishes it from sibling tools list_diem_workers and quote_diem_worker, which list and quote workers respectively.

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 clear usage context by instructing to execute the request with an x402-capable client or the CDP Bazaar MCP server, and notes the server never receives private keys. However, it doesn't explicitly compare with sibling tools or state when to use this over list or quote, only implying selection precedes this.

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

quote_diem_workerQuote a DIEM Agent WorkerAInspect

Return a free exact-price x402 USDC quote for one worker.

ParametersJSON Schema
NameRequiredDescriptionDefault
workerYes

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the full disclosure burden. It adds useful traits ('free', 'exact-price') and implies a read-only quote operation, but it does not mention side effects, validity period, or error handling. The behavior is not fully transparent.

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 a single, front-loaded sentence with no filler. It efficiently conveys the core action, price characteristics, and target scope without unnecessary words.

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

Completeness3/5

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

The tool is relatively simple (1 param, no output schema, no annotations). The description gives the essential purpose but does not describe the response format or any prerequisites. It is adequate for a basic quote tool but leaves gaps around return value structure and edge cases.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. However, it merely says 'for one worker', which adds little meaning beyond the schema's property name and enum. It does not explain what a 'worker' is or how to choose among the enum values, leaving the agent to infer from the parameter name.

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 function: 'Return a free exact-price x402 USDC quote for one worker.' It uses a specific verb ('Return') and resource ('x402 USDC quote'), and distinguishes from siblings by focusing on quoting rather than listing or preparing calls.

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

Usage Guidelines3/5

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

The description makes the tool's purpose clear, implying it should be used when a worker quote is needed, but it does not explicitly mention when to use it over sibling tools like list_diem_workers or prepare_diem_worker_call. No explicit exclusions or alternatives are provided.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 3 tool updates
    • First observedlist_diem_workers
    • First observedprepare_diem_worker_call
    • First observedquote_diem_worker

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables agents to sell or access Ethereum JSON-RPC requests over x402 with per-call USDC payments on Base, no accounts or API keys, including per-method pricing, policy enforcement, and privacy protections.
    1
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    Lets an AI agent hire and pay a verified human: post real-world tasks (voice, observation, judgment) and pay in USDC via a non-custodial x402 auth-capture escrow on Base, budget frozen at deploy. Humans verify their X identity before submitting.
    8
    33 npm
    1
    MIT
  • A
    license
    C
    quality
    C
    maintenance
    Provides AI agents with 200 deterministic micro-services covering code auditing, 3D/robotics, media processing, cryptography, blockchain settlement, AI safety, networking, and math, with automatic x402 USDC micropayments.
    200
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.