MCP tools
asy_cover_letter
Draft a target-specific cover letter where every sentence cites a confirmed claim.
asy_cover_letter — Cover letter
Price: 0.15 USDT · x402 on X Layer
Draft a cover letter where every sentence cites a confirmed claim — nothing invented. Price: 0.15 USDT (x402 on X Layer, eip155:196). Example: {claims:[…], jd:"…"} → 3–5 cited sentences + a tribunal pass. Proof promise: unsupported sentences become questions, never prose. Needs claims+evidence or a dossierId — it will politely refuse to fabricate. 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_cover_letter",
"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.

