Skip to main content
Glama

vk_get_projects_9602e3579c88

Retrieves all link shares for a Vikunja project. Enables reviewing and managing project access through share links.

Instructions

Get all link shares for a project. Raw Vikunja REST proxy for GET /projects/{project}/shares. Returns all link shares which exist for 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 shares by hash. Optional.
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.
projectNoProject ID Required.
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?

No annotations are provided, so the description carries the burden. It discloses authentication requirements and that this is a GET without a usual request body, which is useful. However, it does not mention whether the operation is read-only, pagination behavior, or any side effects, falling short of full transparency.

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

Conciseness4/5

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

The description is fairly brief and front-loaded with the purpose. However, there is a minor grammatical run-on ('...for a given project This endpoint...') that slightly reduces clarity, but it remains compact and free of 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?

Given the tool has 5 parameters, no output schema, and no annotations, the description covers the endpoint, authentication, and parameter aliases, but it does not provide details on link share response structure or clarify required parameters (schema marks project as 'Required' but no required list). It is adequate for invocation but leaves gaps for a fully self-sufficient agent.

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?

The input schema already covers all parameters with descriptions (100% coverage), so the baseline is 3. The description adds meaningful value by explaining that path/query parameters are top-level fields and that camelCase and snake_case aliases are accepted (e.g., perPage/per_page), which helps agents construct calls correctly.

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 a specific action 'Get all link shares for a project' and names the exact REST endpoint (GET /projects/{project}/shares), clearly distinguishing it from sibling tools like vikunja_get_project or other vk_get_projects_* proxies. This satisfies the verb+resource+scope criterion.

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 provides context as a 'Raw Vikunja REST proxy' and notes that a request body is usually not required, but it does not explicitly state when to choose this tool over alternatives or list exclusions. It implies usage for fetching link shares, but there is no direct when-to-use guidance relative to 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