Skip to main content
Glama
example_plan.json1.49 kB
{ "meta": { "goal": "在京东网站上搜索'机械键盘',并将价格低于500元的第一款产品加入购物车", "created_at": "2025-07-02T19:54:21.541414", "updated_at": "2025-07-02T19:54:21.564177" }, "state": { "current_task_id": null, "status": "running" }, "tasks": [ { "id": 1, "name": "Navigate to JD homepage", "status": "completed", "dependencies": [], "reasoning": "需要先打开京东网站", "result": "Successfully navigated to JD.com homepage" }, { "id": 5, "name": "Close login popup", "status": "skipped", "dependencies": [ 1 ], "reasoning": "Unexpected login popup appeared after homepage loaded", "result": "Will handle popup manually" }, { "id": 2, "name": "Search for mechanical keyboard", "status": "pending", "dependencies": [ 1, 5 ], "reasoning": "需要关闭弹窗后才能搜索", "result": null }, { "id": 3, "name": "Filter results by price under 500", "status": "pending", "dependencies": [ 2 ], "reasoning": "筛选价格低于500元的商品", "result": null }, { "id": 4, "name": "Add first item to cart", "status": "pending", "dependencies": [ 3 ], "reasoning": "将第一个符合条件的商品加入购物车", "result": null } ] }

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/donway19/MCPlanManager'

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