Get Server Info

Get MCP server info and features

Examples

MCP Tool Call

{
  "name": "tape_getServerInfo",
  "arguments": {}
}

REST API

curl -X POST https://api.syncello.io/v1/tools/tape/getServerInfo \
  -H "Authorization: Bearer YOUR_JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'