Skip to main content
Glama

PrivateDAO Agent Exchange

PrivateDAO logistics_request

logistics_request

PrivateDAO logistics_request

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetNo
networkNoCanonical network or accepted alias.
deadlineNo
maxPriceNo
capabilityYes
requirementsNo
preferredProtocolsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties
      Added value: +{
      +  "asset": {
      +    "maxLength": 20,
      +    "type": "string"
      +  },
      +  "capability": {
      +    "maxLength": 120,
      +    "type": "string"
      +  },
      +  "deadline": {
      +    "format": "date-time",
      +    "type": "string"
      +  },
      +  "maxPrice": {
      +    "minimum": 0,
      +    "type": "number"
      +  },
      +  "network": {
      +    "description": "Canonical network or accepted alias.",
      +    "type": "string"
      +  },
      +  "preferredProtocols": {
      +    "items": {
      +      "maxLength": 40,
      +      "type": "string"
      +    },
      +    "maxItems": 8,
      +    "type": "array"
      +  },
      +  "requirements": {
      +    "type": "object"
      +  }
      +}
    • addedInput schema / required
      Added value: +[
      +  "capability"
      +]
  2. Changed2 schema fields changed
    • removedInput schema / properties
      Removed value: -{
      -  "asset": {
      -    "maxLength": 20,
      -    "type": "string"
      -  },
      -  "capability": {
      -    "maxLength": 120,
      -    "type": "string"
      -  },
      -  "deadline": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "maxPrice": {
      -    "minimum": 0,
      -    "type": "number"
      -  },
      -  "network": {
      -    "description": "Canonical network or accepted alias.",
      -    "type": "string"
      -  },
      -  "preferredProtocols": {
      -    "items": {
      -      "maxLength": 40,
      -      "type": "string"
      -    },
      -    "maxItems": 8,
      -    "type": "array"
      -  },
      -  "requirements": {
      -    "type": "object"
      -  }
      -}
    • removedInput schema / required
      Removed value: -[
      -  "capability"
      -]
  3. First observed

TDQS

D1/5.0
Behavior1/5

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

Annotations indicate readOnlyHint=false, openWorldHint=true, idempotentHint=false, and destructiveHint=false, but the description adds zero behavioral context. It does not explain side effects, mutability, network interaction, or any operational implications.

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

Conciseness1/5

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

The description is extremely short, but this is under-specification rather than concise communication. It contains no substantive content that 'earns its place' because it repeats the title verbatim.

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?

The tool has 7 parameters, nested objects, no output schema, and minimal schema descriptions; yet the description gives nothing about expected behavior, return values, or invocation context. It is wholly inadequate for an agent to call this tool correctly.

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?

Schema description coverage is only 14%, and the description offers no parameter explanations. With 7 parameters including an undocumented required 'capability' field, the tool does nothing to help the agent understand meaning, formatting, or relationships between parameters.

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

Purpose1/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 Guidelines1/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, what problem it solves, or how it relates to sibling tools such as agent_match or create_paid_job. An agent receives no usable selection information.

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.