Skip to main content
Glama
onefreeman1337

OSF - Open Source Filings

lookup_entity

Verify any entity or counterparty by ID or name using official public registries (NPI, LEI, FDIC, EDGAR, IRS). Returns legal status, type, identifiers, and provenance for KYC, KYB, and due diligence.

Instructions

Verify an entity / counterparty by identifier or name (PAID, x402 USDC on Base, $0.05). Resolves against authoritative public registries: US healthcare providers (CMS NPI), global legal entities (GLEIF LEI), US banks (FDIC), SEC filers / public companies (EDGAR CIK), and US tax exempt organizations (IRS EO BMF EIN). Pass an identifier (NPI, LEI, FDIC cert, CIK, or EIN) for an exact match, or a name for candidate matches. Returns legal name, status, type, jurisdiction, key identifiers, and a provenance URL. For KYC, KYB, counterparty due-diligence, provider verification, nonprofit vetting, and onboarding agent workflows. Payment is handled automatically by x402-capable MCP clients via the standard payment handshake.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
Behavior4/5

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

With no annotations provided, the description carries the full disclosure burden. It transparently covers the paid nature ($0.05, x402 USDC), payment handshake, registry sources, match behavior (exact vs candidate), and return fields (legal name, status, type, jurisdiction, identifiers, provenance URL). It could add edge-case behavior (e.g., not-found responses), but the core transactional and lookup behavior is well disclosed.

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 dense but every sentence adds essential value: payment, registries, query modes, output fields, use cases, and payment handshake. It is front-loaded with the most critical operational detail (paid) and avoids redundant phrasing.

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

Completeness5/5

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

For a paid, multi-registry lookup tool with a single unannotated parameter and no output schema, this description is remarkably complete. It explains what the tool does, how to invoke it, what it returns, when to use it, and how payment works — covering all information an agent needs to select and call it correctly.

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

Parameters5/5

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

The schema has one opaque 'query' parameter with 0% description coverage. The description fully compensates by specifying accepted values: NPI, LEI, FDIC cert, CIK, EIN for exact matches, or a name for candidate matches. This leaves no ambiguity about how to populate the parameter.

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 uses a specific verb ('Verify') and names the resource ('entity / counterparty by identifier or name'), then goes further by enumerating the authoritative registries (NPI, LEI, FDIC, CIK, EIN). This clearly differentiates it from sibling search and screening tools, which focus on broader queries rather than exact registry-backed verification.

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?

Provides explicit instructions on how to query ('Pass an identifier ... or a name') and lists concrete use cases such as KYC, KYB, and counterparty due diligence. It does not explicitly mention exclusions or alternatives to sibling tools like screen_entity, but the context is clear enough for appropriate tool selection.

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/onefreeman1337/osf-data-marketplace'

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