Skip to main content
Glama

get_supplier_offers

Read-onlyIdempotent

Retrieve current normalized supplier quote revisions for one buyer sourcing request, including unquoted lines, compatibility, price, availability, lead time, terms, and evidence. SupplySlate returns explicit tradeoffs and applies no hidden winner score.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
offersYes
unquoted_itemsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "$schema": "https://json-schema.org/draft/2020-12/schema",
      +  "additionalProperties": {},
      +  "properties": {
      +    "offers": {
      +      "items": {
      +        "additionalProperties": {},
      +        "properties": {
      +          "currency": {
      +            "type": "string"
      +          },
      +          "id": {
      +            "minLength": 1,
      +            "type": "string"
      +          },
      +          "items": {
      +            "items": {
      +              "additionalProperties": {},
      +              "properties": {
      +                "description": {
      +                  "type": "string"
      +                },
      +                "evidence": {
      +                  "items": {
      +                    "additionalProperties": {},
      +                    "properties": {
      +                      "confidence": {
      +                        "anyOf": [
      +                          {
      +                            "type": "string"
      +                          },
      +                          {
      +                            "type": "number"
      +                          }
      +                        ]
      +                      },
      +                      "expires_at": {
      +                        "anyOf": [
      +                          {
      +                            "type": "string"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ]
      +                      },
      +                      "observed_at": {
      +                        "anyOf": [
      +                          {
      +                            "type": "string"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ]
      +                      },
      +                      "source_class": {
      +                        "type": "string"
      +                      },
      +                      "source_url": {
      +                        "anyOf": [
      +                          {
      +                            "format": "uri",
      +                            "type": "string"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ]
      +                      },
      +                      "statement": {
      +                        "type": "string"
      +                      },
      +                      "verification_status": {
      +                        "type": "string"
      +                      }
      +                    },
      +                    "required": [
      +                      "source_class"
      +                    ],
      +                    "type": "object"
      +                  },
      +                  "type": "array"
      +                },
      +                "id": {
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "quantity": {
      +                  "type": "number"
      +                },
      +                "relationship": {
      +                  "type": "string"
      +                },
      +                "request_item_id": {
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "unit": {
      +                  "type": "string"
      +                },
      +                "unit_price_minor": {
      +                  "maximum": 9007199254740991,
      +                  "minimum": 0,
      +                  "type": "integer"
      +                }
      +              },
      +              "required": [
      +                "id",
      +                "description",
      +                "quantity",
      +                "unit",
      +                "unit_price_minor",
      +                "relationship"
      +              ],
      +              "type": "object"
      +            },
      +            "type": "array"
      +          },
      +          "status": {
      +            "type": "string"
      +          },
      +          "supplier_id": {
      +            "minLength": 1,
      +            "type": "string"
      +          },
      +          "supplier_name": {
      +            "type": "string"
      +          },
      +          "total_minor": {
      +            "maximum": 9007199254740991,
      +            "minimum": 0,
      +            "type": "integer"
      +          }
      +        },
      +        "required": [
      +          "id",
      +          "currency",
      +          "total_minor",
      +          "items"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "unquoted_items": {
      +      "items": {},
      +      "type": "array"
      +    }
      +  },
      +  "required": [
      +    "offers"
      +  ],
      +  "type": "object"
      +}
  2. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare this is a read-only, idempotent, non-destructive operation, so the bar is lower. The description adds meaningful behavioral context beyond annotations: it states that SupplySlate returns explicit tradeoffs and applies no hidden winner score. It also clarifies that data is normalized and includes unquoted lines, giving insight into output quality and methodology. This adds value without contradicting annotations.

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 consists of two focused sentences, front-loaded with the action verb and resource. The first sentence efficiently lists the key data points, and the second sentence adds a unique, useful behavioral note about tradeoffs and no hidden winner score. There is no redundancy or filler.

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?

With an output schema present and annotations indicating a safe read operation, the description thoroughly covers purpose, scope, and data content. It lacks only explicit details such as pagination or error handling, but these are not essential given the output schema and simple parameter. The tool's function is well contextualized.

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?

The schema has one parameter, request_id, with a pattern but no description (0% coverage). The description's phrase 'for one buyer sourcing request' implicitly maps request_id to the sourcing request, but it does not explicitly describe the parameter format or provide examples. The parameter is simple and self-explanatory, so the description provides adequate but minimal compensation for the lack of schema coverage.

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 uses the verb 'Retrieve' with a specific resource: 'current normalized supplier quote revisions for one buyer sourcing request.' It lists the included data (unquoted lines, compatibility, price, availability, lead time, terms, evidence) and differentiates from siblings by scoping to one sourcing request and emphasizing normalization. This makes the tool's purpose unambiguous and distinct.

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 usage when needing a consolidated, normalized view of all supplier quotes for a single sourcing request, but it does not explicitly state when to use it over alternatives like get_supplier_rfq or list_supplier_rfqs. There is no exclusion or named alternative, so the usage context is present but not fully explicit.

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