Lists all boards in a project, including each board's id, column count, and task count. Requires project membership. Use this to discover boards before creating tasks or a new board. Provide the project name or a keyword to locate the project.
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 |
|---|---|---|---|
project_name |
string | no | The project name or keyword to search for. Required unless project_id is provided. |
project_id |
integer | no | Exact project ID. Use this when project_name matches multiple projects. |
Example prompt
Use list-boards-tool to help me with the relevant Taskavel task.
Example call
{
"name": "list-boards-tool",
"arguments": {}
}