Skip to main content
Glama
lzinga

US Government Open Data MCP

fbi_hate_crime

Retrieve FBI hate crime statistics by bias category, location, and demographics to analyze trends and patterns in reported incidents.

Instructions

Get hate crime data from the FBI at national, state, or agency level. Returns incidents broken down by bias category (race, religion, sexual orientation, etc.), offense type, victim type, offender demographics, and location type. Optionally filter by bias code (e.g., '12'=Anti-Black, '14'=Anti-Jewish, '22'=Anti-Islamic, '41'=Anti-Gay).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoTwo-letter state abbreviation for state-level data
oriNoAgency ORI code for agency-level data
biasNoBias code filter: '11' (Anti-White), '12' (Anti-Black or African American), '13' (Anti-American Indian or Alaska Native), '14' (Anti-Asian), '15' (Anti-Multiple Races, Group), '16' (Anti-Native Hawaiian or Other Pacific Islander), ... (35 total)
typeNoData type
from_yearNoStart year
to_yearNoEnd year
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It describes what data is returned (incidents broken down by categories) and mentions an optional filter, but does not disclose critical behavioral traits such as data freshness, rate limits, authentication needs, error handling, or whether it's a read-only operation. For a data retrieval tool with no annotations, this leaves significant gaps in understanding its behavior.

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?

The description is efficiently structured in two sentences: the first states the core purpose and return data, and the second adds the optional filter with examples. Every sentence adds value without redundancy, making it front-loaded and appropriately sized for the tool's complexity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (6 parameters, no output schema, no annotations), the description is partially complete. It covers the purpose and data breakdowns well, but lacks details on behavioral aspects (e.g., rate limits, errors) and output format. Without an output schema, the description should ideally hint at the return structure, but it only lists categories without specifying format (e.g., JSON, pagination).

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?

Schema description coverage is 100%, so the schema already documents all parameters thoroughly (e.g., state abbreviations, bias codes with enums, data types, year ranges). The description adds minimal value beyond the schema by mentioning the bias code filter with examples (e.g., '12'=Anti-Black), but does not provide additional semantics for other parameters. Baseline 3 is appropriate when the schema does the heavy lifting.

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's purpose with a specific verb ('Get') and resource ('hate crime data from the FBI'), specifying the granularity levels (national, state, or agency) and the breakdown dimensions (bias category, offense type, etc.). It distinguishes itself from sibling tools like 'fbi_arrest_data' or 'fbi_crime_summarized' by focusing exclusively on hate crime data with detailed breakdowns.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage by mentioning the data levels (national, state, agency) and an optional filter (bias code), but does not explicitly state when to use this tool versus alternatives like 'fbi_crime_summarized' or 'fbi_nibrs'. It provides some context (e.g., filtering by bias code) but lacks clear exclusions or comparisons to sibling tools.

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/lzinga/us-government-open-data-mcp'

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