Skip to main content
Glama

publish_offer

Submit supplier offer/capability for review.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subjectNo
currencyNo
capabilityNo
owner_agentNo
jurisdictionNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does indicate that submission enters a review workflow, but it does not state side effects, permissions, visibility, reversibility, or what happens after review. This is minimal transparency for a write/submission operation.

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 a single sentence with no filler, and the core action and object are front-loaded. It is efficient, though quite terse relative to the tool's complexity and lack of schema descriptions.

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?

With five undocumented parameters, a nested object, no output schema, and no annotations, this description is far from complete. It does not explain required fields, workflow behavior, or expected response. A caller cannot confidently invoke publish_offer from this definition alone.

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 0%, and none of the five parameters (subject, currency, capability, owner_agent, jurisdiction) are explained. The phrase 'offer/capability' only gestures at the domain and adds no concrete meaning to the input schema. The presence of additionalProperties: true further increases ambiguity.

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 states a specific verb ('Submit'), a resource ('supplier offer/capability'), and a purpose ('for review'). This clearly conveys what the tool does and loosely differentiates it from sibling tools like publish_demand. However, it does not name alternatives or clarify what 'offer/capability' encompasses.

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 about when to use this tool versus alternatives such as publish_demand, request_quote, or submit_partner_application. No conditional language, prerequisites, or exclusions are provided, leaving the agent to infer the appropriate context from the tool name alone.

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