Tool tree
Web design, marketing, media, and AI visibility services, with case studies, research notes, and project inquiries.
get_page_contentAnswer
Get detailed text sections, headings, and overview for a specific service, case study, pricing page, or lab note on That One Firm.
View tool JSON
{
"name": "get_page_content",
"kind": "answer",
"impl": "imperative",
"description": "Get detailed text sections, headings, and overview for a specific service, case study, pricing page, or lab note on That One Firm.",
"inputSchema": {
"type": "object",
"required": [
"path"
],
"properties": {
"path": {
"type": "string",
"description": "Relative path or URL on That One Firm (e.g. '/pricing', '/retainer', '/projects/junkgf', '/lab-notes/hoc420-network-redesign')."
}
},
"additionalProperties": false
}
}list_case_studies_and_lab_notesAnswer
List That One Firm's client case studies, portfolio projects, and lab research notes.
View tool JSON
{
"name": "list_case_studies_and_lab_notes",
"kind": "answer",
"impl": "imperative",
"description": "List That One Firm's client case studies, portfolio projects, and lab research notes.",
"inputSchema": {
"type": "object",
"properties": {
"type": {
"enum": [
"all",
"projects",
"lab_notes"
],
"type": "string",
"default": "all",
"description": "Filter by item type: 'projects' for case studies, 'lab_notes' for research/lab articles, or 'all'."
}
},
"additionalProperties": false
}
}list_servicesAnswer
List That One Firm's core service offerings and pricing tiers.
View tool JSON
{
"name": "list_services",
"kind": "answer",
"impl": "imperative",
"description": "List That One Firm's core service offerings and pricing tiers.",
"inputSchema": {
"type": "object",
"properties": {
"category": {
"enum": [
"all",
"services",
"pricing_offers"
],
"type": "string",
"default": "all",
"description": "Filter by category: 'services' for agency capabilities, 'pricing_offers' for packages/retainers, or 'all'."
}
},
"additionalProperties": false
}
}list_tof_servicesAnswer
Summarize public services That One Firm offers: web and app builds, marketing and media, AI visibility (AIVIS), and Agent Ready site upgrades for AI agents.
View tool JSON
{
"name": "list_tof_services",
"kind": "answer",
"impl": "imperative",
"description": "Summarize public services That One Firm offers: web and app builds, marketing and media, AI visibility (AIVIS), and Agent Ready site upgrades for AI agents.",
"inputSchema": {
"type": "object",
"properties": {}
}
}start_project_inquiryAction
Initiate a project inquiry or consultation request with That One Firm by populating inquiry parameters and focusing the intake form.
View tool JSON
{
"name": "start_project_inquiry",
"kind": "act",
"impl": "imperative",
"description": "Initiate a project inquiry or consultation request with That One Firm by populating inquiry parameters and focusing the intake form.",
"inputSchema": {
"type": "object",
"properties": {
"goals": {
"type": "string",
"description": "Outcome or goals the user is optimizing for (minimum 15 characters)."
},
"company": {
"type": "string",
"description": "Company or organization name."
},
"territory": {
"type": "string",
"description": "Business location or market (e.g. 'Tacoma / Pierce County', 'Nationwide')."
},
"service_interest": {
"type": "string",
"description": "The service or offer the user is interested in (e.g. 'AI Visibility Audit', 'Custom App & Web Development', 'Growth Retainer')."
}
},
"additionalProperties": false
}
}submit_project_intakeSensitive Action
Submit a project inquiry to That One Firm ??? contact info, territory or market, and goals for web, marketing, visibility, or agent-ready work.
View tool JSON
{
"name": "submit_project_intake",
"kind": "transact",
"impl": "declarative",
"description": "Submit a project inquiry to That One Firm ??? contact info, territory or market, and goals for web, marketing, visibility, or agent-ready work.",
"inputSchema": {
"type": "object",
"properties": {
"lead_source": {
"type": "string",
"description": "Lead attribution source (e.g. agent_ready campaign)"
},
"company": {
"type": "string",
"description": "Company"
},
"name": {
"type": "string",
"description": "Contact full name"
},
"email": {
"type": "string",
"description": "Valid email for follow-up"
},
"phone": {
"type": "string",
"description": "Optional phone number"
},
"territory": {
"type": "string",
"description": "Market, city, or region served"
},
"goals": {
"type": "string",
"description": "Project goals ??? minimum 15 characters describing desired outcome"
}
},
"required": [
"name",
"email",
"goals"
]
}
}