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.
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.
Tool Definition Quality
Average 4.1/5 across 3 of 3 tools scored.
Each tool has a distinct purpose: create a 3D listing, retrieve an existing listing, and get pricing. No overlap.
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.
Three tools is reasonable for a focused service. While minimal, it covers the core actions (create, retrieve, pricing) without unnecessary tools.
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 toolscreate_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.
| Name | Required | Description | Default |
|---|---|---|---|
| apn | No | Parcel number / APN, e.g. "07-11-31-7016-0RP0B-0030". Requires state and county. Florida resolves instantly and free. | |
| state | No | Two-letter state code — required when using apn. | |
| county | No | County name — required when using apn. | |
| address | No | Full street address, e.g. "123 Main St, Palm Coast, FL 32137". Works nationwide. Use this unless the user only has a parcel number. | |
| asking_price | No | Optional asking price in dollars. When given, it floats on the 3D view — this is what makes buyers stop scrolling. |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| listing_id | Yes | The listing id returned by create_3d_listing (e.g. "7291ac49b3"). |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!