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

tool-descriptor:puppeteer.evaluate

Structured · live

Puppeteer: Evaluate 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.evaluate",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/puppeteer-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Puppeteer: Evaluate",
    "description": "Execute JavaScript in the page context and return the result.",
    "inputSchema": {
      "type": "object",
      "required": [
        "script"
      ],
      "properties": {
        "script": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "result": {}
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:puppeteer.evaluate",
      "to": "tool-server:mcp-puppeteer",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-puppeteer",
      "to": "tool-descriptor:puppeteer.evaluate",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}