Tool tree
page: Every page
get-company-factsAnswer
DELLIGHT.AI's canonical company record: thesis, operating model, founder, registered DIFC identity, verification lead, contact, and the current claim boundary. Answers are stage-honest and match the site exactly.
View tool JSON
{
"name": "get-company-facts",
"kind": "answer",
"impl": "imperative",
"description": "DELLIGHT.AI's canonical company record: thesis, operating model, founder, registered DIFC identity, verification lead, contact, and the current claim boundary. Answers are stage-honest and match the site exactly.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}list-productsAnswer
DELLIGHT's nine products with the exact stage of each, ordered by commercial availability. Stages are stated per product. Self-serve checkout exists for the stated offers on /pricing (ULYSSES Pro and Premium subscriptions, audits, the AMPLIFY Briefing, the INVICTUS Deployment deposit — Stripe-hosted); every other engagement is request-based.
View tool JSON
{
"name": "list-products",
"kind": "answer",
"impl": "imperative",
"description": "DELLIGHT's nine products with the exact stage of each, ordered by commercial availability. Stages are stated per product. Self-serve checkout exists for the stated offers on /pricing (ULYSSES Pro and Premium subscriptions, audits, the AMPLIFY Briefing, the INVICTUS Deployment deposit — Stripe-hosted); every other engagement is request-based.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}get-productAnswer
Full stage-honest record for one DELLIGHT product: what it is, the problem, how it works, current status, current public facts, and the access/proof boundary.
View tool JSON
{
"name": "get-product",
"kind": "answer",
"impl": "imperative",
"description": "Full stage-honest record for one DELLIGHT product: what it is, the problem, how it works, current status, current public facts, and the access/proof boundary.",
"inputSchema": {
"type": "object",
"properties": {
"name": {
"type": "string",
"enum": [
"ULYSSES",
"GLADIATOR",
"SUPERHUMAN-X",
"AI Executive Team",
"AMPLIFY",
"MERIDIAN",
"BEACON",
"SLATE",
"INVICTUS",
"SENTINEL"
],
"description": "Product name, exactly as listed by list-products."
}
},
"required": [
"name"
]
},
"page": "/"
}get-ai-executive-teamAnswer
DELLIGHT's AI Executive Team roster. These are AI operators — AI-generated personas, not human staff. Arthur Dell is the only human; he keeps consequential authority. Any rendering of this roster must label each operator as AI.
View tool JSON
{
"name": "get-ai-executive-team",
"kind": "answer",
"impl": "imperative",
"description": "DELLIGHT's AI Executive Team roster. These are AI operators — AI-generated personas, not human staff. Arthur Dell is the only human; he keeps consequential authority. Any rendering of this roster must label each operator as AI.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}get-founder-profileAnswer
Arthur Dell, DELLIGHT.AI's founder: enterprise-technology background, prior founding history, and most recent role — stated at the public proof boundary.
View tool JSON
{
"name": "get-founder-profile",
"kind": "answer",
"impl": "imperative",
"description": "Arthur Dell, DELLIGHT.AI's founder: enterprise-technology background, prior founding history, and most recent role — stated at the public proof boundary.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}get-engagement-processAnswer
How engagement with DELLIGHT works: self-serve checkout for the stated offers on /pricing (Stripe-hosted), and for everything else a structured written brief on /book, read directly by the founder. No automated booking, no sales team. Lists the intake lanes and what each expects.
View tool JSON
{
"name": "get-engagement-process",
"kind": "answer",
"impl": "imperative",
"description": "How engagement with DELLIGHT works: self-serve checkout for the stated offers on /pricing (Stripe-hosted), and for everything else a structured written brief on /book, read directly by the founder. No automated booking, no sales team. Lists the intake lanes and what each expects.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}compose-intake-briefAction
Prefill the founder-intake brief on /book with details the visitor has actually provided (never invent or infer personal details). Navigates to /book if needed and fills the form. It does NOT send anything: the visitor reviews the brief and sends it from their own email client.
View tool JSON
{
"name": "compose-intake-brief",
"kind": "act",
"impl": "imperative",
"description": "Prefill the founder-intake brief on /book with details the visitor has actually provided (never invent or infer personal details). Navigates to /book if needed and fills the form. It does NOT send anything: the visitor reviews the brief and sends it from their own email client.",
"inputSchema": {
"type": "object",
"properties": {
"lane": {
"type": "string",
"enum": [
"ulysses",
"gladiator",
"superhuman",
"aiexec",
"amplify",
"general"
],
"description": "Intake lane: ulysses (AI-search measurement), gladiator (cyber-defense design partner), superhuman (SUPERHUMAN-X access), aiexec (AI Executive Team fit), amplify (AMPLIFY direct engagement), or general."
},
"name": {
"type": "string",
"description": "Visitor's name, only as provided by the visitor."
},
"company": {
"type": "string",
"description": "Visitor's company, only as provided."
},
"role": {
"type": "string",
"description": "Visitor's role, only as provided."
},
"email": {
"type": "string",
"description": "Reply-to email, only as provided."
},
"problem": {
"type": "string",
"description": "The commercial problem and the proof the visitor needs."
},
"environment": {
"type": "string",
"description": "Operating environment — team, systems, current stack."
},
"constraints": {
"type": "string",
"description": "Constraints — timeline, budget shape, decision process."
}
},
"required": [
"lane"
]
},
"page": "/"
}navigate-to-pageAction
Navigate this site to a named page so the visitor can see it: home, products, about, team, book, manifesto, pricing, privacy, terms, refunds, or agent-ready.
View tool JSON
{
"name": "navigate-to-page",
"kind": "act",
"impl": "imperative",
"description": "Navigate this site to a named page so the visitor can see it: home, products, about, team, book, manifesto, pricing, privacy, terms, refunds, or agent-ready.",
"inputSchema": {
"type": "object",
"properties": {
"page": {
"type": "string",
"enum": [
"home",
"products",
"about",
"team",
"book",
"manifesto",
"pricing",
"privacy",
"terms",
"refunds",
"agent-ready"
],
"description": "Destination page."
}
},
"required": [
"page"
]
},
"page": "/"
}