{"name":"com.supplyslate/sourcing","slug":"supplyslate-sourcing","title":"SupplySlate","description":"Agent-native supply network for components, fabrication, industrial RFQs, offers, and fulfillment.","url":"https://mcp.market/server/supplyslate-sourcing","rating":null,"grade":"C","score":64,"certified":false,"status":"active","category":"ai","tags":["ai"],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T06:50:58.527Z","last_ok_at":"2026-09-24T06:50:58.527Z","latency_ms":699},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":null,"version":"2.0.0","remotes":[{"type":"streamable-http","url":"https://mcp.supplyslate.com/mcp","headers":[{"description":"Optional for public discovery. Protected tools support OAuth or a scoped SupplySlate bearer credential.","isSecret":true,"name":"Authorization"}]}],"packages":[],"tools":[{"name":"ask_rfq_clarification","description":"Ask the buyer a clarification question on an approved supplier RFQ without changing the immutable request package.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"match_id":{"type":"string","pattern":"^rm_[A-Za-z0-9-]+$"},"question":{"type":"string","minLength":3,"maxLength":4000}},"required":["match_id","question"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"attach_artifact_reference","description":"Attach an HTTPS repository, document, drawing, datasheet, BOM, or design reference to the current project revision without copying its bytes. Private or expiring URLs remain the buyer's responsibility until uploaded directly.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"project_id":{"type":"string","pattern":"^prj_[A-Za-z0-9-]+$"},"source_url":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},"original_filename":{"type":"string","minLength":1,"maxLength":255},"media_type":{"default":"application/octet-stream","type":"string","minLength":3,"maxLength":160},"artifact_type":{"type":"string","enum":["step","stp","stl","3mf","obj","iges","igs","dxf","gerber_zip","kicad","csv","xlsx","pdf","image","text","json","other"]},"purpose":{"type":"string","enum":["design","drawing","bom_source","datasheet","photo","requirement_package","quote","certification","other"]},"data_classification":{"type":"string","enum":["public","commercial","confidential","restricted"]},"checksum_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"}},"required":["project_id","source_url","artifact_type","purpose","data_classification"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"create_artifact_upload","description":"Create a short-lived, one-time private artifact upload URL. The caller must stream the exact declared bytes with a SHA-256 checksum.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"project_id":{"type":"string","pattern":"^prj_[A-Za-z0-9-]+$"},"original_filename":{"type":"string","minLength":1,"maxLength":255},"media_type":{"type":"string","minLength":3,"maxLength":160},"artifact_type":{"type":"string","enum":["step","stp","stl","3mf","obj","iges","igs","dxf","gerber_zip","kicad","csv","xlsx","pdf","image","text","json","other"]},"purpose":{"type":"string","enum":["design","drawing","bom_source","datasheet","photo","requirement_package","quote","certification","other"]},"data_classification":{"type":"string","enum":["public","commercial","confidential","restricted"]},"size_bytes":{"type":"integer","exclusiveMinimum":0,"maximum":52428800},"checksum_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"}},"required":["project_id","original_filename","media_type","artifact_type","purpose","data_classification","size_bytes","checksum_sha256"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"create_catalog_import","description":"Create a durable CSV, XLSX, JSON, feed, API, document, or manual catalog import. Supply parsed rows for immediate validation, or an artifact/source reference to enter the mapping workflow.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"source_type":{"type":"string","enum":["csv","xlsx","json","api","feed","document","manual"]},"source_artifact_id":{"type":"string","maxLength":100},"source_url":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},"mapping":{"default":{},"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"idempotency_key":{"type":"string","minLength":1,"maxLength":160},"rows":{"maxItems":1000,"type":"array","items":{"type":"object","properties":{"supplier_sku":{"type":"string","minLength":1,"maxLength":200},"manufacturer":{"type":"string","maxLength":200},"manufacturer_part_number":{"type":"string","maxLength":200},"network_category_code":{"type":"string","maxLength":100},"fabrication_process_id":{"type":"string","maxLength":100},"description":{"type":"string","minLength":3,"maxLength":1000},"equipment_make":{"type":"string","maxLength":200},"equipment_model":{"type":"string","maxLength":200},"specifications":{"default":{},"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":100},"additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"certifications":{"default":[],"maxItems":25,"type":"array","items":{"type":"string","minLength":1,"maxLength":100}},"unit":{"type":"string","maxLength":40},"source_url":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},"price_minor":{"type":"integer","minimum":0,"maximum":9007199254740991},"price_currency":{"type":"string","pattern":"^[A-Z]{3}$"},"minimum_order_quantity":{"type":"number","exclusiveMinimum":0},"package_multiple":{"type":"number","exclusiveMinimum":0},"availability_status":{"default":"unknown","type":"string","enum":["in_stock","limited","backorder","made_to_order","unavailable","unknown"]},"quantity_available":{"type":"number","minimum":0},"lead_time_days":{"type":"integer","minimum":0,"maximum":9007199254740991},"observed_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"expires_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["supplier_sku","description"]}}},"required":["source_type","idempotency_key"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"create_project","description":"Create a durable supply project from an idea, file, BOM, exact part, or RFQ origin. Requires a scoped buyer credential.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"external_id":{"type":"string","minLength":1,"maxLength":160},"name":{"type":"string","minLength":2,"maxLength":200},"project_type":{"type":"string","enum":["industrial_replacement","catalog_build","fabricated_part","mixed_build","kit","assembly"]},"demand_lane":{"type":"string","enum":["industrial","builder","research"]},"origin_type":{"type":"string","enum":["idea","file","bom","exact_part","rfq"]},"brief":{"type":"string","minLength":3,"maxLength":12000},"build_quantity":{"default":1,"type":"number","exclusiveMinimum":0,"maximum":1000000},"ship_to_country":{"type":"string","pattern":"^[A-Z]{2}$"},"ship_to_postal_code":{"type":"string","maxLength":32},"need_by":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"budget_minor":{"type":"integer","minimum":0,"maximum":9007199254740991},"budget_currency":{"type":"string","pattern":"^[A-Z]{3}$"},"substitution_policy":{"default":"approval_required","type":"string","enum":["exact_only","approval_required","equivalents_allowed"]},"data_classification":{"default":"commercial","type":"string","enum":["public","commercial","confidential","restricted"]},"requirements":{"default":[],"maxItems":200,"type":"array","items":{"type":"object","properties":{"requirement_type":{"type":"string","minLength":1,"maxLength":80},"name":{"type":"string","minLength":1,"maxLength":160},"value":{},"verbatim_value":{"type":"string","maxLength":4000},"unit":{"type":"string","maxLength":40},"criticality":{"default":"required","type":"string","enum":["required","preferred","context"]},"source_type":{"default":"user_statement","type":"string","enum":["user_statement","agent_interpretation","artifact","supplier_claim","public_source","operator_decision"]},"source_reference":{"type":"string","maxLength":500},"confirmed":{"default":false,"type":"boolean"}},"required":["requirement_type","name"]}},"fixture_kind":{"default":"real","description":"Explicit lineage for integration fixtures; never use synthetic records as market evidence.","type":"string","enum":["real","internal_test","demo"]}},"required":["name","project_type","demand_lane","origin_type","brief"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"create_provider_checkout_handoff","description":"After a human has approved the exact purchase plan, create one supplier-hosted payment link for a checkout-connected provider offer. This creates an unpaid provider order but never submits payment or exposes payment credentials to SupplySlate.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"purchase_plan_id":{"type":"string","pattern":"^ppl_[A-Za-z0-9-]+$"},"merchant_group_key":{"type":"string","minLength":1,"maxLength":160},"shipping_option_id":{"description":"Exact approved shipping option. Omit to use the least-cost option already priced into the approved plan.","type":"string","minLength":1,"maxLength":160},"ship_to":{"description":"Optional. Omit to let the provider-hosted page collect the shipping address from the human.","type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200},"street1":{"type":"string","minLength":1,"maxLength":300},"street2":{"type":"string","maxLength":300},"city":{"type":"string","minLength":1,"maxLength":160},"state":{"type":"string","minLength":2,"maxLength":2},"zip":{"type":"string","minLength":3,"maxLength":20},"country":{"default":"US","type":"string","minLength":2,"maxLength":2}},"required":["name","street1","city","state","zip"],"additionalProperties":false},"contact":{"description":"Optional. Omit to let the provider-hosted page collect contact details from the human.","type":"object","properties":{"email":{"type":"string","maxLength":320,"format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"phone":{"type":"string","minLength":5,"maxLength":40}},"required":["email"],"additionalProperties":false},"return_url":{"type":"string","maxLength":2048,"format":"uri","pattern":"^https:\\/\\/.*"}},"required":["purchase_plan_id","merchant_group_key"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"create_purchase_plan","description":"Create an immutable, single-currency, multi-supplier purchase plan from selected current quote lines, choosing at most one commercial option per requested line. This records a plan only; it neither approves nor purchases anything.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"request_id":{"type":"string","pattern":"^sr_[A-Za-z0-9-]+$"},"quote_item_ids":{"minItems":1,"maxItems":500,"type":"array","items":{"type":"string","pattern":"^qit_[A-Za-z0-9-]+$"}},"idempotency_key":{"type":"string","minLength":1,"maxLength":160},"expires_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["request_id","quote_item_ids","idempotency_key"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"decide_supplier_order_cancellation","description":"Accept or reject a buyer cancellation request for the authenticated supplier's unshipped merchant order. Acceptance is the state-changing merchant decision.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string","pattern":"^ord_[A-Za-z0-9-]+$"},"cancellation_request_id":{"type":"string","pattern":"^ocr_[A-Za-z0-9-]+$"},"decision":{"type":"string","enum":["accepted","rejected"]},"merchant_reference":{"type":"string","maxLength":300},"note":{"type":"string","maxLength":4000}},"required":["order_id","cancellation_request_id","decision"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"decline_supplier_rfq","description":"Decline an approved RFQ with a structured reason so the buyer and network can route more accurately.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"match_id":{"type":"string","pattern":"^rm_[A-Za-z0-9-]+$"},"reason_code":{"type":"string","enum":["no_capability","no_capacity","quantity_too_low","quantity_too_high","outside_geography","deadline","commercial_terms","insufficient_information","other"]},"reason":{"type":"string","minLength":3,"maxLength":2000}},"required":["match_id","reason_code","reason"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"describe_supplyslate","description":"Explain what SupplySlate does, what it does not do, and when a buyer-owned agent should use it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_bom","description":"Read the current revision of one project BOM, including hierarchy, quantities, sourcing state, and interface dependencies.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"project_id":{"type":"string","pattern":"^prj_[A-Za-z0-9-]+$"},"bom_id":{"type":"string","pattern":"^bom_[A-Za-z0-9-]+$"}},"required":["project_id","bom_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_checkout_handoffs","description":"List merchant-hosted checkout, supplier invoice, or merchant-order handoffs for an approved plan. Suppliers remain merchant of record and SupplySlate does not process funds.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"purchase_plan_id":{"type":"string","pattern":"^ppl_[A-Za-z0-9-]+$"}},"required":["purchase_plan_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_compatibility","description":"Read one published compatibility or substitution assertion with exact subject, object, conditions, confidence, evidence source, and observation time.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"compatibility_id":{"type":"string","minLength":1,"maxLength":100}},"required":["compatibility_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_connection_guide","description":"Return the exact MCP and REST connection details a buyer, developer, or agent operator needs to connect to SupplySlate.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"client":{"default":"generic_mcp","description":"The agent client or integration style that will connect to SupplySlate.","type":"string","enum":["generic_mcp","custom_agent","chatgpt","claude","codex"]}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_live_fabrication_capabilities","description":"Read attributed live fabrication capabilities from the connected AFN provider. This is discovery only and neither uploads a design nor requests a quote.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_order","description":"Read one merchant-confirmed order with items, fulfillment, shipments, issues, evidence, and event history.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string","pattern":"^ord_[A-Za-z0-9-]+$"}},"required":["order_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_product","description":"Read one published canonical product with variants, category links, evidence scope, observation dates, and freshness.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"product_id":{"type":"string","minLength":1,"maxLength":100}},"required":["product_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_project","description":"Read a project, its current immutable-capable revision, requirements, artifacts, BOM summaries, and validation history.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"project_id":{"type":"string","pattern":"^prj_[A-Za-z0-9-]+$"}},"required":["project_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_purchase_plan","description":"Read one exact purchase-plan version with selected lines, merchants, totals, risks, evidence, approvals, and checkout handoffs.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"purchase_plan_id":{"type":"string","pattern":"^ppl_[A-Za-z0-9-]+$"}},"required":["purchase_plan_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_requirement_schema","description":"Read the evidence-safe input schema for a configurable supply category or fabrication process, including required fields, recommended fields, accepted artifacts, and safety notes.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"identifier":{"type":"string","minLength":1,"maxLength":100,"description":"Category code, fabrication-process slug, or fabrication-process ID."},"type":{"description":"Optional disambiguation when an identifier could exist in both namespaces.","type":"string","enum":["category","process"]}},"required":["identifier"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_sourcing_request","description":"Read the current status and normalized line items for one authenticated buyer sourcing request.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"request_id":{"type":"string","pattern":"^sr_[A-Za-z0-9-]+$"}},"required":["request_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_supplier","description":"Read one public supplier profile with source URLs and evidence for every category, capability, and brand claim.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"supplier_id":{"type":"string","pattern":"^sup_[A-Za-z0-9_-]+$"}},"required":["supplier_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_supplier_offers","description":"Retrieve current normalized supplier quote revisions for one buyer sourcing request, including unquoted lines, compatibility, price, availability, lead time, terms, and evidence. SupplySlate returns explicit tradeoffs and applies no hidden winner score.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"request_id":{"type":"string","pattern":"^sr_[A-Za-z0-9-]+$"}},"required":["request_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_supplier_profile","description":"Read the authenticated supplier's SupplySlate profile and current catalog-item count. Requires a supplier API key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_supplier_rfq","description":"Read an approved RFQ and its normalized buyer line items. Requires a supplier API key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"match_id":{"type":"string","pattern":"^rm_[A-Za-z0-9-]+$"}},"required":["match_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_fabrication_processes","description":"List configurable fabrication, kitting, assembly, and test processes with their required artifacts and requirement schemas.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_orders","description":"List merchant-confirmed orders for the buyer organization. A plan or queued handoff is never represented as an order.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_project_validations","description":"List versioned validation reports for a project without implying licensed engineering approval.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"project_id":{"type":"string","pattern":"^prj_[A-Za-z0-9-]+$"}},"required":["project_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_sourcing_categories","description":"List the editable supply categories currently accepting requests. Agents may still submit a precise request outside this list.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_sourcing_requests","description":"List recent sourcing requests owned by the authenticated buyer organization across API keys and OAuth agents.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"default":20,"type":"integer","minimum":1,"maximum":50}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_supplier_orders","description":"List merchant-confirmed orders attributable to the authenticated supplier. RFQs, quotes, plans, and checkout handoffs are not represented as orders.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_supplier_rfqs","description":"List approved RFQs matched to the authenticated supplier. Requires a supplier API key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"default":25,"type":"integer","minimum":1,"maximum":50}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_supplier_taxonomy","description":"List the product categories used by the public industrial compressor service-parts supplier directory, including verified supplier counts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"open_warranty_claim","description":"Open a durable warranty claim on an accepted order or specific order line. This records the claim and notifies the supplier without asserting eligibility or approval.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string","pattern":"^ord_[A-Za-z0-9-]+$"},"order_item_id":{"type":"string","pattern":"^ori_[A-Za-z0-9-]+$"},"description":{"type":"string","minLength":3,"maxLength":4000}},"required":["order_id","description"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"report_order_issue","description":"Open a durable post-purchase issue for a merchant-confirmed order. This notifies the supplier-side organization and records owner, status, and event history; it does not claim a resolution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string","pattern":"^ord_[A-Za-z0-9-]+$"},"order_item_id":{"type":"string","pattern":"^ori_[A-Za-z0-9-]+$"},"issue_type":{"type":"string","enum":["delay","damage","shortage","wrong_item","compatibility","quality","billing","other"]},"summary":{"type":"string","minLength":3,"maxLength":4000},"owner_type":{"default":"supplier","type":"string","enum":["supplier","operator","merchant"]}},"required":["order_id","issue_type","summary"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"request_order_cancellation","description":"Ask the merchant to cancel an unshipped order. This creates a request and notification; it never reports the order as cancelled until the supplier or an operator accepts it.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string","pattern":"^ord_[A-Za-z0-9-]+$"},"reason":{"type":"string","minLength":3,"maxLength":4000}},"required":["order_id","reason"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"request_order_return","description":"Open a return request after shipment. The supplier remains merchant of record and controls authorization and refund state.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string","pattern":"^ord_[A-Za-z0-9-]+$"},"reason":{"type":"string","minLength":3,"maxLength":4000},"items":{"default":[],"maxItems":500,"type":"array","items":{"type":"object","properties":{"order_item_id":{"type":"string","pattern":"^ori_[A-Za-z0-9-]+$"},"quantity":{"type":"number","exclusiveMinimum":0}},"required":["order_item_id","quantity"],"additionalProperties":false}}},"required":["order_id","reason"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"request_purchase_approval","description":"Create a human review link bound to the exact purchase-plan version, suppliers, maximum amount, currency, risks, and expiry. This does not approve or purchase the plan.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"purchase_plan_id":{"type":"string","pattern":"^ppl_[A-Za-z0-9-]+$"},"expires_in_minutes":{"default":1440,"type":"integer","minimum":5,"maximum":10080}},"required":["purchase_plan_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"revise_supplier_quote","description":"Create a new immutable revision of a supplier quote. The previous revision remains in history and the new revision becomes current.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"match_id":{"type":"string","pattern":"^rm_[A-Za-z0-9-]+$"},"quote_id":{"type":"string","pattern":"^quo_[A-Za-z0-9-]+$"},"quote_number":{"type":"string","maxLength":200},"currency":{"type":"string","pattern":"^[A-Z]{3}$"},"valid_until":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"delivery_terms":{"type":"string","maxLength":1000},"payment_terms":{"type":"string","maxLength":1000},"warranty":{"type":"string","maxLength":2000},"notes":{"type":"string","maxLength":4000},"shipping_minor":{"type":"integer","minimum":0,"maximum":9007199254740991},"tax_minor":{"type":"integer","minimum":0,"maximum":9007199254740991},"fees_minor":{"type":"integer","minimum":0,"maximum":9007199254740991},"items":{"minItems":1,"maxItems":250,"type":"array","items":{"type":"object","properties":{"request_item_id":{"type":"string","minLength":1,"maxLength":80},"description":{"type":"string","minLength":3,"maxLength":1000},"manufacturer":{"type":"string","maxLength":200},"manufacturer_part_number":{"type":"string","maxLength":200},"catalog_item_id":{"type":"string","maxLength":100},"quantity":{"type":"number","exclusiveMinimum":0},"unit":{"type":"string","minLength":1,"maxLength":40},"unit_price_minor":{"type":"integer","minimum":0,"maximum":9007199254740991},"minimum_order_quantity":{"type":"number","exclusiveMinimum":0},"package_multiple":{"type":"number","exclusiveMinimum":0},"availability_status":{"default":"unknown","type":"string","enum":["in_stock","limited","backorder","made_to_order","unavailable","unknown"]},"lead_time_days":{"type":"integer","minimum":0,"maximum":9007199254740991},"relationship":{"default":"unverified","type":"string","enum":["exact","compatible","alternative","unverified"]},"evidence":{"default":[],"maxItems":20,"type":"array","items":{"type":"object","properties":{"source_class":{"type":"string","enum":["supplier_submitted","supplier_api","supplier_document","public_official","transaction"]},"source_url":{"type":"string","format":"uri"},"statement":{"type":"string","minLength":2,"maxLength":2000},"observed_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["source_class","statement"]}}},"required":["request_item_id","description","quantity","unit","unit_price_minor"]}}},"required":["match_id","quote_id","currency","items"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search_live_components","description":"Search attributed current electronic-component product, availability, lead-time, and price data from Mouser. Results retain provider, observation time, and merchant URLs; no checkout or order is created.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":2,"maxLength":200},"search_type":{"default":"part_number","type":"string","enum":["part_number","keyword"]},"manufacturer":{"type":"string","minLength":1,"maxLength":160},"limit":{"default":20,"type":"integer","minimum":1,"maximum":50}},"required":["query"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search_products","description":"Search published canonical product facts. Commercial price, stock, compatibility, and lead time are returned only when separately supported by current evidence.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string","minLength":1,"maxLength":200},"manufacturer":{"type":"string","minLength":1,"maxLength":200},"category":{"type":"string","minLength":1,"maxLength":100},"limit":{"default":20,"type":"integer","minimum":1,"maximum":50}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search_suppliers","description":"Search source-backed public supplier profiles by product category, brand, company type, service, compressor type, industry, or text. No authentication required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"category":{"description":"Exact category code from list_supplier_taxonomy.","type":"string","minLength":1,"maxLength":100},"brand":{"description":"Exact publicly listed brand, such as Atlas Copco.","type":"string","minLength":1,"maxLength":100},"company_type":{"type":"string","minLength":1,"maxLength":100},"service":{"type":"string","minLength":1,"maxLength":100},"compressor_type":{"type":"string","minLength":1,"maxLength":100},"industry":{"type":"string","minLength":1,"maxLength":100},"country":{"default":"US","description":"Two-letter country code. Defaults to US; use all only when broader coverage is intentional.","type":"string","pattern":"^(all|[A-Z]{2})$"},"q":{"description":"Text contained in a supplier name, summary, or listed brand.","type":"string","minLength":1,"maxLength":200},"limit":{"default":20,"type":"integer","minimum":1,"maximum":50},"offset":{"default":0,"type":"integer","minimum":0,"maximum":10000}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"source_project","description":"Lock the validated project revision into an immutable sourcing package, create normalized request lines, and return transparent supplier candidates. This does not contact suppliers; a human operator must approve every outbound recipient, message, and artifact scope.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"project_id":{"type":"string","pattern":"^prj_[A-Za-z0-9-]+$"},"external_id":{"description":"Buyer-controlled idempotency key.","type":"string","minLength":1,"maxLength":160},"category":{"type":"string","minLength":2,"maxLength":100},"ship_to_country":{"type":"string","pattern":"^[A-Z]{2}$"},"ship_to_postal_code":{"type":"string","maxLength":32},"need_by":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"substitutions_allowed":{"default":false,"type":"boolean"},"data_classification":{"default":"commercial","type":"string","enum":["public","commercial"]},"notes":{"type":"string","maxLength":4000},"artifact_ids":{"default":[],"maxItems":50,"type":"array","items":{"type":"string","minLength":1,"maxLength":100}},"items":{"description":"Optional fast exact-part or RFQ lines. Omit to source the current BOM.","minItems":1,"maxItems":250,"type":"array","items":{"type":"object","properties":{"description":{"type":"string","minLength":2,"maxLength":2000},"item_kind":{"default":"catalog_product","type":"string","enum":["catalog_product","custom_part","service","consumable","requirement_only"]},"manufacturer":{"type":"string","maxLength":200},"part_number":{"type":"string","maxLength":200},"equipment_make":{"type":"string","maxLength":200},"equipment_model":{"type":"string","maxLength":200},"quantity":{"type":"number","exclusiveMinimum":0,"maximum":1000000},"unit":{"type":"string","minLength":1,"maxLength":40},"specifications":{"default":{},"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"certifications":{"default":[],"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":100}},"artifact_ids":{"default":[],"maxItems":20,"type":"array","items":{"type":"string","minLength":1,"maxLength":100}}},"required":["description","quantity","unit"]}}},"required":["project_id","category"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"submit_sourcing_request","description":"Submit a real non-sensitive B2B sourcing request on behalf of the buyer. SupplySlate routes it to relevant suppliers and returns structured offers later. Requires a buyer API key.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"external_id":{"description":"Buyer-controlled idempotency key for this request.","type":"string","minLength":1,"maxLength":100},"category":{"type":"string","minLength":2,"maxLength":80,"description":"Supply category. Use a precise category even if it is not in the current category list."},"ship_to_country":{"type":"string","pattern":"^[A-Z]{2}$","description":"Two-letter ISO country code."},"ship_to_postal_code":{"type":"string","maxLength":20},"need_by":{"description":"Requested delivery date in YYYY-MM-DD format.","type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"substitutions_allowed":{"default":false,"type":"boolean"},"data_classification":{"default":"commercial","type":"string","enum":["public","commercial"]},"notes":{"type":"string","maxLength":2000},"fixture_kind":{"default":"real","description":"Explicit lineage for integration fixtures; never use synthetic records as market evidence.","type":"string","enum":["real","internal_test","demo"]},"items":{"minItems":1,"maxItems":25,"type":"array","items":{"type":"object","properties":{"description":{"type":"string","minLength":3,"maxLength":1000,"description":"Plain-language item or requirement description."},"manufacturer":{"type":"string","maxLength":200},"part_number":{"type":"string","maxLength":200},"equipment_make":{"type":"string","maxLength":200},"equipment_model":{"type":"string","maxLength":200},"quantity":{"type":"number","exclusiveMinimum":0},"unit":{"type":"string","minLength":1,"maxLength":40,"description":"Commercial unit such as each, box, kit, roll, or case."},"specifications":{"default":{},"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":100},"additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"certifications":{"default":[],"maxItems":20,"type":"array","items":{"type":"string","minLength":1,"maxLength":100}}},"required":["description","quantity","unit"]}}},"required":["category","ship_to_country","items"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"submit_supplier_quote","description":"Submit the first structured commercial quote for a human-approved RFQ. Money is integer minor units with an explicit currency; partial line coverage and labeled alternatives are allowed.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"match_id":{"type":"string","pattern":"^rm_[A-Za-z0-9-]+$"},"quote_number":{"type":"string","maxLength":200},"currency":{"type":"string","pattern":"^[A-Z]{3}$"},"valid_until":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"delivery_terms":{"type":"string","maxLength":1000},"payment_terms":{"type":"string","maxLength":1000},"warranty":{"type":"string","maxLength":2000},"notes":{"type":"string","maxLength":4000},"shipping_minor":{"type":"integer","minimum":0,"maximum":9007199254740991},"tax_minor":{"type":"integer","minimum":0,"maximum":9007199254740991},"fees_minor":{"type":"integer","minimum":0,"maximum":9007199254740991},"items":{"minItems":1,"maxItems":250,"type":"array","items":{"type":"object","properties":{"request_item_id":{"type":"string","minLength":1,"maxLength":80},"description":{"type":"string","minLength":3,"maxLength":1000},"manufacturer":{"type":"string","maxLength":200},"manufacturer_part_number":{"type":"string","maxLength":200},"catalog_item_id":{"type":"string","maxLength":100},"quantity":{"type":"number","exclusiveMinimum":0},"unit":{"type":"string","minLength":1,"maxLength":40},"unit_price_minor":{"type":"integer","minimum":0,"maximum":9007199254740991},"minimum_order_quantity":{"type":"number","exclusiveMinimum":0},"package_multiple":{"type":"number","exclusiveMinimum":0},"availability_status":{"default":"unknown","type":"string","enum":["in_stock","limited","backorder","made_to_order","unavailable","unknown"]},"lead_time_days":{"type":"integer","minimum":0,"maximum":9007199254740991},"relationship":{"default":"unverified","type":"string","enum":["exact","compatible","alternative","unverified"]},"evidence":{"default":[],"maxItems":20,"type":"array","items":{"type":"object","properties":{"source_class":{"type":"string","enum":["supplier_submitted","supplier_api","supplier_document","public_official","transaction"]},"source_url":{"type":"string","format":"uri"},"statement":{"type":"string","minLength":2,"maxLength":2000},"observed_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["source_class","statement"]}}},"required":["request_item_id","description","quantity","unit","unit_price_minor"]}}},"required":["match_id","currency","items"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"update_availability","description":"Append timestamped supplier availability evidence and update current catalog state by supplier SKU without rewriting historical snapshots.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"items":{"minItems":1,"maxItems":500,"type":"array","items":{"type":"object","properties":{"supplier_sku":{"type":"string","minLength":1,"maxLength":200},"status":{"type":"string","enum":["in_stock","limited","backorder","made_to_order","unavailable","unknown"]},"quantity_available":{"type":"number","minimum":0},"lead_time_days":{"type":"integer","minimum":0,"maximum":9007199254740991},"observed_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"expires_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["supplier_sku","status","observed_at"]}}},"required":["items"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"update_project_requirements","description":"Replace the structured requirement set on an unlocked project revision. Confirmed flags distinguish buyer-confirmed facts from agent interpretation.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"project_id":{"type":"string","pattern":"^prj_[A-Za-z0-9-]+$"},"requirements":{"maxItems":200,"type":"array","items":{"type":"object","properties":{"requirement_type":{"type":"string","minLength":1,"maxLength":80},"name":{"type":"string","minLength":1,"maxLength":160},"value":{},"verbatim_value":{"type":"string","maxLength":4000},"unit":{"type":"string","maxLength":40},"criticality":{"default":"required","type":"string","enum":["required","preferred","context"]},"source_type":{"default":"user_statement","type":"string","enum":["user_statement","agent_interpretation","artifact","supplier_claim","public_source","operator_decision"]},"source_reference":{"type":"string","maxLength":500},"confirmed":{"default":false,"type":"boolean"}},"required":["requirement_type","name"]}}},"required":["project_id","requirements"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"update_supplier_capabilities","description":"Replace the supplier-submitted capability set while preserving separately sourced public, operator-verified, and transaction-proven evidence.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"capabilities":{"maxItems":500,"type":"array","items":{"type":"object","properties":{"capability_type":{"type":"string","enum":["category","fabrication_process","material","service","certification","industry","geography","order_policy","assembly","testing"]},"category_code":{"type":"string","maxLength":100},"process_id":{"type":"string","maxLength":100},"name":{"type":"string","minLength":1,"maxLength":300},"normalized_value":{"type":"string","maxLength":500},"constraints":{"default":{},"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"source_url":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},"evidence_excerpt":{"type":"string","maxLength":2000},"observed_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"expires_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["capability_type","name"]}}},"required":["capabilities"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"update_supplier_order","description":"Acknowledge or update fulfillment on a merchant-confirmed supplier order, optionally recording a shipment. State transitions and order-item quantities are validated and audited.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string","pattern":"^ord_[A-Za-z0-9-]+$"},"status":{"type":"string","enum":["accepted","processing","in_production","partially_shipped","shipped","delivered","completed","cancelled"]},"note":{"type":"string","maxLength":2000},"shipment":{"type":"object","properties":{"carrier":{"type":"string","maxLength":160},"service":{"type":"string","maxLength":160},"tracking_number":{"type":"string","maxLength":300},"tracking_url":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},"status":{"type":"string","enum":["pending","label_created","in_transit","delayed","out_for_delivery","delivered","exception","returned"]},"shipped_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"estimated_delivery_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"delivered_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"items":{"default":[],"maxItems":500,"type":"array","items":{"type":"object","properties":{"order_item_id":{"type":"string"},"quantity":{"type":"number","exclusiveMinimum":0}},"required":["order_item_id","quantity"]}}},"required":["status"]}},"required":["order_id","status"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"update_supplier_order_issue","description":"Update ownership, status, or resolution for a buyer-reported issue on the authenticated supplier's merchant order.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string","pattern":"^ord_[A-Za-z0-9-]+$"},"issue_id":{"type":"string","pattern":"^ois_[A-Za-z0-9-]+$"},"status":{"type":"string","enum":["open","awaiting_buyer","awaiting_supplier","resolved","closed"]},"owner_type":{"type":"string","enum":["buyer","supplier","operator","merchant"]},"resolution":{"type":"string","maxLength":4000}},"required":["order_id","issue_id","status"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"update_supplier_order_return","description":"Advance an authenticated supplier return through authorization, shipment, receipt, and refund states without changing historical order evidence.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string","pattern":"^ord_[A-Za-z0-9-]+$"},"return_id":{"type":"string","pattern":"^ret_[A-Za-z0-9-]+$"},"status":{"type":"string","enum":["authorized","shipped","received","refunded","rejected","cancelled"]},"merchant_return_reference":{"type":"string","maxLength":300},"refund_amount_minor":{"type":"integer","minimum":0,"maximum":9007199254740991},"currency":{"type":"string","pattern":"^[A-Z]{3}$"},"note":{"type":"string","maxLength":4000}},"required":["order_id","return_id","status"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"update_supplier_warranty_claim","description":"Advance a warranty claim through supplier review, approval, replacement, resolution, or rejection with a merchant reference and durable history.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string","pattern":"^ord_[A-Za-z0-9-]+$"},"warranty_claim_id":{"type":"string","pattern":"^war_[A-Za-z0-9-]+$"},"status":{"type":"string","enum":["under_review","approved","rejected","replacement_sent","resolved","closed"]},"supplier_reference":{"type":"string","maxLength":300},"note":{"type":"string","maxLength":4000}},"required":["order_id","warranty_claim_id","status"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"upsert_bom","description":"Create a BOM or a new BOM revision with assemblies, catalog items, custom parts, services, consumables, artifacts, and interface dependencies.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"project_id":{"type":"string","pattern":"^prj_[A-Za-z0-9-]+$"},"bom_id":{"type":"string","pattern":"^bom_[A-Za-z0-9-]+$"},"name":{"type":"string","minLength":1,"maxLength":200},"build_quantity":{"default":1,"type":"number","exclusiveMinimum":0,"maximum":1000000},"source_artifact_id":{"type":"string"},"items":{"minItems":1,"maxItems":500,"type":"array","items":{"type":"object","properties":{"line_number":{"type":"string","minLength":1,"maxLength":80},"parent_line_number":{"type":"string","minLength":1,"maxLength":80},"item_kind":{"type":"string","enum":["catalog_product","custom_part","service","consumable","requirement_only","assembly"]},"make_or_buy":{"default":"buy","type":"string","enum":["make","buy","either"]},"description":{"type":"string","minLength":2,"maxLength":2000},"canonical_product_id":{"type":"string","maxLength":100},"manufacturer":{"type":"string","maxLength":200},"manufacturer_part_number":{"type":"string","maxLength":200},"quantity_per_assembly":{"type":"number","exclusiveMinimum":0,"maximum":1000000},"unit":{"type":"string","minLength":1,"maxLength":40},"scrap_factor":{"default":0,"type":"number","minimum":0,"maximum":10},"minimum_purchase_quantity":{"type":"number","exclusiveMinimum":0},"substitution_policy":{"default":"approval_required","type":"string","enum":["exact_only","approval_required","equivalents_allowed"]},"specifications":{"default":{},"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"artifact_ids":{"default":[],"maxItems":20,"type":"array","items":{"type":"string"}}},"required":["line_number","item_kind","description","quantity_per_assembly","unit"]}},"dependencies":{"default":[],"maxItems":1000,"type":"array","items":{"type":"object","properties":{"source_line_number":{"type":"string","minLength":1,"maxLength":80},"target_line_number":{"type":"string","minLength":1,"maxLength":80},"dependency_type":{"type":"string","enum":["mechanical_interface","electrical_interface","fluid_interface","software_interface","assembly_order","consumable_for"]},"requirements":{"default":{},"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}},"required":["source_line_number","target_line_number","dependency_type"]}}},"required":["project_id","name","items"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"upsert_supplier_catalog","description":"Create or update normalized supplier catalog items through a durable manual import with row-level validation, history, evidence scope, availability, and commercial terms.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"idempotency_key":{"type":"string","minLength":1,"maxLength":160},"items":{"minItems":1,"maxItems":1000,"type":"array","items":{"type":"object","properties":{"supplier_sku":{"type":"string","minLength":1,"maxLength":200},"manufacturer":{"type":"string","maxLength":200},"manufacturer_part_number":{"type":"string","maxLength":200},"network_category_code":{"type":"string","maxLength":100},"fabrication_process_id":{"type":"string","maxLength":100},"description":{"type":"string","minLength":3,"maxLength":1000},"equipment_make":{"type":"string","maxLength":200},"equipment_model":{"type":"string","maxLength":200},"specifications":{"default":{},"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":100},"additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"certifications":{"default":[],"maxItems":25,"type":"array","items":{"type":"string","minLength":1,"maxLength":100}},"unit":{"type":"string","maxLength":40},"source_url":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},"price_minor":{"type":"integer","minimum":0,"maximum":9007199254740991},"price_currency":{"type":"string","pattern":"^[A-Z]{3}$"},"minimum_order_quantity":{"type":"number","exclusiveMinimum":0},"package_multiple":{"type":"number","exclusiveMinimum":0},"availability_status":{"default":"unknown","type":"string","enum":["in_stock","limited","backorder","made_to_order","unavailable","unknown"]},"quantity_available":{"type":"number","minimum":0},"lead_time_days":{"type":"integer","minimum":0,"maximum":9007199254740991},"observed_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"expires_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["supplier_sku","description"]}}},"required":["idempotency_key","items"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"validate_project","description":"Run the current versioned validators and return separate blocking errors, compatibility conflicts, warnings, missing information, passed checks, and unavailable checks.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"project_id":{"type":"string","pattern":"^prj_[A-Za-z0-9-]+$"}},"required":["project_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}}],"scan":{"score":64,"grade":"C","scanned_at":"2026-09-22T11:51:39.179Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-22T11:51:39.125Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1478ms"]},"poisoning":{"score":15,"max":15,"notes":["55 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.supplyslate.com/mcp","reachable":true,"authRequired":false,"latencyMs":1478,"serverInfo":{"name":"SupplySlate","version":"2.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://supplyslate.com/favicon.png","source":"site","width":64,"height":64},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}