Skip to main content
Glama
growing-pai-git

MCP Teamleader Focus

teamleader_remove_project_owner

Remove a user from project ownership to correct team assignments and access in Teamleader Focus CRM.

Instructions

Remove a user as an owner of a project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe project ID
user_idYesThe user ID to remove as owner

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.2

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations, the description must carry the behavioral burden. It only states the removal action without disclosing side effects (e.g., what happens if the user is not an owner, whether ownership is fully removed, permission requirements, or response format). No output schema exists, so the agent has no guidance on expected results.

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, well-formed sentence with no redundant information. It is front-loaded with the core action and resource, and every word earns its place.

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?

For a simple mutation with two self-explanatory parameters, the description covers the primary intent. However, it omits behavioral details (error handling, idempotency, permissions) and does not reference related tools. Given the simplicity, this is minimally adequate but not rich.

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?

Schema coverage is 100% for both parameters (id and user_id), and each has a clear description. The tool description adds nothing beyond what the schema already conveys, so the baseline of 3 applies. No additional parameter context is provided.

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 the action (remove) and the resource (user as owner of a project). It distinguishes from the sibling add_project_owner by the verb and directly maps to the tool's name. The scope is unambiguous.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives like teamleader_assign_project or teamleader_add_project_owner. It does not mention prerequisites, idempotency, or any exclusions. The agent is left to infer context from the name alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools