Skip to main content
Glama

AlpineDataWorks Intelligence Server

Employment Health Index

adw.adw_503
Read-only

Returns a 0-100 employment health score for any of 3,222 US counties (composited from county-level unemployment, job-growth, and wage indicators, refreshed on source cadence) with health_score, percentile_rank, drivers, as_of, and methodology_version. Call when the user asks how healthy a local job market is or compares counties for hiring, siting, or lending, or when timing expansion, headcount, or county-level credit decisions. Updates: on source cadence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoOptional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned.

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds useful context about data composition (unemployment, job-growth, wage indicators), refresh cadence, and output fields. However, it fails to disclose how the county is selected given the schema only has an optional 'days' parameter, and it does not mention the Gold-tier limitation for history series (only in the schema).

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 efficient, front-loading the main purpose and output fields in the first sentence, followed by clear usage and update notes. It is slightly run-on and has minor redundancy with 'refreshed on source cadence' and 'Updates: on source cadence,' but overall each sentence provides value.

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

Completeness2/5

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

The description lists all output fields and use cases, and the schema documents the 'days' parameter. However, the lack of any explanation for how the county is selected makes the tool incomplete for its primary use. There is also no output schema, but the description does name the fields. The missing county-selection mechanism is a major contextual gap.

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 single parameter 'days' has a thorough schema description (100% coverage), which would normally yield a baseline of 3. However, the tool's core function of returning a score for a specific county has no corresponding parameter, and the description does not explain how the county is inferred or specified. This is a critical omission that the description fails to compensate for, making the tool semantically incomplete.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it returns a 0-100 employment health score for US counties, with a specific count (3,222) and composite indicators. The verb 'Returns' and resource are specific. However, the ability to return 'for any of 3,222 counties' is undermined by the lack of a county-selection parameter in the schema, creating some ambiguity.

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 provides explicit when-to-use guidance: 'Call when the user asks how healthy a local job market is or compares counties for hiring, siting, or lending, or when timing expansion, headcount, or county-level credit decisions.' This is clear context but lacks any exclusions or mentions of alternative tools, which would be needed for a 5.

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.

TDQS

B3.3/5.0
Disambiguation1/5

With 318 tools named adw.adw_###, agents cannot tell them apart without reading full descriptions. Multiple tools cover the same domain (e.g., at least three USD strength scores: adw_055, adw_250, adw_580; four supply-chain stress scores: adw_009, adw_019, adw_020, adw_547), making misselection highly likely.

Naming Consistency3/5

The vast majority follow a consistent numeric ID pattern (adw.adw_###), but a small set breaks this with descriptive snake_case names (adw.catalog, adw.sample, adw.county_cancer, etc.). The numeric IDs are predictable but convey no semantic meaning, mixing with the few named tools and creating moderate inconsistency.

Tool Count1/5

318 tools is far beyond any reasonable scope for an intelligence server; even the largest sophisticated APIs rarely exceed 50. This extreme count suggests poor curation and will overwhelm agents with choice, making efficient tool selection impractical.

Completeness3/5

The server covers an extremely broad range of domains (crypto, macro, supply chain, healthcare, climate, county demographics), and includes discovery tools like adw.catalog and adw.sample. However, the surface is redundant and not systematically complete—many overlapping indices exist while other potentially valuable operations (e.g., raw data export, historical trend queries) are missing, leaving moderate gaps.

Resources