Skip to main content
Glama
sdebruyn

fabric-dw-mcp-cli

by sdebruyn

clear_cache

Clears cached name-to-UUID mappings for workspaces and items, with options to clear selectively or all including negative cache.

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 everything, including the
      in-memory negative cache on the resolver.

Returns: A dict with keys scope (the value used), workspaces_cleared (number of workspace entries removed), items_cleared (number of item workspace buckets removed), and negative_cache_cleared (True when the resolver's negative cache was also wiped).

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?

With no annotations provided, the description fully bears the burden of behavioral disclosure. It details the effects of each scope, including the 'in-memory negative cache on the resolver,' and specifies the return dictionary fields. This is complete and transparent.

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 first sentence, bulleted parameter details, and a returns section. It is slightly verbose but information-dense, earning its length.

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 single parameter with explicit output schema, the description is complete: it covers all parameter options, behavior, and return values. No gaps remain.

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?

The only parameter 'scope' is fully explained, with each enum value described in detail. The description adds significant meaning beyond the schema, which only lists the enum values without explanation. At 0% schema coverage, the description fully compensates.

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 the tool's purpose: 'Erase cached workspace and item name-to-UUID mappings.' This specific verb+resource description distinguishes it from siblings like clear_table, which clears 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 Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly state when to use this tool vs. alternatives, nor does it provide exclusions. However, given that no sibling tool has the same caching function, the implied usage is sufficient. No explicit guidance on when not to use it.

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