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

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

Path Parameters

toolName
enum<string>
required

The name of the MCP tool

Available options:
find_gifts_by_country,
find_gifts_by_category,
find_gifts_in_price_range,
find_gifts_by_merchant,
get_gift_details,
list_gift_categories,
find_gifts_for_runner,
find_gifts_for_foodie,
find_gifts_for_tech_enthusiast,
find_gifts_for_traveler,
find_gifts_for_artist,
find_gifts_for_parent,
find_gifts_for_professional,
find_gifts_for_wellness_seeker,
find_gifts_for_student,
find_gifts_for_retiree,
find_gifts_for_teenager,
find_gifts_for_pet_lover

Response

MCP tool details retrieved successfully

success
boolean
required

Indicates if the request was successful

Example:

true

tool
object
required