LobeChat
Ctrl K
Back to Discovery
seo_assistant

SEO Assistant

@webfx
The SEO Assistant can generate search engine keyword information in order to aid the creation of content.

Tool Parameters

banner
Get the list of keyword suggestions
ParameterType
keyword
STRING

JSON Schema

json
[
  {
    "description": "Get the list of keyword suggestions",
    "name": "getGeneratedKeywordSuggestion",
    "parameters": {
      "properties": {
        "keyword": {
          "type": "string"
        }
      },
      "required": [
        "keyword"
      ],
      "type": "object"
    }
  }
]