Skip to main content
Glama
sdebruyn

fabric-dw-mcp-cli

by sdebruyn

clear_cache

Clear cached name-to-UUID mappings for workspaces, items, or all entries to remove stale references and ensure accurate lookups.

Instructions

Erase cached workspace and item name-to-UUID mappings.

Args: scope: Which portion of the cache to clear.

    - ``"workspaces"`` — clear only workspace name→UUID entries.
    - ``"items"`` — clear only item (warehouse/endpoint) entries.
    - ``"all"`` (default) — clear all entries.

Returns: A dict with keys scope (the value used), workspaces_cleared (number of workspace entries removed), and items_cleared (number of item workspace buckets removed).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoall

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations are provided, so the description carries the full behavioral burden. It clearly states what gets destroyed (name-to-UUID cache entries), the available scopes, and the exact return dict keys and their meanings. This gives an agent a solid mental model of the operation's side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The first sentence is a clear, front-loaded summary. The Args and Returns sections are tightly written with no redundant or promotional fluff, and every sentence earns its place by explaining a concrete aspect of invocation or output.

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?

For a single-parameter tool with an output schema, the description is complete: it covers the parameter semantics, default behavior, and the return contract. Nothing an agent needs to call the tool correctly is missing.

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?

Schema coverage is 0% and the only parameter 'scope' is documented entirely in the description. The description explains each enum value ('workspaces', 'items', 'all'), its effect, and the default behavior, adding semantic meaning well beyond the bare schema enum.

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 states a specific verb ('Erase') and a precise resource ('cached workspace and item name-to-UUID mappings'), making the tool's function immediately clear. It is distinct from siblings like clear_table because it targets name-resolution cache entries, not table data.

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?

The description provides no explicit guidance on when to use this tool versus alternatives, nor any conditions or exclusions. It explains what the tool does and the scope options, but usage context (e.g., 'use when cached mappings are stale') is left unstated.

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