D

doors

demo · Playgrounds & Games · JSON · API for agents

Tools 3 tools

openDoor1action

Open the first mystery door. Only one door can be chosen.

View tool JSON
{
  "name": "openDoor1",
  "kind": "action",
  "impl": "declarative",
  "description": "Open the first mystery door. Only one door can be chosen.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
openDoor2action

Open the second mystery door. Only one door can be chosen.

View tool JSON
{
  "name": "openDoor2",
  "kind": "action",
  "impl": "declarative",
  "description": "Open the second mystery door. Only one door can be chosen.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
openDoor3action

Open the third mystery door. Only one door can be chosen.

View tool JSON
{
  "name": "openDoor3",
  "kind": "action",
  "impl": "declarative",
  "description": "Open the third mystery door. Only one door can be chosen.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}