Skip to main content
Glama
MSPbotsAI

ingrammicro-mcp

by MSPbotsAI

ingrammicro_search_renewals

Read-onlyIdempotent

Find subscription or support renewal records by order, vendor, end customer, or opportunity status. Use it to locate a renewal ID before retrieving full renewal details.

Instructions

Search upcoming or past subscription/support renewals by order, vendor, end customer, or opportunity status. Use this to find the renewal id before ingrammicro_get_renewal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number.
sizeNoRecords per page, default 25.
vendorNoVendor/manufacturer name.
end_userNoEnd-customer name.
serial_numberNoProduct serial number.
opportunity_statusNoRenewal opportunity status: "Open" or "Closed".
customer_order_numberNoYour own PO/order number.
opportunity_sub_statusNoSub-status, e.g. "Ready to order", "Quote pending", "Expired", "Ordered" — see Ingram Micro docs for the full list.
ingram_purchase_order_numberNoIngram Micro sales order number.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare the operation is read-only and idempotent, so the safety profile is covered. The description adds some scope information by stating 'upcoming or past' renewals and noting the lookup workflow, but it does not add behavioral details like pagination behavior, result size limits, or API quirks. This is acceptable given the strong annotation coverage.

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 is compact: two sentences with no filler. The first sentence states the action and filter scope, while the second explains the tool's role in the larger workflow. Every sentence earns its place.

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 read-only/idempotent annotations, a 100%-covered schema, and the presence of an output schema, the description provides what an agent needs to select and invoke this tool correctly. It explains the tool's purpose and how it connects to ingrammicro_get_renewal without duplicating structured metadata.

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 all nine parameters are already documented in the schema. The description mentions several filter categories (order, vendor, end customer, opportunity status) but does not add meaningful semantics beyond what the schema provides. Baseline 3 is appropriate since the schema carries the parameter burden.

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 a specific verb ('Search') and resource ('renewals'), and identifies the key filter dimensions: order, vendor, end customer, and opportunity status. It also contextualizes the tool within a workflow by mentioning it is used to find the renewal id before ingrammicro_get_renewal, which clearly distinguishes it from other search/get tools.

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

Usage Guidelines4/5

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

The description gives clear usage context: 'Use this to find the renewal id before ingrammicro_get_renewal.' This makes the intended workflow explicit, though it does not spell out when-not-to-use alternatives or contrast with related search tools such as ingrammicro_search_orders or ingrammicro_search_deals.

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