list_projects
Retrieve all Taiga projects accessible to a user by providing a valid session_id, enabling efficient project management and collaboration.
Instructions
Lists projects accessible to the user associated with the provided session_id.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
session_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"session_id": {
"title": "Session Id",
"type": "string"
}
},
"required": [
"session_id"
],
"title": "list_projectsArguments",
"type": "object"
}