Skip to main content
Glama

vk_get_projects_59d26cf6f54d

Fetch tasks from a Vikunja project view using filters, sorting, and pagination. Returns a list of tasks or kanban buckets.

Instructions

Get tasks in a project. Raw Vikunja REST proxy for GET /projects/{id}/views/{view}/tasks. Returns all tasks for the selected project. When the requested view is a kanban view, a list of buckets containing the tasks will be returned. Otherwise, a list of tasks will be returned. This endpoint does not usually require a request body. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Authentication is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sNoSearch tasks by task text. Optional.
idNoThe project ID. Required.
pageNoThe page number. Used for pagination. If not provided, the first page of results is returned. Optional.
viewNoThe project view ID. Required.
expandNoIf set to `subtasks`, Vikunja will fetch only tasks which do not have subtasks and then in a second step, will fetch all of these subtasks. This may result in more tasks than the pagination limit being returned, but all subtasks will be present in the response. If set to `buckets`, the buckets of each task will be present in the response. If set to `reactions`, the reactions of each task will be present in the response. If set to `comments`, the first 50 comments of each task will be present in the response. You can set this multiple times with different values. Optional.
filterNoThe filter query to match tasks by. Check out https://vikunja.io/docs/filters for a full explanation of the feature. Optional.
sortByNoThe sorting parameter. You can pass this multiple times to get the tasks ordered by multiple different parametes, along with `order_by`. Possible values to sort by are `id`, `title`, `description`, `done`, `done_at`, `due_date`, `created_by_id`, `project_id`, `repeat_after`, `priority`, `start_date`, `end_date`, `hex_color`, `percent_done`, `uid`, `created`, `updated`. Default is `id`. Optional.
orderByNoThe ordering parameter. Possible values to order by are `asc` or `desc`. Default is `asc`. Optional.
perPageNoThe maximum number of items per page. Note this parameter is limited by the configured maximum of items per page. Optional.
sort_byNoThe sorting parameter. You can pass this multiple times to get the tasks ordered by multiple different parametes, along with `order_by`. Possible values to sort by are `id`, `title`, `description`, `done`, `done_at`, `due_date`, `created_by_id`, `project_id`, `repeat_after`, `priority`, `start_date`, `end_date`, `hex_color`, `percent_done`, `uid`, `created`, `updated`. Default is `id`. Optional.
order_byNoThe ordering parameter. Possible values to order by are `asc` or `desc`. Default is `asc`. Optional.
per_pageNoThe maximum number of items per page. Note this parameter is limited by the configured maximum of items per page. Optional.
filterTimezoneNoThe time zone which should be used for date match (statements like Optional.
filter_timezoneNoThe time zone which should be used for date match (statements like Optional.
filterIncludeNullsNoIf set to true the result will include filtered fields whose value is set to `null`. Available values are `true` or `false`. Defaults to `false`. Optional.
filter_include_nullsNoIf set to true the result will include filtered fields whose value is set to `null`. Available values are `true` or `false`. Defaults to `false`. Optional.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Since no annotations are provided, the description carries the full burden of behavioral disclosure. It explains the conditional return format (buckets for kanban views, tasks otherwise), notes that no request body is usually required, mentions parameter aliases, and states authentication is required. This is substantive behavior disclosure beyond the minimal, though it omits error responses and rate limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded, starting with the core action 'Get tasks in a project.' Each sentence adds relevant information: endpoint, return behavior, request body, parameter style, and authentication. There is no redundant or filler content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 16 parameters and no output schema, so the description needs to compensate for the missing response structure. It does explain the primary return types (buckets vs. tasks) but does not describe the shape of task objects, pagination details, or error scenarios. This leaves gaps for a raw proxy with this parameter count.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds value by explaining that path and query parameters are top-level fields and that camelCase/snake_case aliases are accepted, which clarifies how to pass parameters. This is useful meta-information beyond the schema's per-parameter descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Get tasks in a project' and specifies the exact REST endpoint, making the verb and resource unambiguous. However, it does not explicitly distinguish itself from the many sibling tools that also fetch tasks (e.g., vikunja_list_tasks, vk_get_tasks_*), so it lacks direct sibling differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage through 'Raw Vikunja REST proxy' and notes that authentication is required, which gives some context. However, it does not explicitly state when to use this tool versus alternatives, nor does it mention exclusions or preferred scenarios compared to higher-level task-fetching siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shichao402/vikunja-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server