Retrieves all boards and their columns for a specified project. Requires project membership. 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-board-columns-tool to help me with the relevant Taskavel task.
Example call
{
"name": "list-board-columns-tool",
"arguments": {}
}