Skip to main content
Glama

Company Nonprofit EIN

company_nonprofit_ein
Read-onlyIdempotent

Return a nonprofit identity profile by EIN.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
einYesEmployer Identification Number, for example 20-0049703.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description does not contradict them. It adds little beyond labeling the return as a 'nonprofit identity profile'; it does not describe not-found behavior, data coverage, or response shape.

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 concise, front-loaded sentence with no filler or redundant restatement. Every word contributes to the tool's purpose.

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 single-parameter, read-only lookup with rich annotations, the description is reasonably complete. It covers the main input and the general nature of the result; the main gap is lack of guidance toward the sibling search tool when an EIN is unknown.

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?

Schema description coverage is 100% and the ein parameter already includes a type and example format. The description adds no additional parameter meaning beyond what the schema provides, so the baseline of 3 is appropriate.

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 specific verb ('Return'), a specific resource ('nonprofit identity profile'), and the lookup key ('by EIN'). This clearly distinguishes it from sibling tools such as company_nonprofit_search, which likely searches rather than looks up by EIN.

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 phrase 'by EIN' implies this tool is for use when the caller already has an EIN, but the description does not explicitly guide an agent to company_nonprofit_search when an EIN is unavailable. Usage context is present but largely left to inference.

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.

Resources