Tag search

This commit is contained in:
2026-07-26 13:13:38 -07:00
parent 62c06b6254
commit 79c975dd28
5 changed files with 110 additions and 0 deletions
+5
View File
@@ -43,6 +43,11 @@ Provides the "manual" for available generation models.
* **Best for**: Learning the prompting style, recommended settings, and available resolution presets for a specific model.
* **Workflow**: Call without arguments to see the catalog; call with `model_name` for the detailed guide.
### 🏷️ `search_tags`
Searches the Danbooru tag database for recognized tags and aliases.
* **Best for**: Finding the correct booru-style tags, checking tag popularity, and resolving aliases (e.g., 'lesbian' → 'yuri').
* **Workflow**: Provide a query string to get a list of the most popular matching tags.
### 🌐 `browse_wikipedia`
Allows the model to browse Wikipedia using its API.
* **Best for**: Quickly retrieving summaries, structural maps (ToC), or specific section content from Wikipedia without dumping the entire page.