MCP tools
asy_tailor_resume
Tailor résumé achievement bullets to a target role without exceeding the evidence.
asy_tailor_resume — Tailor résumé
Price: 0.30 USDT · x402 on X Layer
Rewrite résumé achievement bullets against a target JD, evidence-constrained and format-law clean. Price: 0.3 USDT (x402 on X Layer, eip155:196). Example: {claims:[…], jd:"…"} → tailored bullets + tribunal grade. Proof promise: no bullet renders without a confirmed claim behind it. Also runnable as a background job via asy_create_dossier_job.
Input schema
| Argument | Type | Required | Description |
|---|---|---|---|
dossierId | string | no | An existing sealed dossier to draw evidence from. |
profile | object | no | Profile JSON. |
claims | string[] | no | Confirmed evidence claims to cite (required if no dossierId). |
evidence | string | no | Supporting evidence text. |
jd | string | no | Optional target job description. |
JSON-RPC call shape
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "asy_tailor_resume",
"arguments": {
"dossierId": "DSR-WC0Q7NZ7",
"jd": "Product Operations Lead"
}
}
}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.

