OpenWebSearch

spellcheck_query

Returns Naver's spelling correction for a misspelled search query (오타변환).

Remote naver/search

Other tools also called spellcheck_query? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query. Must be UTF-8 encoded."
    }
  }
}