Skip to main content
Glama

MCP Browser Agent

by ashley-ha

get_planner_state

Retrieve the current browser state and planning context to inform subsequent actions. Outputs a JSON string detailing previous goal analysis, memory, next goal, and actionable steps for browser automation.

Instructions

Get the current browser state and planning context. This tool must be executed before execute_actions tool.

Must return a JSON string in the format: { "current_state": { "evaluation_previous_goal": "Success|Failed|Unknown - Analysis of previous actions", "memory": "Description of what has been done and what to remember", "next_goal": "What needs to be done with the next immediate action" }, "action": [ {"action_name": {"param1": "value1", ...}}, ... ] }

Input Schema

NameRequiredDescriptionDefault

No arguments

Input Schema (JSON Schema)

{ "properties": {}, "title": "get_planner_stateArguments", "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