Skip to main content
Glama
BizVerify

BizVerify MCP Server

Official
by BizVerify

Get Entity

get_entity
Read-onlyIdempotent

Retrieve a cached business entity by its ID to access name, jurisdiction, status, type, good-standing, formation date, registered agent, and snapshot count. No fresh fetch, uses prior verification results.

Instructions

Fetch a previously verified business entity from BizVerify's cache by its ID — returns name, jurisdiction, status, type, good-standing, formation date, registered agent, and the number of snapshots on record. Free and read-only; does NOT fetch a fresh live result (use verify_business with force_refresh for live data). Requires authentication. Pass an entity_id returned by a prior verify_business or search_entities call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_idYesEntity ID returned by a prior verify_business or search_entities result
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. Description adds context: free, no live fetch, requires auth, and lists returned fields. No contradictions.

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?

Two well-structured sentences: first covers purpose and returns, second covers usage constraints and alternatives. No wasted words.

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 simple tool with one param and no output schema, the description covers input source, cache behavior, required fields, and authentication. Differentiates from siblings.

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?

Only one parameter, 100% schema coverage. Description adds value by explaining the source of entity_id (prior verify_business or search_entities call), beyond the schema description.

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 clearly states it fetches a cached entity by ID, distinguishing it from verify_business (live) and search_entities (ID retrieval).

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?

Explicitly states when to use (with prior entity_id) and when not to (for live data, use verify_business with force_refresh). Also mentions it's free and read-only.

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/BizVerify/bizverify-mcp'

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