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

ArgumentTypeRequiredDescription
dossierIdstringnoAn existing sealed dossier to draw evidence from.
profileobjectnoProfile JSON.
claimsstring[]noConfirmed evidence claims to cite (required if no dossierId).
evidencestringnoSupporting evidence text.
jdstringnoOptional 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.