Skip to main content
Glama
shawndoor

DoorProfit Crime & Neighborhood Data

Search Registered Offenders

search_offenders
Read-onlyIdempotent

Search registered US offenders by address, coordinates, or name, with optional distance radius and location filters. Get offender distances from a point for safety checks.

Instructions

Search US registered offenders in one of two modes. Location mode: pass address or lat+lng, plus an optional radius in miles (default 1, capped at 3); results include each offender's distance from the search point. Name mode: pass at least one of first_name, last_name or dob, optionally narrowed by city/state/zipcode — those three filters alone are not accepted. Location parameters take precedence when both are supplied. Use this only for registered-offender questions; for an overall safety grade use get_crime_data instead. Results are paginated (page, limit, max 100 per page) and each page requested requires a DoorProfit API key and consumes 1 call from that key's quota.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dobNoDate of birth, YYYY-MM-DD.
latNoLatitude (use together with lng, as an alternative to address).
lngNoLongitude (use together with lat, as an alternative to address).
cityNoCity filter for name-based searches.
pageNoPage number (default 1).
limitNoResults per page (default 50, max 100).
stateNoTwo-letter state code filter, e.g. "OK".
radiusNoSearch radius in miles for location searches (default 1, max 3).
addressNoFull US street address, e.g. "500 Adams St, Tulsa, OK". Provide either address OR lat+lng.
zipcodeNoZipcode filter for name-based searches.
last_nameNoLast name for name-based searches.
first_nameNoFirst name for name-based searches.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
radiusNoSearch radius in miles (location searches only).
successYes
offendersNo
test_modeNo
search_typeNo"gis" for location searches, "name" for name searches.
total_countNoTotal matching results.
total_pagesNo
offenders_countNoResults on this page.
Behavior5/5

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

The description goes well beyond the annotations by disclosing pagination behavior, the per-page API key requirement, quota consumption of 1 call per page, radius defaults/caps, and precedence rules. The read-only, idempotent, and non-destructive annotations align with a search operation, and the description adds substantial behavioral detail (quota costs, pagination) that the annotations don't cover.

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 dense, purposeful sentences that front-load the core purpose, then mode details, then usage/exclusion guidance, then pagination/quota mechanics. Every sentence earns its place; no filler or repetition of schema content.

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 12-parameter tool with a rich output schema, the description is remarkably complete: it covers mode selection, parameter grouping constraints, precedence, defaults, caps, pagination, and API key/quota implications. The output schema presumably documents the result structure including distance, so the description need not restate return values.

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?

Schema coverage is 100%, so all 12 parameters are documented. The description adds meaningful semantic value by explaining the radius default/cap, the 'three filters alone not accepted' rule (city/state/zipcode), location precedence, and name-mode requirements — clarifying how parameters are grouped beyond what individual schema descriptions provide.

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 searches US registered offenders and immediately distinguishes two distinct modes (location vs name). The verb+resource are specific, and it differentiates from sibling get_crime_data by explicitly noting it's for registered-offender questions only.

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?

Exceptionally clear usage guidance: it explains the two modes (location vs name), states required conditions for each (name needs at least one of first/last/dob; location precedence over name), and explicitly says when NOT to use it ('for an overall safety grade use get_crime_data instead'). This names the alternative tool directly.

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/shawndoor/doorprofit-mcp'

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