Skip to main content
Glama
atlasfetch-dev

atlasfetch-mcp

Official

List the boundary sets on this account

list_boundary_sets
Read-only

List boundary sets on your account, showing boundary counts and the API keys each set is granted to, so you can verify availability and permissions for reverse geocoding lookups.

Instructions

Lists the boundary sets on this account with their boundary counts and the API keys (id and label) each is granted to. A set only matches during a lookup when it is available AND granted to the key making the call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.2

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is covered. The description adds behavioral context beyond annotations: it reveals the response includes boundary counts and granted API keys, and explains the availability/grants condition that affects matching. This is useful, non-redundant information.

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?

Two sentences with no wasted words. The first sentence front-loads the primary purpose and output content; the second adds a crucial behavioral nuance. 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 no-parameter listing tool without an output schema, the description is complete. It specifies what the response contains (boundary counts and granted API keys) and explains the matching rule, covering all an agent needs to call it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the baseline for parameter semantics is 4. The description does not need to explain any parameters, and it correctly focuses on behavior and output instead.

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 action (Lists) and resource (boundary sets), and specifies the output includes boundary counts and the API keys (id and label) each is granted to. It distinguishes itself from siblings (create_boundary_set, add_boundary, lookup_location) by focusing on listing existing sets rather than creating or adding.

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 context about how sets match during lookups, implying this tool is for inspecting which sets are available and granted to the calling key. However, it does not explicitly state when to use this tool versus the alternatives, such as 'use lookup_location for actual matching.' The guidance is clear but not prescriptive.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.