Skip to main content
Glama
zcube

Penpot MCP Server

by zcube

delete_team

Delete a team from your Penpot workspace by supplying the team ID. Owner permissions are required.

Instructions

Delete a team (requires owner permissions)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
teamIdYesTeam ID
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It only mentions owner permissions, but omits the destructive, likely irreversible nature of deleting a team, and potential cascading effects on team members, projects, or shared files.

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 a single, clear sentence. It is front-loaded with the action and includes only essential information, making it highly concise.

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

Completeness2/5

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

Given that this is a destructive operation with no output schema, the description should provide more context about consequences (e.g., irreversibility, associated data deletion). It only covers permissions, leaving significant gaps for an agent deciding to invoke it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already fully describes the single parameter teamId as 'Team ID'. The description adds no additional semantic meaning beyond the schema, so it meets the baseline for high schema coverage.

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 uses the imperative 'Delete a team' which clearly identifies the action and resource. The parenthetical 'requires owner permissions' adds a necessary precondition, distinguishing it from read-only team tools like get_team or list_teams.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

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

It states the permission requirement, implying usage is for owners only, but does not explicitly reference alternatives such as delete_team_member or leave_team for users who are not owners. No clear when-to-use versus when-not-to-use guidance beyond permission.

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/zcube/penpot-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server