← WebMCP Directory

Tool tree

voxturr.com

Productivity & Business
https://voxturr.com/
Growth and digital marketing services
Explore capabilities

Tools verified

list_voxturr_case_studiesAnswer

List Voxturr client case studies with their titles and URLs. Use when asked what work Voxturr has done, for which clients, or for evidence of results.

View tool JSON
{
  "name": "list_voxturr_case_studies",
  "kind": "answer",
  "impl": "imperative",
  "description": "List Voxturr client case studies with their titles and URLs. Use when asked what work Voxturr has done, for which clients, or for evidence of results.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Optional keyword to filter by."
      },
      "limit": {
        "type": "integer",
        "minimum": 1,
        "maximum": 20,
        "default": 10
      }
    }
  }
}
list_voxturr_servicesAnswer

List Voxturr’s service and industry pages with their URLs, so an agent can point a user at the right offering.

View tool JSON
{
  "name": "list_voxturr_services",
  "kind": "answer",
  "impl": "imperative",
  "description": "List Voxturr’s service and industry pages with their URLs, so an agent can point a user at the right offering.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "limit": {
        "type": "integer",
        "minimum": 1,
        "maximum": 30,
        "default": 25
      }
    }
  }
}
search_voxturr_articlesAnswer

Search Voxturr’s published marketing articles by keyword and return matching titles, URLs and summaries. Use for questions about growth marketing, SaaS, D2C, SEO, webinars or demand generation as Voxturr has written about them.

View tool JSON
{
  "name": "search_voxturr_articles",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search Voxturr’s published marketing articles by keyword and return matching titles, URLs and summaries. Use for questions about growth marketing, SaaS, D2C, SEO, webinars or demand generation as Voxturr has written about them.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Search keywords."
      },
      "limit": {
        "type": "integer",
        "minimum": 1,
        "maximum": 10,
        "default": 5
      }
    },
    "required": [
      "query"
    ]
  }
}