Skip to main content
Glama

vk_post_teams_68a82e0c7e06

Toggle a team member's admin status in Vikunja. Provide team and user IDs to switch the user between admin and standard member privileges.

Instructions

Toggle a team member's admin status. Raw Vikunja REST proxy for POST /teams/{id}/members/{userID}/admin. If a user is team admin, this will make them member and vise-versa. Pass the JSON request payload in the optional body field. 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
idNoTeam ID Required.
bodyNoOptional JSON request body. Some Vikunja endpoints accept payloads even when the Swagger snapshot omits the schema.
userIDNoUser ID Required.
userIdNoUser ID Required.
user_idNoUser ID Required.
Behavior5/5

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

With no annotations, the description carries full burden. It discloses the toggle behavior, the raw proxy nature, the optional body parameter, top-level parameter passing, alias acceptance, and authentication requirement. This is rich behavioral context beyond any structured data.

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 front-loaded with the purpose and contains seven sentences, each providing a distinct piece of information. It is not overly verbose, though some redundancy exists between the toggle statement and the endpoint mapping.

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?

Given the tool has five parameters, no annotations, and no output schema, the description covers purpose, behavior, endpoint, body usage, parameter aliases, and authentication. It does not mention response details or permission requirements, but it is still fairly complete for a raw proxy tool.

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 baseline is 3. The description adds extra meaning by explaining that path/query parameters are top-level fields, that aliases are accepted, and that the body is optional and may carry payloads even when schema omits them. This justifies a 4.

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 'Toggle a team member's admin status,' which uses a specific verb and resource. It also names the exact REST endpoint, clearly distinguishing this tool from the many other vk_post_* siblings.

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 implies when to use this tool (to toggle admin status) and explains the toggle behavior. It does not explicitly list alternatives or exclusions, but the raw proxy nature and specific endpoint make the usage context clear.

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