Skip to main content
Glama

ParcelLaunch — 3D property listings from an address

Server Details

Turn a US address or parcel number into an interactive 3D flyover listing in about a minute.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Dranos-Bot/parcellaunch-mcp
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: create a 3D listing, retrieve an existing listing, and get pricing. No overlap.

Naming Consistency4/5

Tools follow a verb_noun pattern (create_3d_listing, get_listing, get_pricing). The inclusion of '3d' in one tool is a minor deviation but still clear.

Tool Count4/5

Three tools is reasonable for a focused service. While minimal, it covers the core actions (create, retrieve, pricing) without unnecessary tools.

Completeness4/5

The set covers the main user needs: creating a listing, checking its status, and understanding pricing. Missing update/delete but these are less critical for this domain.

Available Tools

3 tools
create_3d_listingAInspect

Build a cinematic, interactive 3D flyover listing of a real property from a street address (or a parcel/APN number) — with the parcel boundary drawn on the terrain. Takes about a minute. Returns a free watermarked preview link the user can open on any phone, plus the link to unlock the clean, brandable version. Use this for raw land, acreage, odd lots, waterfront and new-construction dirt — anywhere a flat satellite photo undersells the property.

ParametersJSON Schema
NameRequiredDescriptionDefault
apnNoParcel number / APN, e.g. "07-11-31-7016-0RP0B-0030". Requires state and county. Florida resolves instantly and free.
stateNoTwo-letter state code — required when using apn.
countyNoCounty name — required when using apn.
addressNoFull street address, e.g. "123 Main St, Palm Coast, FL 32137". Works nationwide. Use this unless the user only has a parcel number.
asking_priceNoOptional asking price in dollars. When given, it floats on the 3D view — this is what makes buyers stop scrolling.
Behavior3/5

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

With no annotations, the description carries full burden. It discloses the time required (~1 minute), return of a watermarked preview, and unlock link. However, it does not mention potential costs, quotas, or dependencies. This is adequate but leaves gaps for an agent.

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 four sentences, front-loading the main action and key details. It is mostly concise, though minor redundancy exists (e.g., 'Florida resolves instantly and free' is already in the apn schema).

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

Completeness3/5

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

Given no output schema, the description explains return values (preview and unlock links). It does not cover potential errors, rate limits, or whether the same property can be processed multiple times. For a creation tool, these are notable omissions.

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?

Schema coverage is 100% with descriptive parameter descriptions. The description adds value by clarifying when to use address vs apn ('use this unless the user only has a parcel number') and that asking_price floats on the view. This meaningfully supplements the schema.

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 purpose: to build a cinematic 3D flyover listing from a street address or parcel number. It uses specific verbs and resources, and distinguishes from sibling tools (get_listing, get_pricing) by describing creation versus retrieval.

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 recommends use cases ('raw land, acreage, odd lots...') where a flat satellite photo is insufficient. It does not explicitly mention when not to use, but the context is clear and alternatives are not needed given sibling tools have distinct functions.

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

get_listingAInspect

Look up a ParcelLaunch listing that was already created, by its listing id. Returns the address, whether the parcel boundary was found, the 3D render status and the shareable links.

ParametersJSON Schema
NameRequiredDescriptionDefault
listing_idYesThe listing id returned by create_3d_listing (e.g. "7291ac49b3").
Behavior3/5

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

With no annotations, the description must fully disclose behavior. It states the tool returns specific fields, indicating a read operation. However, it does not mention error cases (e.g., invalid listing id), rate limits, or authentication requirements, leaving gaps.

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-loads the action ('Look up'), and contains no redundant or irrelevant information. Every word contributes to clarity.

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?

Given a simple tool with one parameter, no output schema, and no annotations, the description adequately covers purpose and return values. It lacks a mention that it is read-only, but overall completeness is high.

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 the schema description already explains that listing_id comes from create_3d_listing. The description adds no further semantic details beyond the schema, so baseline 3 is appropriate.

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 'Look up' and explicitly states the resource (ParcelLaunch listing by id). It lists the returned fields, clearly distinguishing the tool from sibling tools 'create_3d_listing' (creation) and 'get_pricing' (pricing).

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 implies usage after creating a listing (references 'already created'), but does not explicitly state when to use versus alternatives like 'get_pricing' or how it complements 'create_3d_listing'. No exclusions or prerequisites are mentioned.

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

get_pricingAInspect

Current ParcelLaunch pricing and what each plan includes. Free to call — use it to answer any question about cost before recommending a plan.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

With no annotations, the description carries full burden. It discloses that the tool is 'free to call' (no cost) and implies read-only behavior by stating it provides pricing info. However, it could explicitly mention no side effects or authentication requirements.

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: first states purpose, second provides usage guidance. No unnecessary words, front-loaded with key information.

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?

Given no parameters and no output schema, the description adequately covers what the tool does and when to use it. It could be slightly more detailed about the return structure but is otherwise complete.

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?

There are no parameters, and schema coverage is 100%. The description adds no parameter-specific info, but this is acceptable as there is nothing to explain. Baseline 4 is appropriate for zero-parameter tools.

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 provides 'Current ParcelLaunch pricing and what each plan includes', with a specific verb ('get') and resource ('pricing'). It also distinguishes itself from siblings like 'get_listing' by focusing on cost information.

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?

Explicitly says 'use it to answer any question about cost before recommending a plan', providing clear context for when to invoke this tool versus alternatives. Also notes it's 'free to call', which aids decision-making.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.