Skip to main content
Glama

vk_delete_projects_3798ab1e7dc9

Remove a team from a project to revoke its access. Specify project ID and team ID to delete the team's membership.

Instructions

Delete a team from a project. Raw Vikunja REST proxy for DELETE /projects/{projectID}/teams/{teamID}. Delets a team from a project. The team won't have access to the project anymore. 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
teamIDNoTeam ID Required.
teamIdNoTeam ID Required.
team_idNoTeam ID Required.
projectIDNoProject ID Required.
projectIdNoProject ID Required.
project_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 the effect ('The team won't have access to the project anymore'), notes that no request body is usually required, explains parameter naming conventions (camelCase/snake_case aliases), and states authentication is required. This is solid behavioral context, though it omits details like idempotency or error responses.

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 mostly efficient but includes redundancy: 'Delete a team from a project.' appears twice (once with a typo 'Delets'). This repetition wastes words, though the rest is structured logically. A more concise version would remove the duplicate.

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 delete operation with no output schema, the description explains the action, effect, required auth, request body absence, and parameter aliases. This covers the essential context for invocation, though it doesn't mention what happens if the team or project doesn't exist.

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%, so the baseline is 3. The description adds value by clarifying that path and query parameters are top-level fields and that original parameter names accept camelCase and snake_case aliases, which helps agents construct requests correctly without relying solely on the schema's enumerations.

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 explicitly states 'Delete a team from a project.' and specifies the exact REST endpoint (DELETE /projects/{projectID}/teams/{teamID}). This clearly identifies the action and resources, distinguishing it from sibling tools that delete entire projects or teams.

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 by naming the REST proxy path, which implies when to use it—for removing a team's access from a project. It does not explicitly list exclusions or alternatives, but the endpoint semantics make the use case unambiguous.

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