MCP tools

asy_interview_prep

Generate evidence-grounded questions and check typed answers for STAR structure and ledger contradictions.

asy_interview_prep — Interview prep

Price: 0.20 USDT · x402 on X Layer

Generate evidence-grounded behavioral and gap-probing interview questions; optionally evaluate one typed answer for STAR structure, relevance, and contradictions against the confirmed ledger. Price: 0.2 USDT (x402 on X Layer, eip155:196). Example: {dossierId:"DSR-…", answer:"I led 12 people…"} → questions + ledger contradiction if the dossier says 8. Proof promise: it evaluates; it never impersonates an interviewer.

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.
answerstringnoOptional typed answer to evaluate against the first generated question.

JSON-RPC call shape

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "asy_interview_prep",
    "arguments": {
      "dossierId": "DSR-WC0Q7NZ7",
      "answer": "Situation: … Task: … Action: … Result: …"
    }
  }
}

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.