modrinth_search_projects
Search public Modrinth projects by text and optional filters like mod type or modloader. Returns matching project slugs, titles, download counts, and descriptions to help you find and evaluate Minecraft mods.
Instructions
Search public Modrinth projects. Returns a compact list of hits (slug, title, project_type, downloads, description).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max hits. | |
| query | Yes | Search text, e.g. 'sodium' or 'anvil'. | |
| facets | No | Optional raw Modrinth facets JSON, e.g. '[["project_type:mod"],["categories:fabric"]]'. |