MCP tools
asy_claim_audit
Classify résumé claims as supported, vague, or carrying an unverified number, then return a repair brief.
asy_claim_audit — Claim audit
Price: 0.05 USDT · x402 on X Layer
Audit résumé bullets or a list of claims for unsupported figures, vagueness, and contradictions, and return a concrete repair brief. Price: 0.05 USDT (x402 on X Layer, eip155:196). Example: {claims:["Grew revenue 300%","Led the team"]} → each classified SUPPORTED / UNSUPPORTED_NUMBER / VAGUE. Proof promise: every verdict is deterministic and traces to the source text.
Input schema
| Argument | Type | Required | Description |
|---|---|---|---|
resumeText | string | no | Résumé as plain text. |
resumeB64 | string | no | Résumé as base64 (PDF or DOCX). Provide filename so the type is known. |
filename | string | no | Original filename, e.g. "resume.pdf" — used to pick the parser. |
claims | string[] | no | A list of claim sentences to audit (alternative to a résumé upload). |
JSON-RPC call shape
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "asy_claim_audit",
"arguments": {
"claims": [
"Reduced onboarding time by 18%",
"Led the team"
],
"resumeText": "Quarterly review: onboarding time fell by 18%."
}
}
}Call the stateless Streamable HTTP endpoint at https://api.assayed.xyz/mcp. See
x402 payment notes for paid calls and the complete tool index for
the other generated schemas.

