Skip to main content
Glama

cell_detail

Read-onlyIdempotent

Look up everything WiGLE knows about a single cell tower by its ID, including operator, network type, and recorded sighting locations.

Instructions

Look up everything WiGLE knows about a single cell tower by its ID, including operator/network type and recorded sighting locations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
netidYesCell tower identifier to look up, e.g. '310-410-12345-6789'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. Description adds that it returns 'everything WiGLE knows' including operator/network and sighting locations, providing more context without contradicting 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?

Single sentence, no redundant words, and effectively communicates the tool's purpose and scope.

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?

Given low complexity (1 parameter, output schema present, rich annotations), the description is sufficiently complete. It covers the tool's function and return information without needing extra details.

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% and includes an example for netid. The description contextualizes 'by its ID' but does not add further semantics beyond what the schema already provides, resulting in a baseline score.

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?

Description uses specific verb 'look up' and resource 'cell tower by its ID', clearly distinguishing from sibling searches (e.g., cell_search, network_detail). It explains what information is returned (operator/network type, sighting locations).

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?

Context implies usage when a specific cell tower ID is known, and sibling names suggest alternatives, but no explicit when-to-use or when-not-to-use guidance is provided.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/thehappydinoa/wigle-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server