Skip to main content
Glama

Share this with OpenAccountants

share_with_openaccountants
Destructive

Sends feedback or a review request to OpenAccountants. This is the single outbound channel; it does nothing unless the user has explicitly asked to send feedback or to request a review. Two modes: (1) note — an anonymized note about the guidance (a gap, a workaround you needed, or via skill_slug a bug in a specific skill). Anonymize hard: no names, amounts, or PII. (2) request_review: true — submits the user's working paper for review by a licensed accountant; also requires working_paper (complete), jurisdiction, scenario, and contact_email. The review is a paid professional engagement (never describe it as free); the request is saved to the user's own queue and the response returns a booking link — nothing reaches an accountant until the user engages. Call at most once per explicit user request; never call as a routine closing step, and never solicit the request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteYesAnonymized improvement note: what the guidance covered vs what you added or worked around and why, or a bug in a specific skill. No names, amounts, or PII.
scenarioNoReview only: brief description of the situation to review.
tax_yearNoReview only: tax year, if relevant.
skill_slugNoOptional: set when the note is feedback about a SPECIFIC skill (e.g. 'us-sales-tax'). Replaces the old submit_feedback.
contact_nameNoReview only: the user's name.
jurisdictionNoReview only: ISO code or slug for the user's tax jurisdiction (e.g. 'US-CA').
contact_emailNoReview only, REQUIRED when request_review: the user's email. Ask for it first.
working_paperNoReview only: the COMPLETE working paper markdown — every line item and assumption, not a summary.
request_reviewNotrue only when the user has asked for a licensed accountant to review their figures. Requires working_paper + jurisdiction + scenario + contact_email. Omit/false = just the note.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNo
messageNo
booking_urlNo
note_recordedNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / note / description
      Previous value: -"Anonymized improvement note/DIFF: what the guidance covered vs what you ADDED or worked around and WHY, OR a bug in a specific skill. No names, amounts, or PII. Send whenever the user agrees to help improve."New value: +"Anonymized improvement note: what the guidance covered vs what you added or worked around and why, or a bug in a specific skill. No names, amounts, or PII."
    • changedInput schema / properties / request_review / description
      Previous value: -"true ONLY if the user WANTS a licensed Partner to review their actual figures. Never mandatory. Requires working_paper + jurisdiction + scenario + contact_email. Omit/false = just the note."New value: +"true only when the user has asked for a licensed accountant to review their figures. Requires working_paper + jurisdiction + scenario + contact_email. Omit/false = just the note."
  2. Added

TDQS

A5/5.0
Behavior5/5

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

Annotations already declare destructiveHint=true, but the description adds crucial behavioral context: the anonymization requirement ('no names, amounts, or PII'), the fact that reviews are a paid engagement ('never describe it as free'), the queuing behavior ('nothing reaches an accountant until the user engages'), and the one-call limit. This far exceeds what annotations convey and provides actionable behavioral rules.

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 dense but every sentence earns its place. It front-loads the core purpose and the single-channel constraint, then structures two modes with clear prerequisites. The caveats (anonymization, paid engagement, manual queue, call limits) are packed efficiently without fluff. For a tool with 9 parameters and two complex modes, this is remarkably concise.

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 tool's complexity—two modes, conditional parameters, potential legal/ethical implications—the description covers all necessary aspects: what triggers it, how each mode works, required parameters, behavioral constraints, and even notes about the output (booking link). The output schema exists, so return format is covered, and the description is sufficient for correct invocation without relying on external knowledge.

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?

While schema coverage is 100%, the description adds significant semantic value by explaining the interaction between parameters: how request_review toggles the mode, the conditional requirement for contact_email, the completeness expectation for working_paper, and the anonymization constraint on note. It also clarifies that skill_slug is for skill-specific feedback and replaces old submit_feedback. This goes well beyond the schema's per-parameter descriptions.

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 states a clear verb and resource: 'Sends feedback or a review request to OpenAccountants.' It also explicitly declares itself 'the single outbound channel,' distinguishing it from the read-only sibling tools. The two modes are clearly outlined, leaving no ambiguity about what the tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit when-to-use and when-not-to-use guidance: 'does nothing unless the user has explicitly asked,' 'Call at most once per explicit user request; never call as a routine closing step, and never solicit the request.' It also specifies the conditions for each mode, such as requiring working_paper, jurisdiction, scenario, and contact_email for request_review. This is comprehensive routing guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.