Skip to main content
Glama
yessGlory17

JobVerify

verify_company

Read-onlyIdempotent

Search the global LEI database to verify if a company name belongs to a real, active entity. Use this to check company legitimacy in job offers.

Instructions

Search the global LEI database (GLEIF, no API key) for a company name. A match with ACTIVE status is strong evidence the entity is real. Note that only entities with an LEI are listed, so 'no match' is weak evidence.

Use when: a company name is claimed in the offer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds valuable context: it searches the LEI database without an API key, and explains the significance of 'ACTIVE status' vs 'no match'. This goes beyond the annotations to inform the agent about data source and evidence strength.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise (2 sentences) and front-loads the purpose. Every sentence adds value: source, evidence interpretation, and usage condition. No wasted words.

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?

Given the tool's simplicity and the presence of an output schema, the description covers the core purpose, data source, evidence interpretation, and usage context. It lacks details on optional parameters but is otherwise complete for an agent to decide when to use it.

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

Parameters2/5

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

The description only mentions 'company name', ignoring the optional 'jurisdiction' and 'response_format' parameters. Even though the input schema provides descriptions for these (schema coverage appears high), the description adds no value for parameters beyond the name. It fails to guide the agent on available optional inputs.

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 'Search' and the resource 'global LEI database (GLEIF)' for a company name. It distinguishes itself from sibling tools (e.g., check_domain, check_email) by specifying a unique data source and purpose. The evidence interpretation ('active status is strong evidence') further clarifies the tool's role.

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 explicitly states 'Use when: a company name is claimed in the offer.' This provides clear context for when to invoke the tool. It does not explicitly mention when not to use or alternatives, but the context is sufficient given the sibling list.

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/yessGlory17/job-verify'

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