Skip to main content
Glama
sdebruyn

fabric-dw-mcp-cli

by sdebruyn

list_frequent_queries

Retrieve frequently-run queries from a specified workspace and warehouse or SQL Analytics Endpoint, with optional time range filters and row limit.

Instructions

Return frequently-run queries from queryinsights.frequently_run_queries.

Args: workspace: Workspace name or GUID. item: Warehouse or SQL Analytics Endpoint name or GUID. limit: Maximum rows to return (1-10000, default 100). since: Optional ISO-8601 lower bound on last_run_start_time. until: Optional ISO-8601 upper bound on last_run_start_time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceYes
itemYes
limitNo
sinceNo
untilNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, so the description must fully convey safety and behavior. It only states 'Return' implying a read operation but does not explicitly confirm read-only status, nor mention permissions, side effects, or rate limits.

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 the core purpose and uses a structured argument list. It is not overly verbose, though the parameter details could be slightly more compact without losing clarity.

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 simple read operation, the description covers inputs well but misses usage guidelines and behavioral transparency. An output schema exists so return values need not be detailed. Overall adequate but with gaps.

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?

With 0% schema coverage, the description fully explains all 5 parameters: workspace and item as name/GUID, limit with range (1-10000, default 100), since/until as optional ISO-8601 bounds. Each parameter is clearly described beyond schema.

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 explicitly states 'Return frequently-run queries from queryinsights.frequently_run_queries', providing a specific verb and resource. It distinguishes from sibling list tools (e.g., list_long_running_queries) by naming the exact source table.

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?

No guidance on when to use this tool versus alternatives like list_long_running_queries or list_running_queries. The description lacks explicit context for selection or exclusion.

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