Skip to main content
Glama
ortizl20

qbo-mcp

by ortizl20

qbo_payroll_preview

Fetch dry-run payroll totals and generate screenshot-ready markdown/HTML previews. Verify payroll amounts before submission—no actual payroll is submitted.

Instructions

Fetch dry-run payroll preview totals and write screenshot-ready markdown/html. Confirm-screen defaults ON. Never submits payroll.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
writeNoWrite payroll-preview.md and .html into the fixture directory.
Install Server

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden. It transparently discloses the dry-run nature, the side effect of writing files, the default behavior ('Confirm-screen defaults ON'), and the critical safety guarantee ('Never submits payroll'). This is strong transparency for a payroll-related tool.

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?

Three short sentences, front-loaded with the primary action, followed by critical safety and default info. Every sentence earns its place; no filler or repetition.

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?

The description is concise yet covers the essential behavior, safety, default settings, and output artifacts. It lacks explicit mention of return values, but no output schema exists and the tool's purpose is clear enough for an agent to invoke it correctly.

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 already fully documents the 'write' parameter with its default and description. The tool description adds context about writing markdown/html but does not directly explain the parameter's effect beyond what the schema states. Baseline 3 applies since schema coverage is 100%.

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 uses specific verbs ('Fetch', 'write') and names the resource (dry-run payroll preview totals, markdown/html). It clearly distinguishes itself from siblings by emphasizing it never submits payroll, so the agent knows exactly what this tool does and does not do.

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?

The description implies use case (dry-run preview before actual submission) and states a key exclusion ('Never submits payroll'), but does not explicitly say when to choose this tool over alternatives or mention any prerequisites. Usage context is implied rather than directly stated.

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

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

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