Skip to main content
Glama

PrivateDAO Agent Exchange

PrivateDAO create_paid_job

create_paid_job

PrivateDAO create_paid_job

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputNoService-specific JSON input.
service_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / service_id / enum
      Previous value: -[
      -  "verify.deep",
      -  "token.intelligence",
      -  "risk.score",
      -  "wallet.intelligence",
      -  "contract.inspect",
      -  "launch.check",
      -  "market.snapshot",
      -  "research.asset",
      -  "research.wallet",
      -  "contract.explain",
      -  "transaction.explain",
      -  "anomaly.detect",
      -  "agent.research.report",
      -  "portfolio.intelligence",
      -  "swap.quote",
      -  "transaction.simulate",
      -  "decision.context",
      -  "forensics.trace",
      -  "agent.match",
      -  "sponsored.discovery",
      -  "intelligence.synthesize"
      -]New value: +[
      +  "verify.deep",
      +  "token.intelligence",
      +  "risk.score",
      +  "wallet.intelligence",
      +  "contract.inspect",
      +  "launch.check",
      +  "market.snapshot",
      +  "research.asset",
      +  "research.wallet",
      +  "contract.explain",
      +  "transaction.explain",
      +  "anomaly.detect",
      +  "agent.research.report",
      +  "portfolio.intelligence",
      +  "swap.quote",
      +  "transaction.simulate",
      +  "decision.context",
      +  "github.repository",
      +  "forensics.trace",
      +  "agent.match",
      +  "sponsored.discovery",
      +  "intelligence.synthesize"
      +]
  2. Changed2 schema fields changed
    • addedInput schema / properties
      Added value: +{
      +  "input": {
      +    "description": "Service-specific JSON input.",
      +    "type": "object"
      +  },
      +  "service_id": {
      +    "enum": [
      +      "verify.deep",
      +      "token.intelligence",
      +      "risk.score",
      +      "wallet.intelligence",
      +      "contract.inspect",
      +      "launch.check",
      +      "market.snapshot",
      +      "research.asset",
      +      "research.wallet",
      +      "contract.explain",
      +      "transaction.explain",
      +      "anomaly.detect",
      +      "agent.research.report",
      +      "portfolio.intelligence",
      +      "swap.quote",
      +      "transaction.simulate",
      +      "decision.context",
      +      "forensics.trace",
      +      "agent.match",
      +      "sponsored.discovery",
      +      "intelligence.synthesize"
      +    ],
      +    "type": "string"
      +  }
      +}
    • addedInput schema / required
      Added value: +[
      +  "service_id"
      +]
  3. Changed2 schema fields changed
    • removedInput schema / properties
      Removed value: -{
      -  "input": {
      -    "description": "Service-specific JSON input.",
      -    "type": "object"
      -  },
      -  "service_id": {
      -    "enum": [
      -      "verify.deep",
      -      "token.intelligence",
      -      "risk.score",
      -      "wallet.intelligence",
      -      "contract.inspect",
      -      "launch.check",
      -      "market.snapshot",
      -      "research.asset",
      -      "research.wallet",
      -      "contract.explain",
      -      "transaction.explain",
      -      "anomaly.detect",
      -      "agent.research.report",
      -      "portfolio.intelligence",
      -      "swap.quote",
      -      "transaction.simulate",
      -      "decision.context",
      -      "forensics.trace",
      -      "agent.match",
      -      "sponsored.discovery",
      -      "intelligence.synthesize"
      -    ],
      -    "type": "string"
      -  }
      -}
    • removedInput schema / required
      Removed value: -[
      -  "service_id"
      -]
  4. First observed

TDQS

D1.5/5.0
Behavior1/5

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

With no informative annotations (all hints false) and no output schema, the description carries the burden of explaining side effects, payment behavior, idempotency, and return behavior, but it says nothing beyond the tool name. The name implies a create/write action but not what side effects, prerequisites, or consequences are involved.

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

Conciseness2/5

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

The description is short, but brevity here is under-specification rather than efficient writing. It contains no informative content that an agent could act on.

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

Completeness1/5

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

For a paid, side-effectful creation tool with nested input and no output schema, the description omits essentially everything: how the payment is handled, what the input should contain per service, what response is returned, and how it connects to receipt/status siblings. This is not sufficient for safe invocation.

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

Parameters1/5

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

The description adds no meaning for either parameter; service_id is only an enum and input is only described generically in the schema. The 50% schema coverage is not compensated by any description text.

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

Purpose2/5

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

Tautological: description restates name/title.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool or how it differs from siblings such as submit_payment, job_status, or get_receipt. The agent is given no criteria to choose this tool over alternatives.

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.