Find RAG workspace for a repo
rag_findCheck if a repository has an AnythingLLM workspace using exact name matching, returning workspace details and all results.
Instructions
Check whether an AnythingLLM workspace exists for a repo. Matches on exact display name (e.g. 'owner/repo'). Returns {exists, workspace|null, all}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Repo identity, e.g. 'owner/repo' |