Skip to main content
Glama

variable_library_update

Update a variable library's display name, description, or active value set to keep Fabric metadata accurate and align with current requirements.

Instructions

Update a variable library's name, description, or active value set

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionNoNew description (max 256 characters)
displayNameNoNew display name
workspaceIdYesThe workspace ID
variableLibraryIdYesThe variable library ID
activeValueSetNameNoName of the value set to make active

Schema Changelog

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

  1. First observedv2.8.0

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already indicate a mutating, non-destructive operation, and the description adds the scoped set of updateable fields. However, it does not disclose whether the update is partial, whether changing the active value set has side effects, or any authorization requirements, though annotations lower the burden here.

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 description is a single concise sentence that is front-loaded and contains no filler. Every word contributes to understanding the tool's purpose.

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

Completeness4/5

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

For a simple flat update operation with full schema coverage and annotations, the description plus schema is sufficient for constructing a valid call. It does not mention return values or that at least one update field should be supplied, but these are minor given the simplicity of the tool.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds little beyond the schema: it maps 'name' to displayName and echoes activeValueSetName, but provides no new parameter-level detail.

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 identifies the action (update), the resource (variable library), and the specific fields that can be changed (name, description, active value set). It does not explicitly differentiate this from the sibling variable_library_update_definition tool, so it stops short of a 5.

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 guidance on when to use this tool versus variable_library_update_definition, or how it relates to variable_library_create/delete. The intended use is only implicit from the tool name and description.

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/mkoziel2000/mcp-fabric-api'

If you have feedback or need assistance with the MCP directory API, please join our Discord server