MCP tools

asy_fit_brief

Map a job description requirement-by-requirement to confirmed evidence: strong, partial, confirm, or missing.

asy_fit_brief — Fit brief

Price: 0.10 USDT · x402 on X Layer

Decompose a job description into requirements and map your evidence to each one — strong / partial / confirm / missing — with zero keyword stuffing. Price: 0.1 USDT (x402 on X Layer, eip155:196). Example: {jd:"…", claims:["Scaled payments to 12k rps"]} → an honest coverage map. Proof promise: 'missing' is reported honestly; we never invent coverage. Also runnable as a background job via asy_create_dossier_job.

Input schema

ArgumentTypeRequiredDescription
jdstringyesThe job description to decompose.
profileobjectnoOptional profile JSON (fullName, skills, experiences…).
claimsstring[]noEvidence claims you stand behind.

JSON-RPC call shape

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "asy_fit_brief",
    "arguments": {
      "jd": "Product analyst with SQL and dashboarding experience",
      "claims": [
        "Built weekly SQL operations dashboards"
      ]
    }
  }
}

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.