Retrieves all projects that the authenticated user is a member of. Returns project names, user roles (owner, admin, member, or guest), member counts, and the project owner's plan type.
Safety: Read only
Tool names, field names, and schema descriptions remain in canonical MCP English so copied calls match the server exactly.
Input schema
| Field | Type | Required | Description |
|---|---|---|---|
| — | — | no | This tool accepts no input. |
Example prompt
Use list-projects-tool to help me with the relevant Taskavel task.
Example call
{
"name": "list-projects-tool",
"arguments": {}
}