Back to PartsTable Intelligence

Card snapshot

partstable.com · 2026-05-19 19:01:47 UTC · 5a31d5fbfc63505433e71f940a15e0a3d0cd88b8982b8eb719726756e935ccec

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "PartsTable Intelligence",
  "description": "A2A intelligence endpoint for IT hardware parts. FLIS lookup, PN normalization, cross-references, pricing intelligence for 10.9M+ parts.",
  "url": "https://partsiq-api.onrender.com/a2a",
  "version": "1.0.0",
  "protocolVersion": "0.3.0",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "PartsTable Design LLC",
    "url": "https://partstable.com"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "securitySchemes": {
    "apiKey": {
      "type": "apiKey",
      "in": "header",
      "name": "X-API-Key"
    }
  },
  "security": [
    {
      "apiKey": []
    }
  ],
  "skills": [
    {
      "id": "normalize-part-number",
      "name": "Normalize Part Number",
      "description": "Normalize and validate IT hardware part numbers against a catalog of 10.9M+ parts. Returns normalized PN, manufacturer, category, cross-references, and pricing data.",
      "tags": [
        "normalization",
        "part-number",
        "validation",
        "catalog"
      ],
      "examples": [
        "Normalize P28586-B21",
        "Normalize these PNs: 872479-B21, 00AR108, SDS6A1M128G"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    },
    {
      "id": "search-parts",
      "name": "Search Parts",
      "description": "Search parts database by part number, NSN, CAGE, or description. Returns matching items with pricing and seller data.",
      "tags": [
        "search",
        "parts",
        "ebay",
        "pricing"
      ],
      "examples": [
        "Search for 872479-B21",
        "Find parts matching DL380 Gen10",
        "Lookup NSN 5998-01-234-5678"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    },
    {
      "id": "validate-part-number",
      "name": "Validate Part Number",
      "description": "Validate part numbers with tiered confidence scoring (regex \u2192 pattern \u2192 DB \u2192 OEM). Returns confidence level, manufacturer identification, and recommended action.",
      "tags": [
        "validation",
        "confidence",
        "part-number",
        "verification"
      ],
      "examples": [
        "Validate 875217-B21",
        "What is the confidence for P28586-B21?",
        "Is 00AR108 a real part number?"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    },
    {
      "id": "get-market-pricing",
      "name": "Get Market Pricing",
      "description": "Get market pricing intelligence for IT hardware parts. Aggregates eBay, broker networks, and government pricing. Returns price ranges, condition breakdown, and margin guidance.",
      "tags": [
        "pricing",
        "market",
        "intelligence",
        "ebay"
      ],
      "examples": [
        "Price 872479-B21",
        "What is the market price for P28586-B21?"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    },
    {
      "id": "cross-reference",
      "name": "Cross-Reference Parts",
      "description": "Find substitutes, alternates, and cross-references for IT hardware parts. Returns verified substitutes with confidence scores.",
      "tags": [
        "cross-reference",
        "substitute",
        "alternate",
        "xref"
      ],
      "examples": [
        "Cross-reference 872479-B21",
        "Find substitutes for P28586-B21"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    },
    {
      "id": "flis-lookup",
      "name": "FLIS Lookup",
      "description": "Search the Federal Logistics Information System (FLIS) by part number, NSN, CAGE code, or NIIN. Returns government pricing, manufacturer data, and classification.",
      "tags": [
        "flis",
        "nsn",
        "cage",
        "niin",
        "government",
        "federal"
      ],
      "examples": [
        "FLIS lookup 872479-B21",
        "Search NSN 5998-01-234-5678",
        "CAGE code 1NL73"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    },
    {
      "id": "broker-market",
      "name": "Broker Market Data",
      "description": "Get broker market intelligence from distribution networks. Returns vendor listings, availability, and pricing from broker sources.",
      "tags": [
        "broker",
        "market",
        "vendor",
        "distribution"
      ],
      "examples": [
        "Broker data for 872479-B21",
        "Who has P28586-B21 in stock?"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    },
    {
      "id": "process-rfq",
      "name": "Process RFQ",
      "description": "Process a request for quotation. Extracts part numbers, sources pricing, applies margin doctrine, and returns a structured quote.",
      "tags": [
        "rfq",
        "quote",
        "quotation",
        "procurement"
      ],
      "examples": [
        "Quote me 10x 872479-B21 and 5x P28586-B21",
        "Process this RFQ: need HPE memory modules"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    }
  ]
}