labspace-agent-twin.onrender.com
LabSpace Atlas — design laboratories, index exact locations, and let a browser agent plan, audit, and navigate the spatial twin.
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 5 · Act 19 · Transact 0 · Score: Not yet scored
Tool inspector
labspace_add_inventory
Validate and stage up to twenty inventory entries in one call. Use exact room codes and optional storage IDs from inventory_locations. Shows a review panel; records are saved only after the researcher approves. Never fabricate stock.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
entries |
array | yes | — |
Raw JSON schema
{
"type": "object",
"properties": {
"entries": {
"type": "array",
"minItems": 1,
"maxItems": 20,
"items": {
"type": "object",
"properties": {
"roomCode": {
"type": "string",
"minLength": 1,
"maxLength": 40,
"description": "Exact editable room code returned by LabSpace context or location search."
},
"name": {
"type": "string",
"minLength": 1,
"maxLength": 120
},
"quantity": {
"type": "number",
"minimum": 0
},
"unit": {
"type": "string",
"minLength": 1,
"maxLength": 40
},
"storageLocationId": {
"type": "string",
"minLength": 1,
"maxLength": 120,
"description": "Exact locationId returned by labspace_inventory_locations."
},
"owner": {
"type": "string",
"maxLength": 120
},
"notes": {
"type": "string",
"maxLength": 500
},
"expiryDate": {
"type": [
"string",
"null"
],
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Optional ISO calendar date YYYY-MM-DD."
}
},
"required": [
"roomCode",
"name",
"quantity",
"unit"
],
"additionalProperties": false
}
}
},
"required": [
"entries"
],
"additionalProperties": false
}
Similar websites
eworker.ca
E-Worker is business infrastructure powered by AI, with focused apps and connected business work.
urban-planning-copilot.heisenbug.in
Urban Planning Copilot
vide.zerdalu.com
Vide
sheetcanvas.com
Connect Claude, Codex, or another MCP-capable agent to SheetCanvas so messy business data becomes durable tables, charts, pivots, notes, and dashboards.