返回 Skill 列表
extension
分类: 其它无需 API Key

Paragon MLS Raw Listings

从 Paragon MLS 获取原始 JSON 列表载荷,用于调试解析器行为、检查源载荷或对未处理数据进行自定义下游分析。

person作者: earlvanzehubclawhub

Paragon MLS Raw Listings

Use the paragon-mls.raw_listings MCP tool when you need the unprocessed Paragon payloads instead of the normalized parser output.

Prefer this skill for debugging, parser development, or custom downstream processing.

Typical use

  • inspect the original listing JSON when parsed fields look wrong
  • compare different MLS region payload structures
  • debug missing rent, tax, or square footage fields
  • build custom logic on top of the raw source payload

Example

mcporter call paragon-mls.raw_listings mlsNumbers="201918514,202012345" systemId="globalmls"

Inputs

  • mlsNumbers (required)
  • systemId (default: globalmls)

Output shape

Returns raw JSON payloads for each MLS number requested.

Notes

  • This is the best fallback when the normalized tools are missing a field you care about.
  • Raw output is less stable across MLS regions than the parsed tools.