apipost_test_connection
Verify ApiPost MCP server connection status and configuration to ensure service availability for API documentation management and team collaboration.
Instructions
测试ApiPost MCP连接状态和配置信息,验证服务可用性
Input Schema
Name | Required | Description | Default |
---|---|---|---|
random_string | Yes | Dummy parameter for no-parameter tools |
Input Schema (JSON Schema)
{
"properties": {
"random_string": {
"description": "Dummy parameter for no-parameter tools",
"type": "string"
}
},
"required": [
"random_string"
],
"type": "object"
}