Skip to main content
Glama
laf-rge

QuickBooks MCP

by laf-rge

edit_bill

Modify an existing bill by updating vendor, date, due date, memo, department, or lines. Add, change, or remove line items with account, amount, and description.

Instructions

Modify an existing bill. Can update vendor, date, due date, memo, and/or lines. For lines: provide line_id to update existing line, omit to add new line, set delete=true to remove. Note: DepartmentRef is header-level only — lines do not support department.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesBill ID to edit
vendor_nameNoNew vendor display name (e.g., 'Simplisafe', 'PG&E'). Auto-resolved to ID.
txn_dateNoNew transaction date in YYYY-MM-DD format (optional)
due_dateNoNew due date in YYYY-MM-DD format (optional)
memoNoNew private memo (optional)
department_nameNoHeader-level department/location name (auto-resolved to ID)
doc_numberNoReference number for the bill (optional)
linesNoLine modifications. Provide line_id to update existing, omit to add new.
draftNoIf true, validate and show preview without saving (default: true)
Behavior4/5

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

With no annotations, the description discloses important behaviors: DepartmentRef is header-level only (lines don't support department), and line modifications (add, update, delete via line_id and delete flag). Also mentions draft mode for validation without saving. Lacks info on permanence or permissions.

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?

Concise two-sentence description focusing on core function and key details. Front-loaded with purpose, followed by essential behavioral notes. No redundant information.

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 9 parameters and no output schema, the description covers critical behaviors (line editing, department scoping, draft mode). Missing return value description, but overall adequate for a modification tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Adds significant value beyond schema: explains line modification logic (line_id for update, omit for add, delete=true to remove) and clarifies department scoping. All parameters have schema descriptions, but the description enhances understanding.

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 explicitly states 'Modify an existing bill' with specific updatable fields (vendor, date, due date, memo, lines). This clearly conveys the tool's function and distinguishes it from other edit tool siblings.

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?

No explicit guidance on when to use this tool versus alternatives like create_bill or delete_entity. The description implies 'edit an existing bill' but does not provide a clear when-to-use or when-not-to-use statement.

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/laf-rge/quickbooks-mcp'

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