Skip to main content
Glama
sdebruyn

fabric-dw-mcp-cli

by sdebruyn

list_masked_columns

Retrieve all masked columns in a Fabric warehouse or SQL endpoint, with optional schema and table filters.

Instructions

List columns with dynamic data masking from sys.masked_columns.

Returns all masked columns on the target Data Warehouse or SQL Analytics Endpoint. Filter by table_schema and/or table_name to narrow results.

Args: workspace: Workspace name or GUID. item: Warehouse or SQL endpoint name or GUID. table_schema: Optional schema filter (case-insensitive). Pass None to include all schemas. table_name: Optional table name filter (case-insensitive). Pass None to include all tables.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemYes
workspaceYes
table_nameNo
table_schemaNo

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 bears full responsibility. It states it returns masked columns and supports filtering, but lacks details on authentication, performance, or error conditions. It is adequate but not comprehensive.

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 structured with a summary line and parameter block, which is readable. However, it is slightly verbose with redundant phrases like 'Pass None' for each optional parameter, which could be tightened without losing clarity.

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?

Given the existence of an output schema, the description appropriately focuses on input parameters and the source system. It covers filtering and case-insensitivity. It does not need to detail return values, making it sufficiently complete.

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

Parameters5/5

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

Despite 0% schema description coverage, the description's docstring provides clear explanations for all four parameters, including case-insensitivity and default null behavior for optional filters. This fully compensates for the schema gap.

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 specifies the verb 'List' and the resource 'columns with dynamic data masking from sys.masked_columns'. It distinguishes from sibling tools like get_table_columns by focusing specifically on masked columns and includes filtering options.

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 usage through filtering options but does not explicitly state when to use this tool versus alternatives, nor does it provide exclusions or prerequisites. The agent must infer context from the name and sibling list.

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