Skip to main content
Glama
MSPbotsAI

ingrammicro-mcp

by MSPbotsAI

ingrammicro_search_deals

Read-onlyIdempotent

Search special-pricing deals by vendor or end customer to retrieve the exact deal ID for placing orders or creating quotes.

Instructions

Search special-pricing deals (vendor discount bids) by vendor or end customer. A deal's id can be passed as special_bid_number when placing an order, or as deal_id when creating a quote. Use this to find the exact deal id before ingrammicro_get_deal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number.
sizeNoRecords per page, max 100.
vendorNoVendor/manufacturer name.
deal_idNoDeal/special-bid number.
end_userNoEnd-customer name.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds useful context about how a found deal id is consumed in orders and quotes, which helps the agent understand the broader workflow.

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?

Three sentences with no filler: purpose, practical identifier significance, and workflow routing. Every sentence contributes information the agent needs.

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?

The description, complete parameter schema, annotations, and presence of an output schema fully cover what an agent needs to invoke this search tool correctly. Optional filters and pagination are documented in the schema.

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 five parameters are already documented. The description reinforces vendor and end-customer search intent, but it does not add meaningful syntax or formatting detail beyond the schema.

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 states a specific action ('Search special-pricing deals') and defines the resource precisely as vendor discount bids. It distinguishes itself from ingrammicro_get_deal by noting this tool finds the exact deal id before retrieval.

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 names the companion tool ingrammicro_get_deal and states that this search should be used first to obtain the deal id. The filtering dimensions by vendor or end customer are also stated up front.

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