Find resources by name
find_resourceSearch records across resource kinds by name or ID with case-insensitive substring matching. Filter by tag or narrow to specific kinds. Retrieve resources without listing entire collections.
Instructions
Search records across resource kinds by name — "find the query named X" without listing whole collections client-side. Case-insensitive substring match on name/title, plus exact-id match. Defaults to every non-admin kind (block, layout, partial, theme, query, snippet, translation, dashboard, tag, datasource, db_modification); pass kinds to narrow or to include admin kinds. Optional tag filters to records carrying that tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Only records carrying this tag. | |
| kinds | No | Resource kinds to search (default: all non-admin kinds). | |
| limit | No | Max results (default 50, max 500). | |
| query | Yes | Name substring (case-insensitive) or an exact record id. | |
| offset | No | Results to skip (pagination). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| errors | Yes | ||
| offset | Yes | ||
| results | Yes | ||
| returned | Yes | ||
| truncated | Yes | ||
| total_matches | Yes | ||
| kinds_searched | Yes |