Skip to main content
Glama

Tax Research Note Verification

verify_tax_research_note
Read-only

Deterministically verify a piece of tax analysis (yours or anyone's): every citation is resolved against the compiled corpus, quotes and thresholds are checked against compiled law, temporal claims against validity windows — INCLUDING claims about what a named case held (E-Funds, Formula One, Morgan Stanley, Tiger Global, Progress Rail, Centrica …), checked against a string-verified holdings ledger. Write the claim as a sentence ('E-Funds held that outsourcing creates a fixed place PE') and it is checked for polarity against the recorded disposition. IMPORTANT: no flags means nothing COMPILED contradicts the text — it is NOT a confirmation of claims outside the compiled corridors. Use before relying on or presenting any cross-border tax reasoning.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe analysis text to verify.
as_ofNoOptional YYYY-MM-DD validity date.

TDQS

A4.8/5.0
Behavior5/5

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

Beyond the readOnlyHint and openWorldHint annotations, the description reveals deterministic behavior, the compiled corpus limit, the polarity-checking mechanism, and a named-example ledger. It explicitly warns that an absence of flags only means no contradiction with compiled law, not a general approval. This is rich behavioral disclosure that goes well beyond the structured annotations.

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 a single, well-structured paragraph with four sentences, each earning its place: the main function, an example, a crucial caveat, and a usage directive. The case-name parenthetical is informative without being excessive, and key warnings are highlighted with 'IMPORTANT'.

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?

Given the tool's complexity and the absence of an output schema, the description covers the behavior, scope, limitations, and usage context thoroughly. The only minor gap is that it does not describe the exact return format (e.g., list of flags), but the caveat about 'no flags' implies a flag-based response, which is likely sufficient 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.

Parameters4/5

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

The schema covers both parameters completely, so the baseline is 3. The description adds valuable extra semantics by giving a sentence-format example for the 'text' parameter and clarifying that 'as_of' relates to validity windows. This enriches the meaning beyond field 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 opens with a specific verb ('deterministically verify') and resource ('a piece of tax analysis'), then enumerates the exact checks performed (citations, quotes, thresholds, temporal claims, case holdings). This clearly distinguishes it from sibling tools like analyze_cross_border_tax or lookup_compiled_rule, which have different purposes.

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?

The description explicitly states when to use the tool ('Use before relying on or presenting any cross-border tax reasoning') and also gives a critical exclusion ('it is NOT a confirmation of claims outside the compiled corridors'). This provides both when-to-use and when-not-to-trust guidance, exceeding a simple context hint.

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.

TDQS

A4.7/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: analyze for specific fact patterns, lookup for abstract rule questions, list for coverage inquiry, screen for transfer pricing, and verify for checking analysis. The descriptions explicitly cross-reference each other to disambiguate when to use which, such as 'use analyze when you have a specific matter's facts' vs 'use lookup when the question is about the law in the abstract'.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: analyze_cross_border_tax, list_compiled_corridors, lookup_compiled_rule, screen_transfer_pricing, verify_tax_research_note. The verbs are distinct and the nouns clearly describe the resource or action.

Tool Count5/5

Five tools is well-scoped for this domain: coverage discovery, rule lookup, fact-based analysis, transfer pricing screening, and verification. Each tool earns its place without redundancy or bloat, matching the tightly defined purpose of the server.

Completeness5/5

The tool set covers the full workflow: discover what the engine covers, look up abstract rules, analyze specific cross-border arrangements, screen transfer pricing, and verify any research note. The refusal mechanism for out-of-scope topics ensures no dead ends, and the explicit links between tools make the surface complete for its stated legal reasoning purpose.