Skip to main content
Glama
Cloady

Cloady

Official
by Cloady

Transfer Workspace Ownership

transferWorkspaceOwnership
Destructive

Transfer ownership of a cloud workspace to another user by providing the target user ID. Use this to reassign administrative control to a different account.

Instructions

Transfer workspace ownership

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestBodyNoThe JSON request body.
workspaceSlugYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.1

TDQS

D1.8/5.0
Behavior2/5

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

Annotations already declare destructiveHint=true and openWorldHint=true, but the description adds nothing beyond that. It does not explain the consequences of ownership transfer, what happens to the current owner, or any side effects. With annotations present, the bar is lower, but the description contributes no additional behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single phrase with no wasted words, but it is under-specified rather than concise. It lacks any front-loaded critical information like side effects or prerequisites, making it too minimal for a destructive operation.

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

Completeness1/5

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

This is a destructive tool with nested parameters and no output schema. The description provides no information about what happens to the workspace, the old owner, or the new owner, nor does it explain any required authentication or authorization. It is completely inadequate for an agent to safely invoke this tool.

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

Parameters1/5

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

Schema description coverage is only 50% (workspaceSlug lacks a description, requestBody has a generic description). The tool description mentions no parameters at all, so it fails to compensate for the schema's incomplete parameter documentation. An agent gets no help understanding what targetUserId means or how it should be provided.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

Tautological: description restates name/title.

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?

There is no guidance on when to use this tool versus alternatives, no prerequisites, no mention of required permissions, and no exclusions. The description is purely declarative with zero contextual cues.

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