Skip to main content
Glama
sdebruyn

fabric-dw-mcp-cli

by sdebruyn

list_warehouses

List all warehouses and SQL analytics endpoints in a given workspace, or aggregate results across all accessible workspaces.

Instructions

List all warehouses and SQL analytics endpoints in a workspace.

When all_workspaces is True, ignore workspace and aggregate results across every workspace the caller can see.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceYes
all_workspacesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must reveal behavioral traits. It discloses the overriding behavior of all_workspaces but omits potential details like pagination limits, permission requirements, or output format. Adequate but not thorough.

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?

Two sentences conveying purpose and key behavior with no extraneous information. Front-loaded and highly efficient.

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?

The description covers the primary parameter logic and scope. An output schema exists, so return values are documented elsewhere. Slight gap: no mention of prerequisites (e.g., workspace access). Mostly complete for a listing tool.

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 description coverage is 0%. The description adds meaning for the 'all_workspaces' parameter (its effect when true) but does not clarify the expected format or purpose of the 'workspace' parameter beyond being a workspace identifier. Partial compensation.

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 it lists warehouses and SQL analytics endpoints, and explains the scope (workspace or all workspaces). It effectively distinguishes from sibling tools like list_sql_endpoints by combining both resource types.

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?

Provides guidance on when to use the 'all_workspaces' parameter but does not explicitly indicate when to favor this tool over siblings that list only one resource type (e.g., list_sql_endpoints). Implied usage, but lacks explicit alternatives.

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/sdebruyn/fabric-dw-mcp-cli'

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