Access EdgeOne Pages MCP
CAMEL-AI toolkit giving agents an interface to EdgeOne pages via the EdgeOne Pages MCP server.
0.2.90Add to Favorites
Why it matters
Interface with EdgeOne pages via the EdgeOne Pages MCP server. This asset provides programmatic access to manage and interact with your EdgeOne page configurations.
Outcomes
What it gets done
Connect to the EdgeOne Pages MCP server
Manage access and configurations for EdgeOne pages
Automate interactions with EdgeOne page settings
Source
Get it from source
Spark does not host a copy of it.
Open sourceReports
Agent outcome reports
No reports yet
Overview
Edge One Pages MCPToolkit
A CAMEL-AI toolkit that provides an interface for interacting with EdgeOne pages through the EdgeOne Pages MCP server. It exposes an optional timeout parameter for the connection. Reach for it when a CAMEL-AI agent needs an interface to EdgeOne pages via the EdgeOne Pages MCP server.
What it does
EdgeOnePagesMCPToolkit is a CAMEL-AI toolkit whose documented purpose is to provide an interface for interacting with EdgeOne pages, using the EdgeOne Pages MCP server rather than any direct EdgeOne API call - the toolkit connects a CAMEL-AI agent to a server that already speaks MCP, and lets that server's own tools do the work of interacting with EdgeOne pages. The one attribute the class documents is an optional timeout, typed Optional[float], which sets how many seconds the connection is willing to wait to establish before giving up, and which defaults to None (no timeout) when left unset. That single documented attribute is also the only connection detail a caller is shown how to tune - everything else about the connection is left to the EdgeOne Pages MCP server's own defaults.
Source code
EdgeOnePagesMCPToolkit provides an interface for interacting with
EdgeOne pages using the EdgeOne Pages MCP server.
Attributes:
timeout (Optional[float]): Connection timeout in seconds.
(default: :obj:None)
FAQ
Common questions
Discussion
Questions & comments · 0
Sign In Sign in to leave a comment.