Skip to main content
Glama

vk_put_projects_53585a63b2d6

Upload a project background image to a Vikunja project. Provide the project ID and background file in multipart form data to set or update the background.

Instructions

Upload a project background. Raw Vikunja REST proxy for PUT /projects/{id}/backgrounds/upload. Upload a project background. Pass multipart form data in the form field. File values use an object with filename, contentBase64 and optional contentType. Multi-file fields accept arrays. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Form fields: background. Required: background. Authentication is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoProject ID Required.
formYesMultipart form data fields: background (string, required). Use file objects shaped like { filename, contentBase64, contentType? }. Non-file objects are JSON-stringified before upload.
Behavior3/5

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

With no annotations, the description must carry the burden. It discloses that authentication is required and describes multipart form data handling, but it does not mention response format, idempotency, or side effects like overwriting an existing background. This is moderate transparency but not comprehensive.

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

Conciseness3/5

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

The description is short and front-loaded, but it redundantly repeats 'Upload a project background' twice at the beginning. This unnecessary repetition makes it less concise than it could be.

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 no output schema and no annotations, so the description should explain return values and side effects. It adequately covers input details and authentication, but omits what the response looks like, whether it overwrites existing backgrounds, and prerequisites like project existence. This leaves clear gaps.

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 description coverage is 100%, so baseline is 3. The description adds value by explaining aliases (camelCase/snake_case), top-level path/query parameters, and multi-file arrays—details not fully present in the schema. However, it repeats some schema info about file object shape, so not a 5.

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 'Upload a project background' and explicitly names the REST endpoint PUT /projects/{id}/backgrounds/upload, which distinguishes it from sibling vk_put_projects_* tools. The verb+resource is specific and unambiguous.

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 provides clear context on when to use: it is for uploading a project background via multipart form data. It also explains parameter handling (aliases, top-level fields) but does not explicitly mention alternatives or when not to use, so it misses the full 5.

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