Skip to main content
Glama

get_name_enrichment

Returns a precomputed profile for a name: estimated living population and median age, its popularity wave shape, cultural catalysts (events/media tied to spikes), historical demographic profiles by era (top occupations, region, urban vs. rural), and regional anomalies (states where it over-indexes).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sexNoRestrict to this sex (defaults to the name's most common sex)
nameYesThe baby name to look up

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It notes the profile is 'precomputed', implying a fast read-only operation with no side effects. It also discloses that the data includes estimates (e.g., 'estimated living population') and cultural interpretation (e.g., 'events/media tied to spikes'), setting expectations about the nature of the data. It doesn't mention error handling or data freshness, but the core safe/read-only nature is well implied.

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 a single, information-dense sentence that starts with the primary action and then lists the output components. While it is a bit long and could be structured as bullet points, every clause earns its place by describing a distinct part of the profile. It's concise relative to the amount of information conveyed.

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?

There is no output schema, so the description must convey what the tool returns. It lists six major data categories, giving a solid mental model of the response structure. It doesn't specify exact field names or types, but given the complexity of the response, the description provides sufficient context for an agent to understand the tool's purpose and output. It could mention the 'sex' parameter's effect on the profile, but the schema covers that.

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 baseline is 3. The description does not add additional meaning to the 'name' or 'sex' parameters beyond what the schema already provides. It focuses on the output rather than input semantics, so there is no added parameter insight.

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 returns a precomputed profile for a name and enumerates specific data components (estimated living population, median age, popularity wave shape, cultural catalysts, historical demographic profiles, regional anomalies). This is a specific verb+resource with detailed output scope that distinguishes it from sibling tools like get_name_data or get_year_names.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives. It does not mention any exclusions, prerequisites, or that it should be preferred over get_name_data for enriched details. The sibling list exists but the description makes no reference to it, leaving the agent without decision criteria.

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.