Skip to main content
Glama

vendorping

list_missing_docs

List every vendor document that is still missing (not yet received), most critical first — expired/overdue at the top, then by days remaining.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
  2. First observed

TDQS

A3.7/5.0
Behavior3/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 disclose useful behavior — the result set is global ('every vendor document') and ordering is 'expired/overdue at the top, then by days remaining' — but it omits return-shape details and creates a mild internal tension between 'not yet received' and 'expired'.

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?

A single sentence that front-loads the action and scope, then packs the ordering rule into a compact em-dash clause. Every word earns its place; there is no filler and no repetition of what the empty schema already conveys.

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?

For a zero-parameter tool with no output schema, the description covers the essential semantics: what is listed, the inclusion criterion, and the sort order. The main gap is that the return fields are only partially inferable ('days remaining'), and the expired-vs-not-yet-received wording is slightly ambiguous, but nothing critical is missing for basic invocation.

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

Parameters4/5

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

The tool has zero parameters and an empty input schema, so there is nothing for the description to compensate for. The phrase 'every vendor document' correctly signals that no filtering is available, which is consistent with the 0-parameter schema; per the baseline for 0-parameter tools, a 4 is appropriate.

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?

States a specific action (list), resource (vendor documents), and a precise scope: only those still missing/not yet received, plus the sort order. It is implicitly distinguishable from get_expiring_docs (docs approaching expiry vs. already overdue/missing), but the description never names that sibling, so differentiation is inferred rather than explicit.

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 the use case — checking which vendor documents are outstanding — but gives no explicit when-to-use or when-not-to-use guidance. With four siblings including the closely related get_expiring_docs, the agent receives no routing help to choose between this tool and its 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.

Resources