Skip to main content
Glama

declare_changed_property

Protect property overrides from schema sync by marking them as locally changed, preventing resets on refresh for composite/Direct Lake objects.

Instructions

Mark a property as locally CHANGED so a schema sync does not wipe your override on a composite / Direct Lake object (name, isHidden, formatString, summarizeBy etc. are otherwise treated as source-owned and reset on refresh). objectType = model | table | column | measure | hierarchy | partition | relationship; pass the object's table where needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesthe object's name
tableNothe object's table (for column/measure/hierarchy/partition)
propertyYesthe property to protect, e.g. Name, IsHidden, FormatString, SummarizeBy
sessionIdYes
objectTypeYesmodel | table | column | measure | hierarchy | partition | relationship
Behavior4/5

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

Without annotations, the description carries the transparency burden. It discloses that the tool marks a property as locally changed, explains the effect (prevents refresh from resetting source-owned properties), and specifies applicable object types. It does not mention reversibility or permissions, but the core behavioral trait is clearly conveyed.

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 two sentences and carries substantial information without fluff. The first sentence front-loads the purpose; the second adds necessary detail about objectType and table. The punctuation is slightly heavy but the content is dense and relevant.

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?

Given the tool's complexity (5 params, no output schema, no annotations), the description covers the key aspects: what it does, why it's needed, when to use it, and how parameters relate. It lacks an explicit example call or mention of sessionId, but the provided context is largely sufficient for correct invocation.

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

Parameters4/5

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

Schema coverage is 80%, so the baseline is 3. The description adds value by explaining the objectType enum values, clarifying that table is needed only for certain object types, and giving concrete property examples (Name, IsHidden, FormatString, SummarizeBy). This supplements the schema descriptions effectively.

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 uses a precise verb-resource pair ('Mark a property as locally CHANGED') and clearly states the tool's purpose: preventing schema sync from wiping overrides on composite/Direct Lake objects. It also distinguishes itself from sibling tools by explaining the unique scenario (name, isHidden, formatString, etc. being source-owned and reset on refresh).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

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

The description provides clear context for when to use the tool: when you need to protect a property override on a composite/Direct Lake object from being reset by schema sync. It also gives usage guidance for objectType and table ('pass the object's table where needed'), but it does not explicitly mention alternatives or negative conditions.

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/cyphonica/powerbi-pbix-mcp'

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