Skip to main content
Glama
MSPbotsAI

ingrammicro-mcp

by MSPbotsAI

ingrammicro_search_invoices

Read-onlyIdempotent

Search invoices by order number, invoice number, date range, or status to locate the exact invoice record before fetching full details.

Instructions

Search invoices by order, invoice number, date range, or status. Use this to find the exact invoice number before calling ingrammicro_get_invoice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_sizeNoRecords per page, max 100, default 25.
page_numberNoPage number, default 1.
invoice_dateNoInvoice date, YYYY-MM-DD.
invoice_typeNoInvoice type.
order_numberNoOrder number the invoice is for.
serial_numberNoProduct serial number.
invoice_numberNoIngram Micro invoice number.
invoice_statusNoInvoice status.
delivery_numberNoDelivery number.
invoice_to_dateNoInvoice date range end, YYYY-MM-DD.
invoice_due_dateNoInvoice due date, YYYY-MM-DD.
invoice_from_dateNoInvoice date range start, YYYY-MM-DD.
special_bid_numberNoSpecial-pricing bid number.
customer_order_numberNoYour own PO/order number.
end_customer_order_numberNoThe end customer's own PO number.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, covering the safety profile. The description does not add further behavioral context such as pagination limits or result size, but that is available in the parameter schema. With annotations carrying the safety burden, a 3 is appropriate because it adds no extra behavioral disclosure beyond a read-only search.

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?

Two sentences, front-loaded with the core action and immediately followed by the workflow note. No redundant words or filler.

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

Completeness5/5

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

Given the high schema coverage and annotations, plus an output schema, the description is complete: it states the purpose, the filter scope, and how it fits with get_invoice. An agent has enough to call it correctly.

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 every parameter (page_size, invoice_date, order_number, etc.) is already documented with formats and defaults. The description only summarizes the filter categories without adding new meaning beyond the schema. Baseline 3 applies.

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 uses the specific verb 'Search' with the resource 'invoices', enumerates searchable criteria (order, invoice number, date range, status), and differentiates itself from sibling ingrammicro_get_invoice by framing this as the discovery step. This is clear and distinguishes the tool from related order/search tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly tells the agent to use this tool to find the exact invoice number before calling ingrammicro_get_invoice. This gives both a clear use case and an alternative, with the relationship stated. Nothing is left to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MSPbotsAI/ingrammicro-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server