Skip to main content
Glama

ITIN Finance

how_to_get_an_itin

Read-only

How to apply for an ITIN (IRS Form W-7): the process, documents, timelines, and common mistakes — with the full guide URL. EN/ES.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoAnswer language: en (default) or es (Spanish)

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful context about the guide's content and mentions a full guide URL, but it does not clarify the return format, whether live/external data is fetched, or any limitations.

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 one efficient sentence that front-loads the tool's purpose and then lists the key content areas. There is no filler or redundant explanation, and the trailing 'EN/ES' is brief and useful for indicating language support.

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 simple one-parameter informational tool with strong annotations, the description adequately covers the topic, language options, and the presence of a guide URL. It does not fully specify the return structure, but the content list and guide URL mention are sufficient for basic selection and invocation.

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

Parameters3/5

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

The single parameter 'lang' is fully described in the schema with an enum and default note, and the description's 'EN/ES' only echoes that. The schema carries the parameter documentation burden, so the description adds no additional semantic value beyond baseline.

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 the tool provides instructions for applying for an ITIN via IRS Form W-7, listing specific content areas: process, documents, timelines, and common mistakes. It is specific about the resource, but it does not explicitly distinguish itself from sibling tools like get_guide or faq_lookup.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool versus its siblings such as faq_lookup, search_guides, or get_guide. The 'how to apply' phrasing implies a use case, but there are no explicit when-to-use, when-not-to-use, or alternative recommendations.

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

A3.8/5.0
Disambiguation3/5

Most tools target distinct content types, but there is meaningful overlap between can_i_get_this_loan and find_itin_lenders, and between faq_lookup and search_guides. The descriptions help clarify boundaries, but an agent could still hesitate when choosing the right search/retrieval tool.

Naming Consistency2/5

Tool names do not follow a consistent verb_noun pattern: can_i_get_this_loan and how_to_get_an_itin are question-style phrases, while others use get_, find_, search_, or noun-only names like itin_state_info. All names are readable, but the conventions are too mixed to predict new tool names.

Tool Count5/5

Eight tools is well-scoped for an ITIN finance information service. Each tool covers a distinct aspect of the domain—eligibility, lenders, guides, FAQs, state context, and ITIN application—without feeling bloated or thin.

Completeness5/5

The tool surface covers the core user journeys: finding guides, searching FAQs, checking loan eligibility, discovering lenders, getting lender details, learning how to get an ITIN, and understanding state-level context. No major dead ends or obvious missing operations are apparent for this informational domain.