Skip to main content
GET
/
api
/
v1
/
integrations
/
mcp
/
tools
List Available MCP Tools
curl --request GET \
  --url https://api.ugift.me/api/v1/integrations/mcp/tools \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "tools": [
    {
      "name": "find_gifts_for_runner",
      "description": "Find gift products perfect for runners and fitness enthusiasts",
      "category": "persona",
      "parameters": {}
    }
  ],
  "count": 18
}

Authorizations

X-API-Key
string
header
required

Your uGiftme business API key for authentication.

Format: UUID format (e.g., 6b4e22b2-c0a5-4c7a-888a-b38eac20b454) Required: All endpoints require this header Permissions: Must have business-level access with Zapier integration permissions

Example: X-API-Key: 6b4e22b2-c0a5-4c7a-888a-b38eac20b454

Response

MCP tools retrieved successfully

success
boolean
required

Indicates if the request was successful

Example:

true

tools
object[]
required

Array of available MCP tools

count
integer
required

Total number of available tools

Example:

18