Skip to main content
Glama

screen_entity

Screen a company/provider/vendor/counterparty for risk before onboarding. Resolves the entity across SEC, USAspending, NPI, NIH and FDA, then checks federal exclusion lists (OIG LEIE, SAM.gov), FDA enforcement/recalls, and absence signals (stopped filing, lapsed activity). Returns a risk score plus sourced, neutral evidence with links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesLegal/business name or ticker of the entity to screen

TDQS

A4.3/5.0
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses multiple data sources (SEC, USAspending, etc.), checks for exclusion, recalls, and absence signals, and describes output (risk score with evidence). However, it omits details like latency, rate limits, or whether it is read-only.

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 that front-load the main purpose and then detail functionality. No wasted words; every sentence earns its place.

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?

Tool complexity is low with one parameter. Description adequately covers input, process (sources checked), and output (risk score with evidence). No missing elements given the lack of output schema.

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?

There is only one parameter with 100% schema coverage, so baseline is 3. The description adds general context about the entity type but does not add specifics beyond the schema's description of 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 clearly states the verb 'Screen' and the resource 'entity for risk', specifying the action and context. It distinguishes from the sibling tool 'resolve_entity' by focusing on risk assessment.

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?

The description provides clear context by stating 'before onboarding', indicating when to use. It implies a difference from the sibling tool but does not explicitly state when not to use or alternatives.

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/5.0
Disambiguation5/5

The two tools have clearly distinct purposes: one resolves an entity to identifiers, the other screens for risk. No overlap.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern: resolve_entity and screen_entity.

Tool Count4/5

With only 2 tools, the server is minimal but well-scoped for its stated purpose of entity resolution and screening. The count is appropriate for a focused utility.

Completeness5/5

The tool set covers the two main actions implied by the server name: resolving an entity and screening it for risk. No obvious gaps in this narrow domain.

Resources