Tool tree
CMO at Nationwide Mortgage Bankers and CEO of TrueTone AI. Keynote speaker and strategic advisor helping mortgage companies build AI-powered marketing that scales.
search_contentAnswer
Search everything published on jarrettstanley.com - articles on AI in mortgage marketing, glossary definitions, AI tool roundups, campaign teardowns, role playbooks, and Jarrett Stanley's speaking and consulting pages. Returns ranked matches with snippets and canonical URLs.
View tool JSON
{
"name": "search_content",
"kind": "answer",
"impl": "imperative",
"description": "Search everything published on jarrettstanley.com - articles on AI in mortgage marketing, glossary definitions, AI tool roundups, campaign teardowns, role playbooks, and Jarrett Stanley's speaking and consulting pages. Returns ranked matches with snippets and canonical URLs.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search terms, for example \"AI lead scoring\"."
},
"section": {
"type": "string",
"enum": [
"all",
"site",
"blog",
"glossary",
"tools",
"examples",
"solutions"
],
"default": "all"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 25,
"default": 8
}
},
"required": [
"query"
]
},
"page": "/"
}get_pageAnswer
Read the full Markdown text of one page on jarrettstanley.com by its path, for example "/speaking" or "/insights/glossary/ai-lead-scoring".
View tool JSON
{
"name": "get_page",
"kind": "answer",
"impl": "imperative",
"description": "Read the full Markdown text of one page on jarrettstanley.com by its path, for example \"/speaking\" or \"/insights/glossary/ai-lead-scoring\".",
"inputSchema": {
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Site path beginning with \"/\"."
}
},
"required": [
"path"
]
},
"page": "/"
}list_contentAnswer
List every published page in one section of jarrettstanley.com with its title, summary, and canonical URL.
View tool JSON
{
"name": "list_content",
"kind": "answer",
"impl": "imperative",
"description": "List every published page in one section of jarrettstanley.com with its title, summary, and canonical URL.",
"inputSchema": {
"type": "object",
"properties": {
"section": {
"type": "string",
"enum": [
"all",
"site",
"blog",
"glossary",
"tools",
"examples",
"solutions"
],
"default": "all"
}
},
"required": [
"section"
]
},
"page": "/"
}subscribe_to_the_signalSensitive Action
Subscribe an email address to The Signal, Jarrett Stanley's weekly newsletter on AI and mortgage marketing. Requires first name, last name, and email. Only submit with the person's explicit consent.
View tool JSON
{
"name": "subscribe_to_the_signal",
"kind": "transact",
"impl": "declarative",
"description": "Subscribe an email address to The Signal, Jarrett Stanley's weekly newsletter on AI and mortgage marketing. Requires first name, last name, and email. Only submit with the person's explicit consent.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}