You're viewing a demo portfolio

Join the waitlist
PRSM

autosuggest

Active

Tool of What3words

declared in 0.1.0

Given a partial / mistyped 3-word input, return ranked suggestions. Optional focus point biases results toward proximity.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "input": "filled.count.so"
    },
    {
      "input": "index.home",
      "country": "GB",
      "n_results": 5,
      "focus_latitude": 51.520847,
      "focus_longitude": -0.195521
    }
  ],
  "required": [
    "input"
  ],
  "properties": {
    "input": {
      "type": "string",
      "description": "Partial three-word string"
    },
    "country": {
      "type": "string",
      "description": "Restrict to ISO country code(s), comma-separated"
    },
    "language": {
      "type": "string",
      "description": "2-letter language"
    },
    "n_results": {
      "type": "number",
      "description": "1-100 (default 3)"
    },
    "focus_latitude": {
      "type": "number",
      "description": "Bias toward this latitude"
    },
    "focus_longitude": {
      "type": "number",
      "description": "Bias toward this longitude"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

What3words

https://github.com/pipeworx-io/mcp-what3words

1/7 registries
View full server →
autosuggest — What3words — PRSM MCP