Skip to main content
Glama
BrandonDoster

PrintVaultMCP

search_inventory

Search 3D printing inventory by keyword, brand, part type, or location to find specific items.

Instructions

Search inventory items by keyword, brand, part type, or location.

Args: query: Free-text search across title, brand, part type, location, and notes. brand: Filter by brand name (exact match on brand__name). part_type: Filter by part type name (exact match on part_type__name). location: Filter by location name (exact match on location__name).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandNo
queryNo
locationNo
part_typeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 explains what each filter does (exact matches on brand, part_type, location) and that query is free-text, but it does not disclose behavior such as pagination, result limits, or how multiple filters combine (AND vs OR). It does not contradict annotations (none exist), but the behavioral information is basic.

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 concise and well-structured: a single clear purpose sentence followed by a compact argument list. Every line provides useful information without redundancy or unnecessary prose. The information is front-loaded with the main action and then detailed parameters.

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?

Given the tool's moderate complexity (4 optional filters, no required parameters) and the presence of an output schema, the description covers all parameters clearly and states the search scope. It does not cover edge cases like empty query behavior or pagination, but these are not critical for a search tool and the output schema likely handles return value documentation. It is adequately complete for an agent to select and invoke the tool correctly.

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 input schema provides only property names and types, with 0% schema description coverage. The description compensates by explaining each parameter's semantics: query as free-text across fields, and brand/part_type/location as exact matches on corresponding fields. This adds significant value beyond the schema, though it could further clarify default behavior when query is empty.

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 states the action ('Search inventory items') and specifies the search criteria ('by keyword, brand, part type, or location'). This distinguishes it from siblings like list_materials (lists all materials) and get_inventory_item (retrieves a specific item), making the tool's purpose unambiguous.

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 when to use the tool (when searching inventory by keyword or filters) but does not explicitly contrast it with alternatives. It does not mention when not to use it (e.g., when you need a specific item by ID, use get_inventory_item). The usage context is present but lacks exclusions or alternative guidance.

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

Install Server

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/BrandonDoster/PrintVault_MCP'

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