Skip to main content
Glama
Jasuni69

Microsoft Fabric MCP Server

by Jasuni69

list_reports

List all reports in a Microsoft Fabric workspace using an optional workspace name or ID. Get a clear inventory of reports for review and management.

Instructions

List all reports in a Fabric workspace.

Args:
    workspace: Name or ID of the workspace (optional)
    ctx: Context object containing client information
Returns:
    A string containing the list of reports or an error message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/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 of behavioral disclosure. It states it returns a list string or error, but it doesn't disclose whether it uses the current workspace context, how it behaves with no workspace, whether it requires permissions, or what the string format is. For a list tool, this is minimal.

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 concise and structured with Args/Returns sections. It front-loads the main purpose in the first sentence. The docstring format is conventional. It earns a 4 because it is brief and clear, though it repeats parameter names from the schema.

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

Completeness2/5

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

Given no annotations, no output schema, and only one optional parameter, the description is under-specified. It doesn't explain the relationship to the workspace context, how errors are returned, or whether the list is filtered. Also, sibling tools like set_workspace suggest context matters, but the description doesn't clarify this.

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

Parameters2/5

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

Schema description coverage is 0%, and the description only says workspace is 'Name or ID of the workspace (optional)'. It doesn't add details about how workspace is resolved (e.g., if omitted, does it use the current context set by set_workspace?). This is a notable gap because the context object and optional workspace semantics are ambiguous.

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 description clearly states the verb and resource: 'List all reports in a Fabric workspace.' It distinguishes the tool as a listing operation for reports. However, it doesn't explicitly differentiate from sibling tools like list_workspaces or list_lakehouses, though the resource is specific enough.

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: call this to list reports in a workspace. It mentions the workspace parameter as optional, but it doesn't explain when to use this versus alternatives like get_report or report_export. No explicit exclusions or alternative routing are provided.

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