Skip to main content
Glama
Jasuni69

Microsoft Fabric MCP Server

by Jasuni69

set_workspace

Set the active workspace for the current session by providing a workspace name or ID, ensuring subsequent operations run in the specified context.

Instructions

Set the current workspace for the session.

Args:
    workspace: Name or ID of the workspace
    ctx: Context object containing client information
Returns:
    A string confirming the workspace has been set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It does add useful context: the operation sets session state and returns a confirmation string. However, it does not disclose whether the workspace must already exist, how this affects subsequent tool calls, or whether the change is persistent across sessions.

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 concise and front-loaded with the key purpose, followed by compact Args and Returns sections. The ctx line is slightly extraneous since it is absent from the schema, but overall the structure is organized and free of unnecessary prose.

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?

Given the tool's simplicity, the description covers the core purpose, parameter meaning, and return value. Gaps remain: there is no usage guidance, no mention of validation behavior, and no indication of what 'current workspace' affects. For a simple setter with no annotations and no output schema, this is adequate but not complete.

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?

The schema only provides the property name 'workspace' with no description, so the description's clarification that it accepts 'Name or ID' adds meaningful semantics. The extra 'ctx' argument is not present in the input schema and could be confusing, but the primary parameter is adequately explained.

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

Purpose4/5

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

The description clearly states a specific verb and resource: 'Set the current workspace for the session.' This distinguishes it from sibling tools like set_warehouse and set_lakehouse because the target resource is explicitly named. It does not explicitly differentiate from list_workspaces or create_workspace, but the action 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?

There is no guidance about when to use this tool versus alternatives such as list_workspaces, create_workspace, or other set_* tools. The phrase 'for the session' implies a stateful selection, but no conditions, prerequisites, or exclusions are given.

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

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/Jasuni69/ms-core-mcp'

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