Skip to main content
Glama
elephant-xyz

Elephant MCP Server

by elephant-xyz

Discover Overture place co-location candidates

discoverPlaceColocationCandidates

Discover county-wide place-category co-location candidates, validated by semantic similarity and stratified spatial analysis. Returns ranked pairs with evidence for a given county.

Instructions

Discover a bounded county-wide family of Overture taxonomy_primary co-location candidates using a fixed 800m non-hosted occupied-cell universe and release-derived stratified discovery/validation split. Every eligible category is embedded; all eligible unordered pairs define an outcome-independent semantic reference distribution. Spatial pairs require raw cosine distance >=0.35 and inclusive empirical percentile >=0.80 before the top-32 analytic rank cap, then receive exact stratified hypergeometric validation and Holm adjustment. The county only response includes bounded evidence and canonical corpus/distribution/spatial-ledger digests. Percentile means relative semantic distance, not statistical improbability or a publish decision.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countyYesOne published county key/name, e.g. 'lee' or 'Lee'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.12.1

TDQS

A3.9/5.0
Behavior5/5

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

With no annotations provided, the description carries the full disclosure burden, and it does so thoroughly. It exposes the fixed 800m universe, the stratified split, the cosine and percentile thresholds, the top-32 cap, the hypergeometric validation, Holm adjustment, and the important caveat that percentile is relative semantic distance and not a publish decision.

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 dense and technical, but every sentence contributes specific thresholds, constraints, or caveats. It front-loads the core purpose and then builds into methodology and output, with minimal repetition. It could be slightly streamlined, but the length is justified by the complexity.

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

Completeness4/5

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

For a single-parameter tool with no annotations and no output schema, the description provides substantial context: it explains the discovery logic, filtering criteria, validation, and the general shape of the response. It stops short of specifying the exact response structure, pagination, or error behavior, which would make it fully complete.

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?

The only parameter, county, has full schema description coverage with an example and format details. The description adds contextual references like 'county-wide' and 'county only response,' but it does not materially expand on what the county value should be beyond what the schema already states.

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 opens with a specific action and resource: 'Discover a bounded county-wide family of Overture taxonomy_primary co-location candidates.' It goes well beyond a tautology and includes algorithmically distinctive details, but it does not explicitly contrast this tool with the sibling analyzePlaceColocation, so differentiation is more inferred than stated.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description strongly implies the use case: discovering county-wide co-location candidates. However, it never explicitly states when to prefer this tool over alternatives such as analyzePlaceColocation or queryPlaces, nor does it provide any exclusions or when-not-to-use guidance.

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