Skip to main content
Glama

zaoqiniaoer

Server Details

Send three unrelated real people to a physical address in China and get back what they actually saw.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-06-18
URL
Repository
wangjingjing1026uwh-hub/zaoqiniaoer-mcp
GitHub Stars
0

TDQS

Score is being calculated.

Available Tools

2 tools
get_verification_result查核实进度和结果AInspect

按下单时拿到的 order_id 查这一单到哪一步了;已经出报告的话,返回三个人各自看到的内容。

ParametersJSON Schema
NameRequiredDescriptionDefault
order_idYes下单时返回的 order_id

TDQS

A4.3/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the conditional behavior: when the report is ready, it returns the content each of the three people sees; otherwise it returns the current progress step. This gives meaningful behavioral context beyond a bare 'get result'.

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?

One tightly packed sentence with the action, input source, and two outcome branches. Every clause earns its place and the primary verb is front-loaded.

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?

For a single-parameter read-style tool with no output schema, the description fully covers how to identify the record, what to expect in progress mode, and what to expect when the report is ready. Nothing essential to invoke it correctly is missing.

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 only parameter, order_id, is described as '下单时返回的 order_id'. The description repeats this same phrase, reinforcing its origin but adding no new format or usage detail beyond 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 uses a specific verb and resource: '查' (check) the order progress/result via order_id, and clearly specifies the conditional return of three people's views. Combined with the sibling verify_place (which places orders), this getter is clearly distinguishable.

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 signals clear usage context: call this after placing an order, using the order_id obtained at that time. It implies this is the retrieval counterpart to verify_place, though it does not explicitly list when not to use it.

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

verify_place派真人去现场核实AInspect

派三个互不相识的真人去中国境内的某个实际地点(工厂、门店、公司办公地)实地核实,拍门头照、进店问一句、各自独立写下判断,出一份报告。适合回答"这家供应商是不是真的存在/真的在营业/招牌和地址对不对得上"这类只有到过现场的人才知道的问题。下单会从账户余额扣款。

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNo对方的网店/主页链接。地址和网址至少要有一个
nameYes要核实的对象名称,例如「某某精密机械有限公司」
claimYes你想让真人帮你确认的那句话,例如「这个地址真的有一家在营业的工厂」
addressNo详细地址。地址和网址至少要有一个
budget_yuanNo预算(人民币元),不填按最低价。给得多,观察员拿得多,接单更快

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral disclosure burden and delivers: three mutually-unacquainted real people, the on-site process, a report deliverable, the China-only geographic scope, and crucially the cost implication '下单会从账户余额扣款' (order deducts from account balance). This is substantial behavioral context for an annotation-less tool, though it omits details like cancellation or refund policy.

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 a single dense but efficient paragraph that front-loads the core action (three people on-site verification) before the process detail, use cases, and charge note. Every sentence earns its place and there is no fluff, though it could benefit from light structuring given its length.

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 five-parameter tool with no annotations and no output schema, the description is fairly complete: it covers the action, the process, the on-site scope, the deliverable ('出一份报告'), and the cost. It does not detail the report's format or turnaround time, and parameter details are left to the schema, but nothing essential to placing an order is missing.

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 description coverage is 100%, so the baseline of 3 applies; the schema already documents all five parameters including the at-least-one-of-address/url constraint and the budget default behavior. The description reinforces the budget-to-speed relationship and the balance-deduction consequence, but adds little parameter-level meaning beyond what the schema states.

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-resource pairing (send three strangers to physically verify a location) and details the exact process: photographing the signboard, entering to ask a question, and producing an independent judgment report. It clearly targets the verification-of-existence use case and is readily distinguished from its sibling get_verification_result, which is about retrieving a completed result rather than placing the order.

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 gives explicit use-case framing: it's '适合回答...这类只有到过现场的人才知道的问题' (suitable for questions only answerable by someone on-site), naming existence, operating status, and sign-address match as trigger conditions. It lacks explicit when-not-to-use guidance or an explicit contrast with get_verification_result, but the on-site requirement is a clear selection criterion.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • First observedget_verification_result
    • First observedverify_place

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables AI agents to dispatch human verifiers for physical world tasks like product authentication, property inspection, and document verification, returning timestamped evidence reports.
    3
    47 npm
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Verifies AI agent actions by exercising public web surfaces and returning evidence-based pass/fail verdicts on real outcomes, rather than trusting self-reported success messages.
    -
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables auditing Chinese-language websites for AI citability (GEO/AEO) across Chinese AI platforms, providing crawlability checks, source-pool probing, visibility scoring, and prioritized fix plans.
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    Hire real humans in Russia for physical-world tasks — storefront photos, address checks, offline errands — directly from your AI agent. Payment in USDT.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.