Tool
get_projects · Behavior Read-onlyid to fetch one project. Otherwise returns a page of projects you can access (those you created, open projects, and ones shared with you); narrow with q and page with cursor/limit. Always returns a projects array (empty when nothing matches) and a next_cursor (null on the last page).
Input parameters
string (uuid)
Fetch one project by id. Provide either
id or a list query (q/cursor), not both.string
Filter the accessible projects by a case-insensitive substring of the project name. Omit to list everything accessible.
string
Opaque pagination cursor from a previous response’s
next_cursor. Omit for the first page; repeat any filters (e.g. q) alongside it.integer
Max items to return (default 25, max 100). Defaults to
25.Response
object[]
string | null