Skip to main content
Glama

move_hub_profile_to_workspace

Transfer a hub profile to another workspace while preserving its content. Provide the hub profile ID and target workspace ID to relocate it across workspaces.

Instructions

Transfer a hub profile to a different workspace (preserves content).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspace_idYes
hub_profile_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.18

TDQS

A4/5.0
Behavior4/5

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

Annotations indicate readOnly=false and destructiveHint=false, which align with the description's 'Transfer' and 'preserves content'. The description adds clarity about the non-destructive nature of the move, going beyond the annotations by explicitly stating a behavioral guarantee.

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, concise sentence with no redundant words. It front-loads the primary action and includes a useful qualifier about content preservation without unnecessary detail.

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 straightforward move operation with two parameters, the description provides sufficient context—what is moved, to where, and the preservation of content. It does not discuss return values or error conditions, but given the simplicity, this is not a significant gap.

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 two parameters (workspace_id and hub_profile_id) are self-explanatory from their names, and the description implies their roles (destination workspace and the hub profile to move). However, the description does not explicitly define them or their relationship, leaving some reliance on common sense.

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: 'Transfer a hub profile to a different workspace' with the added note '(preserves content)' which specifies a key attribute. This distinguishes it from related hub profile operations like create, update, archive, or delete, and there is no other move operation among siblings.

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?

The description implies the use case (moving a hub profile between workspaces) but does not explicitly state when to choose this tool over alternatives or provide exclusions. It lacks contrast with sibling operations, though the uniqueness of the action partially compensates.

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