Skip to main content
Glama
jaeko44

MYOB Codex MCP

by jaeko44

myob_invoice_get

Retrieve a MYOB invoice using its UID, with an optional layout to access layout-specific details.

Instructions

Get invoice by UID. If layout is supplied, reads the layout-specific detail endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uidYes
layoutNo
business_idNo
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the behavioral nuance that supplying a layout switches to a layout-specific endpoint, which is valuable. However, it omits other traits like authentication requirements, error behavior, or how the response varies between layouts.

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?

Two short sentences, the first states the core action and the second adds a conditional nuance. No filler or repetition; structure is front-loaded and efficient.

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

Completeness3/5

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

For a simple get tool, the description covers the primary action and one conditional behavior, but with no output schema and no parameter details for business_id, the context is incomplete. The meaning of 'layout' and the response shape remain ambiguous, lowering completeness.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must explain parameters. It only adds meaning for 'layout' (switches to a detail endpoint) and leaves 'uid' and 'business_id' unexplained. UID is self-explanatory, but business_id is not mentioned at all, leaving a significant gap.

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 opens with 'Get invoice by UID', which states a specific verb and resource, clearly distinguishing it from sibling tools like myob_invoice_list or myob_bill_get. The second sentence adds a conditional detail about layout-specific endpoints, further refining its purpose.

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 the tool is for retrieving a single invoice by UID but does not explicitly compare it to alternatives such as myob_invoice_list or explain when to prefer this over other getters. The layout condition provides a usage hint but no exclusions or decision criteria.

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/jaeko44/myob-codex-mcp'

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