Skip to main content
Glama
hakeemrabiuDFW

QuickBooks Online MCP Server

List QuickBooks Vendors

qbo_list_vendors
Read-onlyIdempotent

Retrieve vendor information from QuickBooks Online including ID, name, contact details, and balance. Supports pagination, active status filtering, and multiple output formats.

Instructions

List vendors/suppliers from QuickBooks Online.

Args:

  • limit/offset: Pagination

  • active_only: Only active vendors (default: true)

  • response_format: 'markdown' or 'json'

Returns: Vendor list with: Id, DisplayName, Email, Phone, Balance

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results to return
offsetNoNumber of results to skip
response_formatNoOutput format: 'markdown' for human-readable or 'json' for structured datamarkdown
active_onlyNoOnly return active vendors
Behavior4/5

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

Annotations already provide readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, covering safety and idempotency. The description adds value by specifying the return format options ('markdown' or 'json') and listing returned fields (Id, DisplayName, Email, Phone, Balance), which are not covered by annotations, enhancing behavioral context.

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 front-loaded with the core purpose in the first sentence, followed by structured 'Args' and 'Returns' sections. Every sentence adds value without redundancy, making it efficient and well-organized for quick comprehension.

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 annotations cover safety and idempotency, and the description adds return format and field details, it is complete for a read-only list tool. No output schema is present, but the description adequately explains returns, and the tool's complexity is low with clear parameters.

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%, with detailed parameter descriptions in the schema. The description adds minimal semantics beyond the schema, such as noting 'active_only' defaults to true and 'response_format' options, but does not significantly enhance understanding. Baseline 3 is appropriate as the schema does the heavy lifting.

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 verb 'List' and resource 'vendors/suppliers from QuickBooks Online', making the purpose specific. It distinguishes from siblings like qbo_list_customers and qbo_list_bills by specifying the vendor resource type, avoiding redundancy.

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 implies usage for retrieving vendor lists, with context from sibling tools suggesting alternatives for other resources (e.g., qbo_list_customers for customers). However, it lacks explicit guidance on when to use this tool versus others or any exclusions, such as not using it for creating vendors.

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/hakeemrabiuDFW/Quickbooks-MCP-Martinez'

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