snipeit_manufacturers_list
List manufacturers in Snipe-IT using search, sort, and pagination to locate asset vendors.
Instructions
List manufacturers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | ||
| order | No | ||
| offset | No | ||
| search | No |
List manufacturers in Snipe-IT using search, sort, and pagination to locate asset vendors.
List manufacturers
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | ||
| order | No | ||
| offset | No | ||
| search | No |
Changes observed during successful MCP inspections.
v1.0.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden, but 'List manufacturers' only conveys a read-like listing operation. It does not disclose default ordering, limit behavior, pagination, or what the response contains, leaving significant behavioral ambiguity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short and has no filler, but this is under-specification rather than effective conciseness. It omits essential context that an agent needs to use the tool correctly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given five optional parameters, no output schema, and no annotations, a two-word description is insufficient. The agent has no idea about default behaviors, result shape, or how parameters interact, so the definition is not complete enough for reliable invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not compensate by explaining any of the five parameters. No meaning is added for sort, limit, order, offset, or search beyond their bare names.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a concrete verb ('List') and a specific resource ('manufacturers'), so the core action is unambiguous. It does not explicitly contrast with snipeit_manufacturers_get, but the list/get distinction is implied by the verb and naming pattern.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus snipeit_manufacturers_get or other manufacturer-related tools. No mention is made of filtering, pagination, or typical use cases; the only implicit signal is that this tool returns a list.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.