Skip to main content
Glama
gooodbilling

GooodBilling

Official
by gooodbilling

send_invoice

Send invoice email to customers. System auto-fills subject and body. Confirm recipient, amount, and PDF attachment.

Instructions

⚠️ 取引先に請求書メールを送付する (取り消し不可)。送信前にユーザーへ宛先メールアドレス・請求書金額・添付 PDF の最終確認を取ること。subject / body / to / cc / bcc は通常省略する (システムが自動で組み立てる)。ユーザーが明示的に上書き指定した場合のみ含め、その時だけ確認文に含めること。失敗時: 403=テナント送信機能 OFF (get_tenant_settings で確認可) / 422=取引先メアド未登録 / 409=送信済。冪等性キーは省略可 (自動生成、二重送信防止)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
invoice_idYes
idempotency_keyNo
toNo
ccNo
bccNo
subjectNo
bodyNo
Behavior5/5

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

With no annotations, the description transparently discloses irreversibility, pre-send confirmation requirements, error scenarios (403, 422, 409), idempotency key usage to prevent duplicates. This fully covers 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.

Conciseness5/5

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

The description is concise (few sentences), front-loads the core purpose and irreversibility, then provides structured guidelines. No redundant phrases; every sentence adds value.

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 7 parameters, no output schema, and no annotations, the description covers purpose, irreversibility, pre-send confirmation, parameter usage, error handling, and idempotency. It is highly complete for the tool's complexity.

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

Parameters4/5

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

Schema has 0% description coverage, but the description adds crucial context: parameters like subject/body/to/cc/bcc are normally omitted and included only when user explicitly overrides; idempotency_key is optional and auto-generated; invoice_id is required. This adds significant meaning beyond the schema.

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 tool sends an invoice email to a customer and that the action is irreversible. It uses a specific verb ('send') and resource ('invoice'), distinguishing it from siblings like send_quote.

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 provides explicit guidelines: confirm destination email, amount, and attached PDF before sending; normally omit subject/body/cc/bcc; error handling with status codes and checks (e.g., get_tenant_settings). It lacks direct comparison with siblings but implies it's for final sending.

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/gooodbilling/mcp-server'

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