Skip to main content
Glama

vk_delete_projects_16ac08a9841c

Remove a project background using its project ID. Clears any previously set background and does not fail if none exists.

Instructions

Remove a project background. Raw Vikunja REST proxy for DELETE /projects/{id}/background. Removes a previously set project background, regardless of the project provider used to set the background. It does not throw an error if the project does not have a background. 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
idNoProject ID Required.
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses key behaviors: provider-agnostic removal, no error on missing background, optional request body, top-level parameter convention, camelCase/snake_case aliases, and authentication. It stops short of stating response codes or impact beyond background removal, but the disclosed details are substantial.

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. The first sentence states the core action, followed by four short sentences that each add useful context about edge cases, request body, parameter conventions, and auth. No redundant or irrelevant information.

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 single-parameter endpoint with no output schema or annotations, the description covers the operation thoroughly: what it does, its edge case, request body, parameter style, and auth. It could mention expected response status or irreversibility, but given the tool's narrow scope and the proxy framing, the existing context is largely 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?

The input schema describes the parameter as 'Project ID Required' but lacks detail on how it should be passed. The description adds that path/query parameters are top-level fields and that original parameter names accept camelCase/snake_case aliases, clarifying invocation format. Given schema coverage is 100%, the description provides incremental value.

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 verb+resource: 'Remove a project background.' It explicitly identifies the REST proxy target 'DELETE /projects/{id}/background', distinguishing it from other project deletion variants. This unambiguously conveys the tool's scope.

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 clearly indicates when to use this tool: whenever a project background needs removal. It adds context about idempotent behavior ('does not throw an error if the project does not have a background') and authentication requirements. However, it does not explicitly discuss alternative tools for other delete operations or provide exclusion criteria.

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