Skip to main content
Glama

vk_get_projects_76eb7fb509ab

Retrieve one link share by ID from a project's shares. This Vikunja API tool returns details for a specific share, requiring project and share IDs.

Instructions

Get one link shares for a project. Raw Vikunja REST proxy for GET /projects/{project}/shares/{share}. Returns one link share by its ID. 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
shareNoShare ID Required.
projectNoProject ID Required.
Behavior4/5

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

With no annotations provided, the description adds valuable behavioral details: authentication requirement, that no request body is usually needed, that parameters are top-level fields, and that camelCase/snake_case aliases are accepted. It does not describe error behavior or return shape, but for a simple GET this is reasonably transparent.

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 information-dense. It front-loads the core action, then provides endpoint details, body expectations, parameter formatting, and authentication in a logical sequence with no redundant filler.

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

Completeness4/5

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

For a simple GET proxy with two parameters and no output schema, the description covers the essential aspects: purpose, endpoint, return value, parameter top-level behavior, aliases, and authentication. It is slightly incomplete in not mentioning potential error cases or the structure of the returned link share, but overall it is sufficient.

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% and both parameters already have descriptions ('Share ID Required', 'Project ID Required'). The description adds extra invocation semantics: 'Path and query parameters are top-level fields' and that original names accept camelCase and snake_case aliases, which helps an agent call the tool 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 clearly states the action ('Get one link shares for a project') and identifies the exact REST endpoint (GET /projects/{project}/shares/{share}). It explicitly returns 'one link share by its ID', which distinguishes 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 Guidelines4/5

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

The description implies when to use the tool: to fetch a single link share by ID. It provides clear endpoint context and the scope ('one link share'), but does not explicitly mention when not to use it or name alternative tools, though the sibling list contains many similar getters.

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