Skip to main content
Glama

Search Datasets

search_datasets
Read-onlyIdempotent

Search City of Eagan GIS open geospatial datasets (parcels, zoning, public works & city services) by keyword. Returns each dataset's name, summary, record_count, owner/org, and its Feature Service url — pass that url to query_layer / layer_info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax datasets (1-50, default 20).
queryNoKeyword(s), e.g. "parcels", "crime", "flood zones".
org_idNoOptional ArcGIS orgId to override the default (City of Eagan GIS).

TDQS

A4.3/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, so the safety profile is covered. The description adds value by specifying the exact return fields (name, summary, record_count, owner/org, Feature Service URL) and downstream usage, which goes beyond the minimal annotation context.

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 action, and every sentence earns its place. It efficiently conveys purpose, scope, return values, and the intended downstream workflow.

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?

With 3 optional parameters and no output schema, the description fully explains the tool's purpose, return format, and how it connects to sibling tools (query_layer / layer_info). It provides enough context for an agent to select and invoke the tool correctly.

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 coverage is 100% (all three parameters have descriptions), so the baseline is 3. The description's mention of 'keyword' aligns with the 'query' parameter but adds no additional semantic detail beyond what the schema already provides.

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 uses a specific verb ('Search') and identifies the exact resource ('City of Eagan GIS open geospatial datasets') with example categories. It clearly distinguishes this tool from siblings by stating it returns dataset metadata and a Feature Service URL, which can then be passed to query_layer/layer_info.

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 explicitly mentions a workflow: pass the returned URL to query_layer / layer_info, which implies when to use those alternatives. It provides context for the search capability but does not explicitly state when NOT to use this tool or exhaustive exclusions.

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

A3.5/5.0
Disambiguation2/5

Several tool groups overlap heavily: the three ask_pipeworx variants (ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded) differ mainly in guarantees, and six Polymarket tools (bet_research, polymarket_arbitrage, polymarket_edges, polymarket_edge_tracker, polymarket_fill_risk, polymarket_kalshi_spread) all target the same trading-concept space with fuzzy boundaries. While ArcGIS, memory, and subscription tools are distinct, an agent will frequently struggle to pick the right research or analysis tool.

Naming Consistency2/5

All names are snake_case, but the structural pattern is inconsistent. Some are verb-first (query_layer, search_datasets, validate_claim), others are noun-first or domain-prefixed (entity_profile, layer_info, polymarket_edges, recent_alerts, pipeworx_feedback). There is no predictable verb_noun convention across the set, making it hard to guess a tool's name from its function.

Tool Count2/5

At 34 tools, the set is well above the typical focused-server range, and the server name 'Arcgis Eagan' suggests a narrow GIS purpose while only 3–4 tools are actually ArcGIS-related. The remaining ~30 tools form a broad, unrelated utility collection (Pipeworx data, memory, subscriptions, trending, npm scanning), making the count feel bloated and unfocused.

Completeness2/5

For the primary ArcGIS domain, only search, layer inspection, and querying are supported — there are no create, update, delete, or editing tools, leaving obvious lifecycle gaps. Meanwhile, the Pipeworx side is over-stocked with redundant analysis tools, and the overall mix lacks a coherent coverage story for any single stated purpose.