DescribePolarClawMCPServers
Lists all installed PolarClaw MCP services and their configurations.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
Yes |
The application ID. |
pa-************** |
| ServerList |
array |
No |
A list of MCP server names. If this parameter is empty, the configurations of all MCP servers are returned. |
|
|
string |
No |
The MCP server name. |
dev-mcp-server |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The data returned by the request. |
||
| RequestId |
string |
The request ID. |
2281C6C9-CBAB-1AFD-8400-670750CF6025_2212 |
| Message |
string |
The message returned for the request. |
successful |
| Code |
integer |
The status code. |
200 |
| ApplicationId |
string |
The application ID. |
pa-************** |
| Servers |
object |
The configurations of the MCP servers. |
{ "dev-mcp-server": "{\"args\":[\"-y\",\"@polarclaw/mcp-dev\"],\"command\":\"node\"}" } |
Examples
Success response
JSON format
{
"RequestId": "2281C6C9-CBAB-1AFD-8400-670750CF6025_2212",
"Message": "successful",
"Code": 200,
"ApplicationId": "pa-**************",
"Servers": {
"dev-mcp-server": "{\"args\":[\"-y\",\"@polarclaw/mcp-dev\"],\"command\":\"node\"}"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.