search_collections
ActiveTool of Scite
List the Collections the signed-in user can access, with an optional name filter. Returns Collections the user owns, is shared on, or that are shared with their organization. Pass `q` to filter by a case-insensitive substring of the Collection name. This is a filter over the caller's own Collections, not a full-text search of all Collections. **Parameters:** - q: Optional case-insensitive name substring to filter by. **Returns:** `{collections: [...], total: N}` where each Collection has id, slug, name, accessType, and DOI counts.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"q": {
"type": "string",
"description": "Optional case-insensitive name substring filter"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Scite
1/7 registries