Skip to main content
Glama

Tigerweb List Layers

tigerweb_list_layers
Read-onlyIdempotent

List the queryable TIGER/Line geography layers in a Census TIGERweb ArcGIS service — census tracts, block groups, 2020 blocks, ZCTAs, congressional and state legislative districts, school districts, tribal areas, places, counties, PUMAs. Call this FIRST to get the layer_id that tigerweb_query needs; layer numbers differ between vintages, so never reuse one from memory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNoCase-insensitive substring to filter layer names, e.g. "school"
serviceNoTIGERweb service path, default TIGERweb/tigerWMS_Current. Others: TIGERweb/tigerWMS_Current, TIGERweb/tigerWMS_Census2020, TIGERweb/tigerWMS_ACS2023, Generalized_ACS2023/State_County, Census2020/tigerWMS_Census2020
include_label_layersNoInclude "... Labels" annotation layers (point labels, not boundaries). Default false.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false, covering the safety profile. The description adds behavioral context about the prerequisite nature and vintage-dependent layer IDs, which goes beyond annotations. However, it doesn't disclose output format or pagination, but that's minor given annotations.

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 two sentences, front-loaded with the primary purpose, and includes a clear usage directive without redundancy. Every word earns its place.

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 simple list tool with no output schema, the description provides sufficient context: it enumerates the content, gives the call order, and warns about vintage differences. Annotations cover safety, so nothing essential is missing.

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% for all three parameters, so the baseline is 3. The description doesn't add additional parameter semantics beyond what the schema already provides; it focuses on the output layer_id rather than input details.

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 function: 'List the queryable TIGER/Line geography layers' and enumerates concrete layer types. It explicitly distinguishes itself from tigerweb_query by positioning this as the prerequisite step to obtain layer_id, which differentiates it from the sibling tool.

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?

It explicitly says 'Call this FIRST to get the layer_id that tigerweb_query needs', providing direct when-to-use guidance and sequencing. The warning about vintage differences ('never reuse one from memory') adds important usage context that prevents incorrect reuse.

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.