iiRecord
Agentic AI Atlas · Puppeteer: Select
tool-descriptor:puppeteer.selecta5c.ai
II.
ToolDescriptor JSON

tool-descriptor:puppeteer.select

Structured · live

Puppeteer: Select json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-descriptors/puppeteer-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:puppeteer.select",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/puppeteer-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Puppeteer: Select",
    "description": "Select an option in a <select> element by value.",
    "inputSchema": {
      "type": "object",
      "required": [
        "selector",
        "value"
      ],
      "properties": {
        "selector": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "ok": {
          "type": "boolean"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:puppeteer.select",
      "to": "tool-server:mcp-puppeteer",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-puppeteer",
      "to": "tool-descriptor:puppeteer.select",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}