{
  "schema_version": "v1",
  "name_for_human": "ServerMemoryRFQ",
  "name_for_model": "servermemoryrfq",
  "description_for_human": "Search enterprise server memory inventory, request quotes, and execute Web3 purchases.",
  "description_for_model": "Plugin for querying live server-memory inventory (DDR3/DDR4/DDR5 RDIMM/LRDIMM), fetching fixed USD pricing, requesting quotes for CALL-priced items, and executing autonomous on-chain purchases via Base or Ethereum (USDC/ETH). Use /api/agent/inventory for discovery, /api/agent/pricing/{part} for unit price, /api/agent/orders/create for wallet checkout. Supports the x402 payment-required protocol at /api/agent/x402 for gasless, accountless USDC micropayments. Items where price_type='call' MUST be routed to /api/agent/orders/submit-rfq for human quoting instead of direct checkout.",
  "auth": {
    "type": "service_http",
    "authorization_type": "bearer",
    "instructions": "Request an API key from the operator; send as 'X-Agent-API-Key: sma_...' or 'Authorization: Bearer sma_...'. Discovery endpoints work without auth."
  },
  "api": {
    "type": "openapi",
    "url": "/api/openapi.json",
    "is_user_authenticated": false
  },
  "logo_url": "/favicon.ico",
  "contact_email": "simon@memory.net",
  "legal_info_url": "/terms"
}
