Skip to main content
Glama
sdebruyn

fabric-dw-mcp-cli

by sdebruyn

list_functions

List T-SQL user-defined functions in a Fabric warehouse or SQL Analytics Endpoint. Optionally filter by schema and kind (scalar, inline TVF, or all).

Instructions

List T-SQL user-defined functions on a warehouse or SQL Analytics Endpoint.

Scalar UDFs (FN) and inline TVFs (IF) are preview features on Fabric DW as of mid-2026. Function DDL is supported on both Data Warehouses and SQL Analytics Endpoints.

Args: workspace: Workspace name or GUID. item: Warehouse or SQL Analytics Endpoint name or GUID. schema: When provided, only functions in this schema are returned. kind: Filter by function kind — "scalar" (FN only), "inline-tvf" (IF only), or "all" (FN + IF + TF, the default).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceYes
itemYes
schemaNo
kindNoall

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that scalar UDFs and inline TVFs are preview features on Fabric DW as of mid-2026 and explains the 'kind' parameter values. While it does not explicitly state that the operation is read-only, the context implies it is a listing operation.

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 well-structured with a clear purpose sentence followed by a note on preview features and a bullet-like list for arguments. It is slightly longer than necessary but each sentence adds value. No wasted words.

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

Completeness5/5

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

Given the presence of an output schema (not shown but exists), the description covers all necessary aspects: parameter explanations, supported platforms, preview status, and function kinds. It is complete for a listing tool with low complexity.

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?

Input schema has 0% description coverage, so the description fully compensates. It explains all four parameters: workspace, item (required), schema (optional), and kind (optional with default 'all'), including detailed explanation of kind values ('scalar', 'inline-tvf', 'all').

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 that the tool lists T-SQL user-defined functions on a warehouse or SQL Analytics Endpoint, specifying scalar UDFs and inline TVFs. It distinguishes itself from sibling tools like list_procedures and list_views by focusing specifically on functions.

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 explains what the tool does and the available filters (schema, kind) but does not provide explicit guidance on when to use this tool versus alternatives or any prerequisites. It is adequate but lacks clear usage context.

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