Skip to main content
Glama

workspace_conf_set

Set or unset Databricks workspace configuration values by specifying key-value pairs and optionally a list of keys to remove.

Instructions

Set (or unset) workspace configuration values via PATCH /workspace-conf.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keysYesMapping of configuration key -> value to set. Pass an empty string for ``remove`` (in the JSON body, key ``"remove"`` is a list of keys to delete).
removeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations have readOnlyHint: false, indicating mutation. The description explicitly says 'Set (or unset)' which aligns with mutation. It adds context about using PATCH and the ability to unset via the 'remove' parameter, which is beyond annotations. No contradiction.

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 one short sentence, extremely concise. It could be slightly more structured (e.g., separate set from unset) but wastes no words. Score 4 for efficiency, though it could be improved with a bit more specificity.

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?

Despite having an output schema (so return not needed), the description lacks important context: which workspace scope, required permissions, effect of changes, and relationship to siblings. For a mutation tool with 2 params, more context would be helpful. Score 2 due to insufficient completeness.

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?

The input schema already describes both parameters with reasonable detail (keys object with remove functionality, remove list). The description adds no additional semantic value beyond what the schema provides, so baseline 3 is appropriate given schema description coverage of 50%.

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 verb 'Set (or unset)' and the resource 'workspace configuration values', and specifies the HTTP method PATCH. It distinguishes from sibling tools like workspace_conf_get_keys and workspace_conf_get_status.

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 for setting or unsetting workspace config, but does not explicitly state when to use vs alternatives, nor does it provide when-not-to-use or prerequisites. No explicit guidance beyond the basic purpose.

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/inav/databricks-mcp'

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