← All WebMCP sites

2ndface.info

Commercehttps://www.2ndface.info/listed as of 2026-08-01
2ndFace Tattoo — tattoo and piercing studio in Bucharest (Piața Unirii) offering custom tattoos, piercings, pricing, aftercare, and WhatsApp booking.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 100/100 (A+).

Tools

get_tattoo_estimate_infoanswerimperative
Explain what information is needed for a tattoo price estimate and direct the user to WhatsApp or the estimate form.
Input schema
{
  "type": "object",
  "properties": {
    "mode": {
      "type": "string",
      "description": "Return mode. Use default for normal cached response or fresh for refreshed data.",
      "enum": [
        "default",
        "fresh"
      ],
      "default": "default"
    }
  },
  "required": [],
  "additionalProperties": false
}
search_faqanswerimperative
Search the 2ndFace FAQ for tattoo, piercing, age, aftercare and booking questions.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search term",
      "minLength": 2,
      "maxLength": 120
    }
  },
  "required": [
    "query"
  ],
  "additionalProperties": false
}
searchanswerimperative
Search the 2ndFace Tattoo website by keyword and return a search results URL that agents can open.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query",
      "minLength": 2,
      "maxLength": 120
    }
  },
  "required": [
    "query"
  ],
  "additionalProperties": false
}
get_product_cardsanswerimperative
Get visible tattoo gallery/product cards on the current page with image URLs and alt text.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Optional text filter",
      "maxLength": 120
    }
  },
  "required": [],
  "additionalProperties": false
}
get_promotionsanswerimperative
Return current 2ndFace Tattoo promotions information.
Input schema
{
  "type": "object",
  "properties": {
    "mode": {
      "type": "string",
      "description": "Return mode. Use default for normal cached response or fresh for refreshed data.",
      "enum": [
        "default",
        "fresh"
      ],
      "default": "default"
    }
  },
  "required": [],
  "additionalProperties": false
}
get_knowledge_baseanswerimperative
Return the complete 2ndFace AI knowledge base including business information, services, prices, FAQ, aftercare and AI response policy.
Input schema
{
  "type": "object",
  "properties": {
    "mode": {
      "type": "string",
      "description": "Return mode. Use default for normal cached response or fresh for refreshed data.",
      "enum": [
        "default",
        "fresh"
      ],
      "default": "default"
    }
  },
  "required": [],
  "additionalProperties": false
}
get_service_cataloganswerimperative
Return the 2ndFace service catalog with service names, types and URLs.
Input schema
{
  "type": "object",
  "properties": {
    "mode": {
      "type": "string",
      "description": "Return mode. Use default for normal cached response or fresh for refreshed data.",
      "enum": [
        "default",
        "fresh"
      ],
      "default": "default"
    }
  },
  "required": [],
  "additionalProperties": false
}
get_piercing_pricesanswerdeclarative
Return current piercing prices for 2ndFace Tattoo with optional name and price filters
Input schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Piercing name, e.g. helix"
    },
    "exact": {
      "type": "boolean"
    },
    "min_price": {
      "type": "number",
      "description": "Minimum price RON"
    },
    "max_price": {
      "type": "number",
      "description": "Maximum price RON"
    }
  }
}
get_business_infoanswerdeclarative
Return business information, address, phone, WhatsApp, social URLs and booking URL for 2ndFace Tattoo
Input schema
{
  "type": "object",
  "properties": {
    "mode": {
      "type": "string"
    }
  }
}
get_opening_hoursanswerdeclarative
Return current opening hours for 2ndFace Tattoo in Bucharest
Input schema
{
  "type": "object",
  "properties": {
    "mode": {
      "type": "string"
    }
  }
}
get_aftercareanswerdeclarative
Return tattoo or piercing aftercare instructions for 2ndFace clients
Input schema
{
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "piercing or tattoo"
    }
  }
}
create_booking_requesttransactdeclarative
Return WhatsApp booking URL and instructions for tattoo or piercing appointment requests
Input schema
{
  "type": "object",
  "properties": {
    "service": {
      "type": "string",
      "description": "tattoo or piercing"
    },
    "message": {
      "type": "string",
      "description": "Request details"
    }
  },
  "required": [
    "service"
  ]
}
Listings are sourced from public community registries and shown as reported.