Tool tree
get_2luv_infoAnswer
Returns a concise public summary of 2luv, its main pages, supported public flows, and safety rules for agents.
View tool JSON
{
"name": "get_2luv_info",
"kind": "answer",
"impl": "imperative",
"description": "Returns a concise public summary of 2luv, its main pages, supported public flows, and safety rules for agents.",
"inputSchema": {
"type": "object",
"properties": {
"locale": {
"type": "string",
"description": "Optional 2luv locale such as en, pt, es, fr, de, zh, zh-tw, ar, ms, ja, ru, or ko."
}
}
},
"page": "/en"
}get_contact_infoAnswer
Returns public 2luv contact and support information, including localized support page links.
View tool JSON
{
"name": "get_contact_info",
"kind": "answer",
"impl": "imperative",
"description": "Returns public 2luv contact and support information, including localized support page links.",
"inputSchema": {
"type": "object",
"properties": {
"locale": {
"type": "string",
"description": "Optional 2luv locale such as en, pt, es, fr, de, zh, zh-tw, ar, ms, ja, ru, or ko."
}
}
},
"page": "/en"
}get_faqAnswer
Returns public frequently asked questions available on the current 2luv page or locale.
View tool JSON
{
"name": "get_faq",
"kind": "answer",
"impl": "imperative",
"description": "Returns public frequently asked questions available on the current 2luv page or locale.",
"inputSchema": {
"type": "object",
"properties": {
"locale": {
"type": "string",
"description": "Optional 2luv locale such as en, pt, es, fr, de, zh, zh-tw, ar, ms, ja, ru, or ko."
},
"topic": {
"type": "string",
"description": "Optional FAQ topic filter such as pricing, privacy, contact, letters, cards, or payments."
}
}
},
"page": "/en"
}get_legal_infoAnswer
Returns public links and summaries for 2luv privacy, terms, cookies, copyright, DMCA, and consolidated legal PDF resources.
View tool JSON
{
"name": "get_legal_info",
"kind": "answer",
"impl": "imperative",
"description": "Returns public links and summaries for 2luv privacy, terms, cookies, copyright, DMCA, and consolidated legal PDF resources.",
"inputSchema": {
"type": "object",
"properties": {
"locale": {
"type": "string",
"description": "Optional 2luv locale such as en, pt, es, fr, de, zh, zh-tw, ar, ms, ja, ru, or ko."
},
"document": {
"type": "string",
"description": "Optional document filter.",
"enum": [
"privacy",
"terms",
"cookies",
"copyright",
"dmca",
"legal-document"
]
}
}
},
"page": "/en"
}get_pricingAnswer
Returns current public 2luv pricing for a requested region when available. Brazil uses BRL and Pix support; other supported regions usually use Stripe checkout.
View tool JSON
{
"name": "get_pricing",
"kind": "answer",
"impl": "imperative",
"description": "Returns current public 2luv pricing for a requested region when available. Brazil uses BRL and Pix support; other supported regions usually use Stripe checkout.",
"inputSchema": {
"type": "object",
"properties": {
"locale": {
"type": "string",
"description": "Optional 2luv locale such as en, pt, es, fr, de, zh, zh-tw, ar, ms, ja, ru, or ko."
},
"region": {
"type": "string",
"description": "Optional supported 2luv region code such as BR, US, EU, GB, CA, AU, JP, KR, HK, MX, AR, CO, PE, CL, GT, BO, CR, HN, PH, ID, MY, SG, VN, TH, MM, IN, PK, BD, NP, EG, SA, AE, DZ, MA, ZA, NG, KE, or TR."
},
"letterId": {
"type": "string",
"description": "Optional letter id for follow-up bundle pricing when the page context has one."
}
}
},
"page": "/en"
}get_public_feedbackAnswer
Returns all sanitized public 2luv letter feedback visible through the API. Items may include a sanitized display name only; they never include email, phone, links, recipient name, or private letter content.
View tool JSON
{
"name": "get_public_feedback",
"kind": "answer",
"impl": "imperative",
"description": "Returns all sanitized public 2luv letter feedback visible through the API. Items may include a sanitized display name only; they never include email, phone, links, recipient name, or private letter content.",
"inputSchema": {
"type": "object",
"properties": {
"locale": {
"type": "string",
"description": "Optional 2luv locale such as en, pt, es, fr, de, zh, zh-tw, ar, ms, ja, ru, or ko."
},
"limit": {
"type": "number",
"description": "Maximum number of public feedback items to return.",
"minimum": 1,
"maximum": 1000,
"default": 1000
}
}
},
"page": "/en"
}get_public_resourcesAnswer
Returns public 2luv machine-readable and legal resource links.
View tool JSON
{
"name": "get_public_resources",
"kind": "answer",
"impl": "imperative",
"description": "Returns public 2luv machine-readable and legal resource links.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/en"
}