Skip to main content
Glama
WYRE-AI

QuickBooks Online MCP Server

by WYRE-AI

qbo_items_list

Retrieve QuickBooks Online item records in pages to review product and service information.

Instructions

List Item records in QuickBooks Online with pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
maxResultsNoMaximum number of results to return (default: 100, max: 1000)
startPositionNoStarting position for pagination (1-based, default: 1)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.6.2
  2. Removedv1.6.0
  3. Addedv1.4.4

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It discloses pagination support, which is useful, and 'List' implies a read-only operation. However, it does not elaborate on default behavior, ordering, or any other operational traits, so transparency is adequate but not rich.

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 a single sentence with no wasted words. It front-loads the core action and resource, and the pagination detail is relevant. It is appropriately sized and structured.

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 simplicity (2 optional params, no output schema, no nested objects), the description is adequate. It states what it lists and mentions pagination, which covers the main use. However, it could briefly note what the response contains, but this is minor given the low complexity.

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 coverage is 100% as both maxResults and startPosition have descriptions. The description's mention of 'pagination' adds minor context to these parameters, but it does not go beyond what the schema already provides, so a baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb ('List') and resource ('Item records in QuickBooks Online'), which distinguishes it from other entity-specific list tools. However, it does not explicitly differentiate from qbo_items_search, which also returns Item records, so it lacks that sibling differentiation.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like qbo_items_search or qbo_items_get. It does not state any exclusions or mention the scope (e.g., all items vs filtered), leaving the agent without explicit decision support.

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

Deploy Server

Other Tools