Skip to main content
Glama
wyre-technology

QuickBooks Online MCP Server

qbo_vendor_credits_create

Create a VendorCredit record in QuickBooks Online by providing the vendor reference and credit lines. Optionally set date, document number, and notes.

Instructions

Create a new VendorCredit record in QuickBooks Online.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
LineYesArray of credit lines, same shape as Bill.Line: {Amount, DetailType: "AccountBasedExpenseLineDetail" | "ItemBasedExpenseLineDetail", ...}.
TxnDateNoCredit date (YYYY-MM-DD); defaults to today if omitted
DocNumberNoReference number from the vendor
VendorRefYesVendor reference, e.g. {"value": "56"} (required)
PrivateNoteNoPrivate note
APAccountRefNoAccounts Payable account reference, e.g. {"value": "33"}
Behavior2/5

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

No annotations are present, and the description only states 'Create' without detailing side effects, required permissions, or impact on vendor balances or AP accounts. It fails to disclose what happens to the vendor's outstanding balance or other behavioral traits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence with no wasted words. While concise, it could benefit from a second sentence to improve structure and context, but it remains appropriately sized given the schema's detailed parameter descriptions.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Without an output schema, the description fails to mention return values, confirmation behavior, or validation checks. It also does not explain how a vendor credit differs from other transactions (e.g., bill credits), leaving the agent with incomplete context for correct invocation.

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?

The input schema covers 100% of parameters with descriptions (e.g., VendorRef, Line, TxnDate), so the tool description adds no extra meaning beyond what the schema provides. The schema already explains parameter details adequately.

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 the action (Create) and resource (VendorCredit record), distinguishing it from get, update, and list siblings. However, it does not differentiate from other credit-related create tools like qbo_bills_create or qbo_purchases_create, missing context on when a vendor credit vs. a bill or purchase is appropriate.

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?

No guidance is provided on when to use this tool versus alternatives such as bills or credit memos. The description does not mention prerequisites, business context, or situations where a vendor credit is appropriate, leaving the agent with no decision support.

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/wyre-technology/qbo-mcp'

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