MCP tools

asy_job_status

Poll a background dossier job without another charge.

asy_job_status — Job status

Price: free · no payment challenge

Check a dossier job: queued / running / done / failed. Free. Example: {jobId:"job_…"}.

Input schema

ArgumentTypeRequiredDescription
jobIdstringyes

JSON-RPC call shape

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "asy_job_status",
    "arguments": {
      "jobId": "job_…"
    }
  }
}

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.