Skip to main content
Glama
Jasuni69

Microsoft Fabric MCP Server

by Jasuni69

get_sql_endpoint

Retrieve the SQL endpoint for a lakehouse or warehouse by providing its name and workspace. Use this endpoint to connect to the resource directly.

Instructions

Retrieve the SQL endpoint for a specified lakehouse or warehouse.

Args:
    workspace: Name or ID of the workspace (optional).
    lakehouse: Name or ID of the lakehouse (optional).
    warehouse: Name or ID of the warehouse (optional).
    type: Type of resource ('lakehouse' or 'warehouse'). If not provided, it will be inferred.
    ctx: Context object containing client information.

Returns:
    A string containing the resource type, name/ID, and its SQL endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo
lakehouseNo
warehouseNo
workspaceNo

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 must carry the burden of behavioral disclosure. It does state the return format and mentions that type inference occurs, which is useful. However, it does not disclose side effects, error behavior, authentication needs, or how conflicting arguments like both lakehouse and warehouse being provided are handled.

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 front-loaded with a clear one-sentence summary followed by structured Args and Returns sections. It is concise overall, though documenting a 'ctx' parameter that is absent from the input schema adds minor confusion and could mislead callers.

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?

The description covers the parameters and return value, which is helpful given there is no output schema. However, it omits important calling constraints: whether lakehouse and warehouse are mutually exclusive, what happens if neither is provided, and what errors may occur. This leaves the tool minimally viable but with clear gaps.

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?

Schema description coverage is 0%, so the description's parameter list adds essential meaning. It explains workspace, lakehouse, and warehouse as names or IDs, and type as 'lakehouse' or 'warehouse' with inference when omitted. It does not define constraints such as mutual exclusivity or the minimum set of required arguments, but it compensates for the empty schema descriptions.

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 opening sentence names a concrete action ('Retrieve') and a specific resource ('SQL endpoint for a specified lakehouse or warehouse'). This clearly communicates what the tool does and is distinguishable from generic list or schema tools, though it does not explicitly contrast it with any sibling tool.

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 set_lakehouse, list_warehouses, or sql_query. No prerequisites, exclusions, or decision rules are provided; the only usage signal is implied by the purpose statement.

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