SEARCH_WIKI
Query IQ.wiki to find specific wikis, enabling AI assistants and applications to retrieve user-created, user-edited content, and detailed wiki activities.
Instructions
Search for a wiki from IQ.wiki by query
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | The query to search for |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"query": {
"description": "The query to search for",
"minLength": 1,
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}