Skip to main content
Glama

Set Direct Offer Status

set_direct_offer_status
DestructiveIdempotent

Execute the canonical Direct Session set_direct_offer_status operation. Requires an Authorization: Bearer header.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesCanonical status argument for the set_direct_offer_status Direct Session operation.
offer_idYesCanonical offer id argument for the set_direct_offer_status Direct Session operation.
idempotency_keyYesRequired mutation idempotency key, shared across REST, MCP, and A2A.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYesTrue when the upstream exchange call succeeded (HTTP status < 400).
dataYesCanonical set_direct_offer_status result. Null when ok is false.
errorYesIn-band error code or message when ok is false; null on success.
statusYesUpstream HTTP status code returned by the Conductor Relay API.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changed
    • addedInput schema / properties / offer_id / description
      Added value: +"Canonical offer id argument for the set_direct_offer_status Direct Session operation."
    • addedInput schema / properties / status / description
      Added value: +"Canonical status argument for the set_direct_offer_status Direct Session operation."
  2. Added

TDQS

C2.4/5.0
Behavior3/5

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

Annotations already flag destructiveHint=true, readOnlyHint=false, idempotentHint=true, and the description adds the Authorization: Bearer header requirement, which is useful context not in the annotations. However, it does not describe the state-changing effect or implications beyond what annotations imply, so it adds minimal value.

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

Conciseness3/5

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

The description is short (two sentences), but the first sentence is redundant tautology that adds no value. The second sentence about the auth header is the only useful content. It is concise but not every sentence earns its place.

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

Completeness2/5

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

For a mutation tool with three required parameters, an output schema, and many siblings, this description is under-specified. It lacks context about when to use the tool, what state changes occur, or how it relates to other direct offer operations. The output schema exists, but the description still fails to provide a complete picture.

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?

Schema description coverage is 100%, so the baseline is 3. The description itself adds no parameter information, and the schema descriptions are generic ('Canonical status argument...'), but the enum and idempotency_key are self-explanatory. The description does nothing to compensate or enrich parameter understanding.

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?

The description 'Execute the canonical Direct Session set_direct_offer_status operation' essentially restates the tool name and adds no specific verb+resource detail. It fails to explain that the tool changes the status of a direct offer to active/paused/retired, nor does it distinguish from siblings like publish_direct_offer or verify_direct_offer.

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 versus alternatives, no prerequisites, and no exclusions. The only added context is the auth header requirement, which is not a usage scenario. An agent cannot determine the appropriate context from the description.

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.