Skip to main content
Glama
jdw2111

@propraven/mcp

by jdw2111

parcel.compare

Compare 2-25 parcels by fetching full reports (ownership, valuation, risks, permits, deeds) and rank them against your criteria.

Instructions

Fetch reports for 2–25 parcels so they can be ranked against criteria. Returns each parcel's full report (identity, owner, valuation, risks, permits, deeds) in a single payload — the calling agent does the per-criterion scoring and final ranking. This is the underwriting / shortlist loop. Use when the user has identified candidate properties (often from parcel.search) and wants them ranked. Do NOT use to discover new candidates (use parcel.search) or for a single property (use parcel.lookup + hazard.score). The criteria argument is returned verbatim in the response so the agent can pin its scoring to the user's intent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
criteriaYes1–8 ranking criteria, free-form natural language. Echoed back in the response to anchor the agent's scoring.
parcel_idsYesComposite parcel IDs to compare (e.g. "37183:0012345"). 2–25 parcels. Get IDs via parcel.search or parcel.lookup.
Behavior4/5

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

No annotations provided, but the description clarifies that the agent is responsible for scoring and ranking, and that criteria are echoed back. It does not mention destructive actions, auth needs, or rate limits, but the behavioral scope is well-defined for a compare-only tool.

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 four sentences, each serving a distinct purpose: purpose, output and agent role, use case label, and usage boundaries. No redundant information.

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 no output schema or annotations, the description adequately explains input format, output content (full reports per parcel), the agent's role in scoring, and the tool's place in the workflow (underwriting/shortlist loop).

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%, and the description adds value beyond the schema by providing an example ID format ("37183:0012345"), specifying how to obtain IDs, and explaining that the criteria argument is echoed back for scoring.

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 explicitly states the verb 'Fetch reports for 2–25 parcels so they can be ranked against criteria' and distinguishes from sibling tools by noting alternatives for discovery (parcel.search) and single-property lookup (parcel.lookup + hazard.score).

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?

Clearly states when to use: 'when the user has identified candidate properties' and includes explicit negative instructions: 'Do NOT use to discover new candidates (use parcel.search) or for a single property (use parcel.lookup + hazard.score).'

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/jdw2111/propraven-mcp'

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