Skip to main content
GET
/
mcp-playground
/
get-tools
Get MCP Server Tools
curl --request GET \
  --url https://mcp.enkryptai.com/mcp-playground/get-tools \
  --header 'X-Enkrypt-MCP-Registry-Server: <x-enkrypt-mcp-registry-server>' \
  --header 'apikey: <api-key>'
{
  "success": true,
  "error": "<string>",
  "details": "<string>",
  "data": {
    "saved_name": "<string>",
    "server_version": "<string>",
    "server_name": "<string>",
    "description": "<string>",
    "tools": [
      {
        "name": "read_file",
        "description": "Read a file from the filesystem",
        "inputSchema": {}
      }
    ],
    "tool_count": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.enkryptai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apikey
string
header
required

Headers

X-Enkrypt-MCP-Registry-Server
string
required

Registry server saved_name

Maximum string length: 32
Example:

"my-filesystem-server"

X-Enkrypt-MCP-Registry-Server-Version
string
default:v1

Registry server version (defaults to "v1")

Example:

"v1"

Response

Tools retrieved successfully

success
boolean

Whether the request was successful

error
string | null

Error message if failed

details
string | null

Additional error details

data
object