Skip to main content
Glama
yessGlory17

JobVerify

verify_address

Read-onlyIdempotent

Geocode a company address and assess if it resolves to a business or residential location; residential or unresolved addresses are red flags.

Instructions

Geocode a physical address via OpenStreetMap (no key) and assess whether it resolves and is a business vs residential location. A company 'HQ' that does not resolve, or resolves to a house, is a red flag.

Use when: an offer lists a company address to verify.

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 declare readOnlyHint, idempotentHint, and not destructive, so core safety is covered. The description adds valuable behavioral context: uses OpenStreetMap (no key), assesses business vs. residential, and flags unresolved or residential HQs. This enhances transparency without contradiction.

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?

Three sentences efficiently convey the tool's purpose, usage context, and key behavioral details. No wasted words; front-loaded with the primary function.

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 existence of an output schema (not shown but indicated), the description need not detail return values. It covers the main input (address), the core behavior (geocoding and classification), and usage context. It is complete for a verification tool of this nature.

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?

The input schema already provides descriptions for both parameters (address, response_format), so baseline is 3. The description adds meaning beyond schema by explaining the verification logic (geocoding, classification, red flag), which helps the agent understand what happens with the address 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 tool geocodes a physical address via OpenStreetMap and classifies it as business or residential. It distinguishes from sibling tools by focusing on address verification rather than email, domain, or phone checks.

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 includes an explicit 'Use when' clause ('when an offer lists a company address to verify'), providing clear context. While it doesn't explicitly state when not to use, the sibling tools cover other verification needs, making the guidance sufficient.

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