Skip to main content
Glama
DojoGenesis

no-tax-on-tips-mcp

by DojoGenesis

list_eligible_occupations

Lists eligible occupations for the No Tax on Tips deduction, providing the onboarding picker subset with placeholder slugs. Informational only; verify with IRS.

Instructions

Returns the onboarding picker subset of TTOC-eligible occupations plus the placeholder-slug caveat. INFORMATIONAL ONLY — NOT TAX ADVICE. Verify with IRS (irs.gov/TippedOccupations) and a qualified tax professional. Occupation codes are DESCRIPTIVE PLACEHOLDER SLUGS, not validated 3-digit numeric Treasury codes from IRS final regs (Federal Register 2026-07104). Applies to tax years 2025-2028 only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the full burden. It transparently discloses that the codes are placeholder slugs, not official Treasury codes, and that the output is informational. However, it could be more explicit about the exact return format, and the phrase 'plus the placeholder-slug caveat' is slightly ambiguous.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is front-loaded with the main purpose and followed by necessary caveats. It is not overly long, but the disclaimer is somewhat wordy, and 'plus the placeholder-slug caveat' is an awkward construction that reduces readability.

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?

For a parameterless list tool with no output schema, the description covers the core behavior, limitations, and applicability. It could be clearer about the exact return type (e.g., an array of occupation code strings) and what 'plus the placeholder-slug caveat' means, but it is generally complete.

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?

The schema shows zero parameters with full coverage (properties: {}), so the description naturally needs no parameter explanations. The baseline for a zero-parameter tool is 4, and the description adds no unnecessary detail.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it 'Returns the onboarding picker subset of TTOC-eligible occupations' with a specific verb and resource. However, it does not explicitly distinguish this from sibling tools such as check_tip_deduction_eligibility or estimate_tip_deduction, so it falls short of a 5.

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 clear context and boundaries: it's informational only, not tax advice, applies to tax years 2025-2028, and instructs users to verify with the IRS. This implies when to use the tool and cautions against using it for official tax decisions, but it does not explicitly name alternatives.

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/DojoGenesis/no-tax-on-tips-mcp'

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