erpbench-100 / contracts /tools.json
SamuelChien821's picture
Add files using upload-large-folder tool
7e9d573 verified
Raw
History Blame Contribute Delete
70.9 kB
{
"tools": [
{
"_meta": {
"erpbench": {
"contractMode": "benchmark-control",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "erpbench",
"upstream": {
"method": "MCP",
"path": "erpbench",
"source": "https://blobfish.ai/benchmarks/erpbench-100"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Read the task-scoped outcome contract without revealing the gold answer.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"task_id": {
"description": "Task identifier",
"type": "string"
}
},
"required": [
"task_id"
],
"type": "object"
},
"name": "erpbench.get_task",
"title": "erpbench · get task"
},
{
"_meta": {
"erpbench": {
"contractMode": "benchmark-control",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "erpbench",
"upstream": {
"method": "MCP",
"path": "erpbench",
"source": "https://blobfish.ai/benchmarks/erpbench-100"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Read back the durable decision record for a task.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"task_id": {
"description": "Task identifier",
"type": "string"
}
},
"required": [
"task_id"
],
"type": "object"
},
"name": "erpbench.get_decision",
"title": "erpbench · get decision"
},
{
"_meta": {
"erpbench": {
"contractMode": "benchmark-control",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "erpbench",
"upstream": {
"method": "MCP",
"path": "erpbench",
"source": "https://blobfish.ai/benchmarks/erpbench-100"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Read back the durable submitted answer.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"task_id": {
"description": "Task identifier",
"type": "string"
}
},
"required": [
"task_id"
],
"type": "object"
},
"name": "erpbench.get_submission",
"title": "erpbench · get submission"
},
{
"_meta": {
"erpbench": {
"contractMode": "benchmark-control",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "erpbench",
"upstream": {
"method": "MCP",
"path": "erpbench",
"source": "https://blobfish.ai/benchmarks/erpbench-100"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Record the selected option, status, primary ERP record, rationale and source references.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"decision": {
"description": "Selected option",
"type": "string"
},
"primary_record": {
"description": "Primary ERP record number",
"type": "string"
},
"rationale": {
"description": "Rationale",
"type": "string"
},
"source_refs": {
"description": "Source references",
"items": {
"type": "string"
},
"type": "array"
},
"status": {
"description": "Decision status",
"type": "string"
},
"task_id": {
"description": "Active task identifier; every write must carry it",
"type": "string"
}
},
"required": [
"task_id",
"decision",
"status",
"primary_record",
"rationale",
"source_refs"
],
"type": "object"
},
"name": "erpbench.record_decision",
"title": "erpbench · record decision"
},
{
"_meta": {
"erpbench": {
"contractMode": "benchmark-control",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "erpbench",
"upstream": {
"method": "MCP",
"path": "erpbench",
"source": "https://blobfish.ai/benchmarks/erpbench-100"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Persist the structured final answer for deterministic grading.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"answers": {
"additionalProperties": true,
"description": "Task-specific answer",
"type": "object"
},
"task_id": {
"description": "Active task identifier; every write must carry it",
"type": "string"
}
},
"required": [
"task_id",
"answers"
],
"type": "object"
},
"name": "erpbench.submit_answer",
"title": "erpbench · submit answer"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/fscmRestApi/resources/11.13.18.05/itemsV2",
"source": "https://docs.oracle.com/en/cloud/saas/supply-chain-and-manufacturing/26a/fasrp/op-itemsv2-get.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get items for an inventory organization.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"q": {
"description": "Provider query expression, e.g. Field='value' and Other='value'",
"type": "string"
}
},
"required": [],
"type": "object"
},
"name": "oracle_fusion.items.list",
"title": "oracle fusion · items · list"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "PATCH",
"path": "/fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}",
"source": "https://docs.oracle.com/en/cloud/saas/supply-chain-and-manufacturing/26a/fasrp/op-itemsv2-itemsv2uniqid-patch.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Update the list price of one item as of an effective date.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"EffectiveDate": {
"description": "ISO effective date",
"type": "string"
},
"ItemId": {
"description": "Item identifier",
"type": "integer"
},
"ListPrice": {
"description": "New list price",
"type": "number"
},
"task_id": {
"description": "Active task identifier; every write must carry it",
"type": "string"
}
},
"required": [
"task_id",
"ItemId",
"ListPrice",
"EffectiveDate"
],
"type": "object"
},
"name": "oracle_fusion.items.update",
"title": "oracle fusion · items · update"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/fscmRestApi/resources/11.13.18.05/receivablesCustomerAccountActivities/{AccountId}",
"source": "https://docs.oracle.com/en/cloud/saas/financials/26a/farfa/op-receivablescustomeraccountactivities-accountid-get.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get one customer account with open receivables and credit status.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"AccountId": {
"description": "Customer account number",
"type": "string"
}
},
"required": [
"AccountId"
],
"type": "object"
},
"name": "oracle_fusion.customer_account_activities.get",
"title": "oracle fusion · customer account activities · get"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub",
"source": "https://docs.oracle.com/en/cloud/saas/supply-chain-and-manufacturing/26a/fasrp/api-order-management-sales-orders-for-order-hub.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get sales orders from Order Management.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"q": {
"description": "Provider query expression, e.g. Field='value' and Other='value'",
"type": "string"
}
},
"required": [],
"type": "object"
},
"name": "oracle_fusion.sales_orders.list",
"title": "oracle fusion · sales orders · list"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}",
"source": "https://docs.oracle.com/en/cloud/saas/supply-chain-and-manufacturing/26a/fasrp/op-salesordersfororderhub-orderkey-get.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get one sales order with its lines.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"OrderKey": {
"description": "Order number",
"type": "string"
}
},
"required": [
"OrderKey"
],
"type": "object"
},
"name": "oracle_fusion.sales_orders.get",
"title": "oracle fusion · sales orders · get"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "POST",
"path": "/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub",
"source": "https://docs.oracle.com/en/cloud/saas/supply-chain-and-manufacturing/26a/fasrp/op-salesordersfororderhub-post.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Create one sales order; SubmittedFlag false leaves it as a draft awaiting release.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"BuyingPartyName": {
"description": "Customer name when no account exists",
"type": "string"
},
"BuyingPartyNumber": {
"description": "Customer account number",
"type": "string"
},
"CustomerPONumber": {
"description": "Customer purchase order",
"type": "string"
},
"OrderTotal": {
"description": "Header total when lines are not itemized",
"type": "number"
},
"RequestedFulfillmentOrganizationCode": {
"description": "Fulfillment organization",
"type": "string"
},
"SourceTransactionNumber": {
"description": "Source document reference",
"type": "string"
},
"SourceTransactionSystem": {
"description": "Source system",
"type": "string"
},
"SubmittedFlag": {
"description": "Submit the order",
"type": "boolean"
},
"TransactionType": {
"description": "Order type",
"type": "string"
},
"lines": {
"description": "Order lines: ProductNumber, OrderedQuantity, OrderedUOM, UnitListPrice",
"items": {},
"type": "array"
},
"task_id": {
"description": "Active task identifier; every write must carry it",
"type": "string"
}
},
"required": [
"task_id",
"SourceTransactionNumber",
"SourceTransactionSystem",
"CustomerPONumber",
"TransactionType",
"RequestedFulfillmentOrganizationCode",
"SubmittedFlag"
],
"type": "object"
},
"name": "oracle_fusion.sales_orders.create",
"title": "oracle fusion · sales orders · create"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/fscmRestApi/resources/11.13.18.05/shipments",
"source": "https://docs.oracle.com/en/cloud/saas/supply-chain-and-manufacturing/26a/fasrp/op-shipments-get.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get shipments.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"q": {
"description": "Provider query expression, e.g. Field='value' and Other='value'",
"type": "string"
}
},
"required": [],
"type": "object"
},
"name": "oracle_fusion.shipments.list",
"title": "oracle fusion · shipments · list"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/fscmRestApi/resources/11.13.18.05/shipmentLines",
"source": "https://docs.oracle.com/en/cloud/saas/supply-chain-and-manufacturing/26a/fasrp/op-shipmentlines-get.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get shipment lines with requested and shipped quantities.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"q": {
"description": "Provider query expression, e.g. Field='value' and Other='value'",
"type": "string"
}
},
"required": [],
"type": "object"
},
"name": "oracle_fusion.shipment_lines.list",
"title": "oracle fusion · shipment lines · list"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "PATCH",
"path": "/fscmRestApi/resources/11.13.18.05/shipmentLines/{ShipmentLine}",
"source": "https://docs.oracle.com/en/cloud/saas/supply-chain-and-manufacturing/26a/fasrp/op-shipmentlines-shipmentline-patch.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Update the shipped quantity of one unconfirmed shipment line.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"Comments": {
"description": "Reason",
"type": "string"
},
"ShipmentLine": {
"description": "Shipment line identifier",
"type": "integer"
},
"ShippedQuantity": {
"description": "Corrected shipped quantity",
"type": "integer"
},
"task_id": {
"description": "Active task identifier; every write must carry it",
"type": "string"
}
},
"required": [
"task_id",
"ShipmentLine",
"ShippedQuantity"
],
"type": "object"
},
"name": "oracle_fusion.shipment_lines.update",
"title": "oracle fusion · shipment lines · update"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/fscmRestApi/resources/11.13.18.05/receivablesInvoices",
"source": "https://docs.oracle.com/en/cloud/saas/financials/26a/farfa/op-receivablesinvoices-get.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get receivables invoices.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"q": {
"description": "Provider query expression, e.g. Field='value' and Other='value'",
"type": "string"
}
},
"required": [],
"type": "object"
},
"name": "oracle_fusion.receivables_invoices.list",
"title": "oracle fusion · receivables invoices · list"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/fscmRestApi/resources/11.13.18.05/receivablesInvoices/{CustomerTransactionId}",
"source": "https://docs.oracle.com/en/cloud/saas/financials/26a/farfa/op-receivablesinvoices-customertransactionid-get.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get one receivables invoice.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"CustomerTransactionId": {
"description": "Transaction identifier",
"type": "integer"
}
},
"required": [
"CustomerTransactionId"
],
"type": "object"
},
"name": "oracle_fusion.receivables_invoices.get",
"title": "oracle fusion · receivables invoices · get"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/fscmRestApi/resources/11.13.18.05/standardReceipts",
"source": "https://docs.oracle.com/en/cloud/saas/financials/26a/farfa/op-standardreceipts-get.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get standard receipts for a customer account.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"q": {
"description": "Provider query expression, e.g. Field='value' and Other='value'",
"type": "string"
}
},
"required": [],
"type": "object"
},
"name": "oracle_fusion.standard_receipts.list",
"title": "oracle fusion · standard receipts · list"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "POST",
"path": "/fscmRestApi/resources/11.13.18.05/standardReceipts",
"source": "https://docs.oracle.com/en/cloud/saas/financials/26a/farfa/op-standardreceipts-post.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Create a standard receipt and apply it through remittance references.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"BusinessUnit": {
"description": "Business unit",
"type": "string"
},
"Currency": {
"description": "Currency",
"type": "string"
},
"CustomerAccountNumber": {
"description": "Customer account number",
"type": "string"
},
"ReceiptAmount": {
"description": "Receipt amount",
"type": "number"
},
"ReceiptDate": {
"description": "ISO receipt date",
"type": "string"
},
"ReceiptMethod": {
"description": "Receipt method",
"type": "string"
},
"ReceiptNumber": {
"description": "Receipt number",
"type": "string"
},
"remittanceReferences": {
"description": "Rows of ReferenceType, ReferenceNumber, ApplyAmount",
"items": {},
"type": "array"
},
"task_id": {
"description": "Active task identifier; every write must carry it",
"type": "string"
}
},
"required": [
"task_id",
"ReceiptNumber",
"ReceiptAmount",
"ReceiptDate",
"CustomerAccountNumber",
"ReceiptMethod",
"BusinessUnit",
"Currency",
"remittanceReferences"
],
"type": "object"
},
"name": "oracle_fusion.standard_receipts.create",
"title": "oracle fusion · standard receipts · create"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/fscmRestApi/resources/11.13.18.05/inventoryOnhandBalances",
"source": "https://docs.oracle.com/en/cloud/saas/supply-chain-and-manufacturing/26a/fasrp/api-inventory-management-inventory-on-hand-balances.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get on-hand and reserved quantities.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"q": {
"description": "Provider query expression, e.g. Field='value' and Other='value'",
"type": "string"
}
},
"required": [],
"type": "object"
},
"name": "oracle_fusion.onhand_balances.list",
"title": "oracle fusion · onhand balances · list"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/fscmRestApi/resources/11.13.18.05/purchaseOrders",
"source": "https://docs.oracle.com/en/cloud/saas/procurement/26a/fapra/api-purchase-orders.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get purchase orders.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"q": {
"description": "Provider query expression, e.g. Field='value' and Other='value'",
"type": "string"
}
},
"required": [],
"type": "object"
},
"name": "oracle_fusion.purchase_orders.list",
"title": "oracle fusion · purchase orders · list"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/fscmRestApi/resources/11.13.18.05/purchaseOrders/{purchaseOrdersUniqID}",
"source": "https://docs.oracle.com/en/cloud/saas/procurement/26a/fapra/api-purchase-orders.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get one purchase order.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"purchaseOrdersUniqID": {
"description": "Purchase order number",
"type": "string"
}
},
"required": [
"purchaseOrdersUniqID"
],
"type": "object"
},
"name": "oracle_fusion.purchase_orders.get",
"title": "oracle fusion · purchase orders · get"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/fscmRestApi/resources/11.13.18.05/purchaseOrders/{purchaseOrdersUniqID}/child/lines",
"source": "https://docs.oracle.com/en/cloud/saas/procurement/26a/fapra/api-purchase-orders-lines.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get the lines of one purchase order.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"purchaseOrdersUniqID": {
"description": "Purchase order number",
"type": "string"
}
},
"required": [
"purchaseOrdersUniqID"
],
"type": "object"
},
"name": "oracle_fusion.purchase_order_lines.list",
"title": "oracle fusion · purchase order lines · list"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/fscmRestApi/resources/11.13.18.05/suppliers",
"source": "https://docs.oracle.com/en/cloud/saas/procurement/26a/fapra/api-suppliers.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get suppliers with lead times.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"q": {
"description": "Provider query expression, e.g. Field='value' and Other='value'",
"type": "string"
}
},
"required": [],
"type": "object"
},
"name": "oracle_fusion.suppliers.list",
"title": "oracle fusion · suppliers · list"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "POST",
"path": "/fscmRestApi/resources/11.13.18.05/purchaseRequisitions",
"source": "https://docs.oracle.com/en/cloud/saas/procurement/26a/fapra/op-purchaserequisitions-post.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Create a purchase requisition with lines.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Justification": {
"description": "Justification",
"type": "string"
},
"Preparer": {
"description": "Preparer",
"type": "string"
},
"RequisitioningBU": {
"description": "Requisitioning business unit",
"type": "string"
},
"lines": {
"description": "Lines: ItemNumber, Quantity, UOM, UnitPrice, Supplier, RequestedDeliveryDate",
"items": {},
"type": "array"
},
"task_id": {
"description": "Active task identifier; every write must carry it",
"type": "string"
}
},
"required": [
"task_id",
"RequisitioningBU",
"Preparer",
"Description",
"Justification",
"lines"
],
"type": "object"
},
"name": "oracle_fusion.purchase_requisitions.create",
"title": "oracle fusion · purchase requisitions · create"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "POST",
"path": "/fscmRestApi/resources/11.13.18.05/purchaseRequisitions/{purchaseRequisitionsUniqID}/action/submitRequisition",
"source": "https://docs.oracle.com/en/cloud/saas/procurement/26a/fapra/op-purchaserequisitions-purchaserequisitionsuniqid-action-submitrequisition-post.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Submit a requisition for approval.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"purchaseRequisitionsUniqID": {
"description": "Requisition number",
"type": "string"
},
"task_id": {
"description": "Active task identifier; every write must carry it",
"type": "string"
}
},
"required": [
"task_id",
"purchaseRequisitionsUniqID"
],
"type": "object"
},
"name": "oracle_fusion.purchase_requisitions.submit",
"title": "oracle fusion · purchase requisitions · submit"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/fscmRestApi/resources/11.13.18.05/purchaseRequisitions/{purchaseRequisitionsUniqID}",
"source": "https://docs.oracle.com/en/cloud/saas/procurement/26a/fapra/op-purchaserequisitions-purchaserequisitionsuniqid-get.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get one purchase requisition.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"purchaseRequisitionsUniqID": {
"description": "Requisition number",
"type": "string"
}
},
"required": [
"purchaseRequisitionsUniqID"
],
"type": "object"
},
"name": "oracle_fusion.purchase_requisitions.get",
"title": "oracle fusion · purchase requisitions · get"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/fscmRestApi/resources/11.13.18.05/receivingReceiptRequests",
"source": "https://docs.oracle.com/en/cloud/saas/supply-chain-and-manufacturing/26a/fasrp/api-inventory-management-receiving-receipt-requests.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get receiving receipt requests.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"q": {
"description": "Provider query expression, e.g. Field='value' and Other='value'",
"type": "string"
}
},
"required": [],
"type": "object"
},
"name": "oracle_fusion.receiving_receipt_requests.list",
"title": "oracle fusion · receiving receipt requests · list"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "POST",
"path": "/fscmRestApi/resources/11.13.18.05/receivingReceiptRequests",
"source": "https://docs.oracle.com/en/cloud/saas/supply-chain-and-manufacturing/26a/fasrp/op-receivingreceipttransactionrequests-post.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Create a receiving receipt request for delivered purchase-order lines.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"OrganizationCode": {
"description": "Organization",
"type": "string"
},
"ReceiptSourceCode": {
"description": "Receipt source",
"type": "string"
},
"VendorName": {
"description": "Supplier",
"type": "string"
},
"lines": {
"description": "Lines: DocumentNumber, DocumentLineNumber, ItemNumber, Quantity, TransactionType",
"items": {},
"type": "array"
},
"task_id": {
"description": "Active task identifier; every write must carry it",
"type": "string"
}
},
"required": [
"task_id",
"ReceiptSourceCode",
"OrganizationCode",
"lines"
],
"type": "object"
},
"name": "oracle_fusion.receiving_receipt_requests.create",
"title": "oracle fusion · receiving receipt requests · create"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/fscmRestApi/resources/11.13.18.05/invoices",
"source": "https://docs.oracle.com/en/cloud/saas/financials/26a/farfa/api-invoices.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get Payables invoices.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"q": {
"description": "Provider query expression, e.g. Field='value' and Other='value'",
"type": "string"
}
},
"required": [],
"type": "object"
},
"name": "oracle_fusion.invoices.list",
"title": "oracle fusion · invoices · list"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}",
"source": "https://docs.oracle.com/en/cloud/saas/financials/26a/farfa/op-invoices-invoicesuniqid-get.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get one Payables invoice with holds.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"invoicesUniqID": {
"description": "Invoice number",
"type": "string"
}
},
"required": [
"invoicesUniqID"
],
"type": "object"
},
"name": "oracle_fusion.invoices.get",
"title": "oracle fusion · invoices · get"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "POST",
"path": "/fscmRestApi/resources/11.13.18.05/invoices",
"source": "https://docs.oracle.com/en/cloud/saas/financials/26a/farfa/op-invoices-post.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Create one Payables invoice matched to purchase-order lines.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"BusinessUnit": {
"description": "Business unit",
"type": "string"
},
"InvoiceAmount": {
"description": "Invoice amount",
"type": "number"
},
"InvoiceCurrency": {
"description": "Currency",
"type": "string"
},
"InvoiceDate": {
"description": "ISO invoice date",
"type": "string"
},
"InvoiceNumber": {
"description": "Invoice number",
"type": "string"
},
"Supplier": {
"description": "Supplier",
"type": "string"
},
"invoiceLines": {
"description": "Lines: LineNumber, PurchaseOrderNumber, PurchaseOrderLineNumber, ItemNumber, Quantity, UnitPrice",
"items": {},
"type": "array"
},
"task_id": {
"description": "Active task identifier; every write must carry it",
"type": "string"
}
},
"required": [
"task_id",
"BusinessUnit",
"Supplier",
"InvoiceNumber",
"InvoiceAmount",
"InvoiceCurrency",
"InvoiceDate",
"invoiceLines"
],
"type": "object"
},
"name": "oracle_fusion.invoices.create",
"title": "oracle fusion · invoices · create"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "POST",
"path": "/fscmRestApi/resources/11.13.18.05/invoices/action/validateInvoice",
"source": "https://docs.oracle.com/en/cloud/saas/financials/26a/farfa/op-invoices-action-validateinvoice-post.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Validate an invoice for payment.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"BusinessUnit": {
"description": "Business unit",
"type": "string"
},
"InvoiceNumber": {
"description": "Invoice number",
"type": "string"
},
"ProcessAction": {
"description": "Must be Validate",
"type": "string"
},
"Supplier": {
"description": "Supplier",
"type": "string"
},
"task_id": {
"description": "Active task identifier; every write must carry it",
"type": "string"
}
},
"required": [
"task_id",
"ProcessAction",
"BusinessUnit",
"Supplier",
"InvoiceNumber"
],
"type": "object"
},
"name": "oracle_fusion.invoices.validate",
"title": "oracle fusion · invoices · validate"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "POST",
"path": "/fscmRestApi/resources/11.13.18.05/invoiceHolds",
"source": "https://docs.oracle.com/en/cloud/saas/financials/26a/farfa/api-invoice-holds.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Place one Payables invoice on hold with a reason.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"HoldName": {
"description": "Hold name",
"type": "string"
},
"HoldReason": {
"description": "Hold reason",
"type": "string"
},
"InvoiceId": {
"description": "Invoice identifier",
"type": "integer"
},
"task_id": {
"description": "Active task identifier; every write must carry it",
"type": "string"
}
},
"required": [
"task_id",
"InvoiceId",
"HoldName",
"HoldReason"
],
"type": "object"
},
"name": "oracle_fusion.invoice_holds.create",
"title": "oracle fusion · invoice holds · create"
},
{
"_meta": {
"erpbench": {
"contractMode": "provider-shaped",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/hcmRestApi/resources/11.13.18.05/workers",
"source": "https://docs.oracle.com/en/cloud/saas/human-resources/26a/farws/index.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get workers for a legal employer.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"q": {
"description": "Provider query expression, e.g. Field='value' and Other='value'",
"type": "string"
}
},
"required": [],
"type": "object"
},
"name": "oracle_fusion.workers.list",
"title": "oracle fusion · workers · list"
},
{
"_meta": {
"erpbench": {
"contractMode": "provider-shaped",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "POST",
"path": "/hcmRestApi/resources/11.13.18.05/workers",
"source": "https://docs.oracle.com/en/cloud/saas/human-resources/26a/farws/index.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Hire one worker under a standard contract.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"CandidateId": {
"description": "Candidate identifier",
"type": "string"
},
"ContractEndDate": {
"description": "ISO contract end",
"type": "string"
},
"DisplayName": {
"description": "Display name",
"type": "string"
},
"HireDate": {
"description": "ISO hire date",
"type": "string"
},
"JobCode": {
"description": "Job",
"type": "string"
},
"LegalEmployerName": {
"description": "Legal employer",
"type": "string"
},
"MonthlySalary": {
"description": "Monthly salary",
"type": "number"
},
"PersonNumber": {
"description": "Person number",
"type": "string"
},
"task_id": {
"description": "Active task identifier; every write must carry it",
"type": "string"
}
},
"required": [
"task_id",
"PersonNumber",
"DisplayName",
"LegalEmployerName",
"JobCode",
"HireDate",
"ContractEndDate",
"MonthlySalary",
"CandidateId"
],
"type": "object"
},
"name": "oracle_fusion.workers.create",
"title": "oracle fusion · workers · create"
},
{
"_meta": {
"erpbench": {
"contractMode": "provider-shaped",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/hcmRestApi/resources/11.13.18.05/documentRecords",
"source": "https://docs.oracle.com/en/cloud/saas/human-resources/26a/farws/index.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get worker documents of record with expiry and check status.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"q": {
"description": "Provider query expression, e.g. Field='value' and Other='value'",
"type": "string"
}
},
"required": [],
"type": "object"
},
"name": "oracle_fusion.document_records.list",
"title": "oracle fusion · document records · list"
},
{
"_meta": {
"erpbench": {
"contractMode": "provider-shaped",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "PATCH",
"path": "/hcmRestApi/resources/11.13.18.05/documentRecords/{DocumentRecordId}",
"source": "https://docs.oracle.com/en/cloud/saas/human-resources/26a/farws/index.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Update the status or verification flag of one document record.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"DocumentRecordId": {
"description": "Document record identifier",
"type": "integer"
},
"Status": {
"description": "New status, e.g. ALERTED",
"type": "string"
},
"VerifiedFlag": {
"description": "Mark the mandatory check verified",
"type": "boolean"
},
"task_id": {
"description": "Active task identifier; every write must carry it",
"type": "string"
}
},
"required": [
"task_id",
"DocumentRecordId"
],
"type": "object"
},
"name": "oracle_fusion.document_records.update",
"title": "oracle fusion · document records · update"
},
{
"_meta": {
"erpbench": {
"contractMode": "provider-shaped",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "GET",
"path": "/hcmRestApi/resources/11.13.18.05/absences",
"source": "https://docs.oracle.com/en/cloud/saas/human-resources/26a/farws/index.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Get absence records.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"q": {
"description": "Provider query expression, e.g. Field='value' and Other='value'",
"type": "string"
}
},
"required": [],
"type": "object"
},
"name": "oracle_fusion.absences.list",
"title": "oracle fusion · absences · list"
},
{
"_meta": {
"erpbench": {
"contractMode": "provider-shaped",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "oracle_fusion",
"upstream": {
"method": "POST",
"path": "/hcmRestApi/resources/11.13.18.05/absences",
"source": "https://docs.oracle.com/en/cloud/saas/human-resources/26a/farws/index.html"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Record one absence for a worker.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"absenceStatusCd": {
"description": "Status code",
"type": "string"
},
"absenceType": {
"description": "Absence type",
"type": "string"
},
"employer": {
"description": "Legal employer",
"type": "string"
},
"endDate": {
"description": "ISO end",
"type": "string"
},
"personNumber": {
"description": "Person number",
"type": "string"
},
"startDate": {
"description": "ISO start",
"type": "string"
},
"task_id": {
"description": "Active task identifier; every write must carry it",
"type": "string"
}
},
"required": [
"task_id",
"personNumber",
"absenceType",
"startDate",
"endDate",
"employer",
"absenceStatusCd"
],
"type": "object"
},
"name": "oracle_fusion.absences.create",
"title": "oracle fusion · absences · create"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "gmail",
"upstream": {
"method": "GET",
"path": "/gmail/v1/users/{userId}/messages",
"source": "https://developers.google.com/workspace/gmail/api/reference/rest/v1/users.messages/list"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Search mailbox messages.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"q": {
"description": "Gmail search query",
"type": "string"
}
},
"required": [
"q"
],
"type": "object"
},
"name": "gmail.messages.list",
"title": "gmail · messages · list"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "gmail",
"upstream": {
"method": "GET",
"path": "/gmail/v1/users/{userId}/messages/{id}",
"source": "https://developers.google.com/workspace/gmail/api/reference/rest/v1/users.messages/get"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Read one mailbox message.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"id": {
"description": "Message identifier",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
},
"name": "gmail.messages.get",
"title": "gmail · messages · get"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "gmail",
"upstream": {
"method": "POST",
"path": "/gmail/v1/users/{userId}/drafts",
"source": "https://developers.google.com/workspace/gmail/api/reference/rest/v1/users.drafts/create"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Save a review-only email draft; drafts are never sent by the sandbox.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"body": {
"description": "Body",
"type": "string"
},
"subject": {
"description": "Subject",
"type": "string"
},
"task_id": {
"description": "Active task identifier; every write must carry it",
"type": "string"
},
"to": {
"description": "Recipient",
"type": "string"
}
},
"required": [
"task_id",
"to",
"subject",
"body"
],
"type": "object"
},
"name": "gmail.drafts.create",
"title": "gmail · drafts · create"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "gmail",
"upstream": {
"method": "GET",
"path": "/gmail/v1/users/{userId}/drafts/{id}",
"source": "https://developers.google.com/workspace/gmail/api/reference/rest/v1/users.drafts/get"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Read back one draft.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"id": {
"description": "Draft identifier",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
},
"name": "gmail.drafts.get",
"title": "gmail · drafts · get"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "google_drive",
"upstream": {
"method": "GET",
"path": "/drive/v3/files",
"source": "https://developers.google.com/workspace/drive/api/reference/rest/v3/files/list"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "List files; supports name contains 'text'.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"q": {
"description": "Drive query",
"type": "string"
}
},
"required": [
"q"
],
"type": "object"
},
"name": "google_drive.files.list",
"title": "google drive · files · list"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "google_drive",
"upstream": {
"method": "GET",
"path": "/drive/v3/files/{fileId}",
"source": "https://developers.google.com/workspace/drive/api/reference/rest/v3/files/get"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Read file metadata, version and current-authority flag.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"fileId": {
"description": "File identifier",
"type": "string"
}
},
"required": [
"fileId"
],
"type": "object"
},
"name": "google_drive.files.get",
"title": "google drive · files · get"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "google_drive",
"upstream": {
"method": "GET",
"path": "/drive/v3/files/{fileId}?alt=media",
"source": "https://developers.google.com/workspace/drive/api/reference/rest/v3/files/get"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Download the content of one file.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"fileId": {
"description": "File identifier",
"type": "string"
}
},
"required": [
"fileId"
],
"type": "object"
},
"name": "google_drive.files.download",
"title": "google drive · files · download"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "google_sheets",
"upstream": {
"method": "GET",
"path": "/v4/spreadsheets/{spreadsheetId}/values/{range}",
"source": "https://developers.google.com/workspace/sheets/api/reference/rest/v4/spreadsheets.values/get"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Read a range from the ops workbook.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"range": {
"description": "A1 range",
"type": "string"
},
"spreadsheetId": {
"description": "Spreadsheet identifier",
"type": "string"
}
},
"required": [
"spreadsheetId",
"range"
],
"type": "object"
},
"name": "google_sheets.spreadsheets.values.get",
"title": "google sheets · spreadsheets · values · get"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "google_sheets",
"upstream": {
"method": "PUT",
"path": "/v4/spreadsheets/{spreadsheetId}/values/{range}",
"source": "https://developers.google.com/workspace/sheets/api/reference/rest/v4/spreadsheets.values/update"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Write one controlled range; other cells are preserved.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"range": {
"description": "A1 range",
"type": "string"
},
"spreadsheetId": {
"description": "Spreadsheet identifier",
"type": "string"
},
"task_id": {
"description": "Active task identifier; every write must carry it",
"type": "string"
},
"valueInputOption": {
"description": "RAW or USER_ENTERED",
"type": "string"
},
"values": {
"description": "Two-dimensional values",
"items": {},
"type": "array"
}
},
"required": [
"task_id",
"spreadsheetId",
"range",
"valueInputOption",
"values"
],
"type": "object"
},
"name": "google_sheets.spreadsheets.values.update",
"title": "google sheets · spreadsheets · values · update"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "google_sheets",
"upstream": {
"method": "POST",
"path": "/v4/spreadsheets/{spreadsheetId}/values/{range}:append",
"source": "https://developers.google.com/workspace/sheets/api/reference/rest/v4/spreadsheets.values/append"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Append rows to a tab.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"range": {
"description": "Tab range",
"type": "string"
},
"spreadsheetId": {
"description": "Spreadsheet identifier",
"type": "string"
},
"task_id": {
"description": "Active task identifier; every write must carry it",
"type": "string"
},
"valueInputOption": {
"description": "RAW or USER_ENTERED",
"type": "string"
},
"values": {
"description": "Rows to append",
"items": {},
"type": "array"
}
},
"required": [
"task_id",
"spreadsheetId",
"range",
"valueInputOption",
"values"
],
"type": "object"
},
"name": "google_sheets.spreadsheets.values.append",
"title": "google sheets · spreadsheets · values · append"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "slack",
"upstream": {
"method": "POST",
"path": "/api/conversations.history",
"source": "https://api.slack.com/methods/conversations.history"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Read a channel's messages, including task posts.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"channel": {
"description": "Channel",
"type": "string"
},
"task_id": {
"description": "Filter to one task's posts",
"type": "string"
}
},
"required": [
"channel"
],
"type": "object"
},
"name": "slack.conversations_history",
"title": "slack · conversations history"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "slack",
"upstream": {
"method": "POST",
"path": "/api/search.messages",
"source": "https://api.slack.com/methods/search.messages"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Search messages across channels.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"query": {
"description": "Search query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"name": "slack.search_messages",
"title": "slack · search messages"
},
{
"_meta": {
"erpbench": {
"contractMode": "documented-operation",
"implementation": "sqlite-stateful synthetic closed sandbox",
"server": "slack",
"upstream": {
"method": "POST",
"path": "/api/chat.postMessage",
"source": "https://api.slack.com/methods/chat.postMessage"
}
}
},
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Post the review handoff to a channel.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"channel": {
"description": "Channel",
"type": "string"
},
"review_status": {
"description": "Must remain draft_for_review",
"type": "string"
},
"task_id": {
"description": "Active task identifier; every write must carry it",
"type": "string"
},
"text": {
"description": "Message",
"type": "string"
}
},
"required": [
"task_id",
"channel",
"text",
"review_status"
],
"type": "object"
},
"name": "slack.chat_postMessage",
"title": "slack · chat postMessage"
}
]
}