Skip to main content
Glama

MCP Browser Agent

by ashley-ha

execute_actions

Execute predefined actions in a browser environment using the planner state, enabling automated interaction with web elements and navigation based on specified parameters and state changes.

Instructions

Execute actions from the planner state.

Args: actions: A dictionary containing the planner state and actions in format: { "current_state": { "evaluation_previous_goal": str, "memory": str, "next_goal": str }, "action": [ {"action_name": {"param1": "value1"}}, ... ] } Note: If the page state changes (new elements appear) during action execution, the sequence will be interrupted and you'll need to get a new planner state.

Input Schema

NameRequiredDescriptionDefault
actionsYes

Input Schema (JSON Schema)

{ "properties": { "actions": { "title": "Actions", "type": "object" } }, "required": [ "actions" ], "title": "execute_actionsArguments", "type": "object" }
Install Server

Other Tools from MCP Browser Agent

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ashley-ha/mcp-manus'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server