Skip to main content
Glama

vk_get_projects_a99a3200bd60

Retrieve teams with access to a specific Vikunja project. Provide the project ID to list team memberships, with optional search by name and pagination.

Instructions

Get teams on a project. Raw Vikunja REST proxy for GET /projects/{id}/teams. Returns a project with all teams which have access on a given project. 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 teams by its name. Optional.
idNoProject ID Required.
pageNoThe page number. Used for pagination. If not provided, the first page of results is returned. Optional.
perPageNoThe maximum number of items per page. Note this parameter is limited by the configured maximum of items per page. Optional.
per_pageNoThe maximum number of items per page. Note this parameter is limited by the configured maximum of items per page. Optional.
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses authentication requirements, the 'no request body' expectation, and parameter naming conventions, but it does not describe the return format, error behavior, or whether the operation is safe/read-only beyond the implied 'Get'.

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 compact and front-loaded with the primary action. Each sentence adds meaningful information—endpoint, behavior, parameter style, aliases, and authentication—without unnecessary filler.

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 description is adequate for a simple proxy tool but has gaps: no output schema or annotations are present, and the description does not explain the response structure, pagination behavior, or potential error cases. It covers the essentials but lacks deeper context.

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?

Input schema covers all 5 parameters with descriptions, so the baseline is 3. The description adds valuable meaning by explaining that parameters are top-level fields and that original names accept camelCase and snake_case aliases, which supplements the schema.

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

Purpose5/5

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

The description opens with 'Get teams on a project' and specifies the exact REST endpoint 'GET /projects/{id}/teams'. This clearly identifies the operation as retrieving team access for a given project, distinguishing it from other project-related tools in the sibling list.

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 gives useful context about being a raw REST proxy and that authentication is required, but it does not explicitly state when to prefer this tool over alternatives like other project getters. Usage is implied rather than directly guided.

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