GateCheck Readiness
check_agent_tool_readinessGateCheck readiness: check whether an x402/agent-facing tool is ready for agent routing, marketplace listing, and paid-path monitoring, including public agent discovery surfaces (/llms.txt, /agents.txt, /.well-known/mcp.json, /mcp). Pass target plus optional tier, marketplace_url, expected_resources, and paid_path; deep/report tiers add unpaid 402 probing when paid_path is supplied. Tiers: quick $1, deep $5, report $10.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | Readiness depth. quick=$1, deep=$5, report=$10. Defaults to quick. | |
| method | No | Safe unpaid probe method when paid_path is supplied. Defaults to GET. | |
| target | Yes | Target API/provider base URL to scan. | |
| expected | No | Optional expected x402 network/asset/price metadata for paid_path probes. | |
| paid_path | No | Optional specific paid endpoint to probe without payment for deep/report tiers. | |
| marketplace_url | No | Optional marketplace/listing URL to compare against public metadata. | |
| expected_resources | No | Optional expected resource count. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scan | No | ||
| tier | Yes | ||
| ready | Yes | ||
| score | Yes | ||
| checks | Yes | ||
| issues | Yes | ||
| report | No | ||
| target | Yes | ||
| product | Yes | ||
| priceUsd | Yes | ||
| healthProbe | No | ||
| recommendedFixes | Yes |