Skip to main content
Glama
theonlytruebigmac

N-central MCP Server

update_device_custom_property

Update a device's custom property by specifying property name, type, and new value. Use existing property details to avoid configuration errors.

Instructions

Update a custom property value on a specific device. The N-central PUT endpoint requires propertyName and propertyType — pass the existing values (use get_device_custom_property if unsure). propertyType must match the property definition (HTML_LINK, TEXT, DATE, ENUMERATED, or PASSWORD).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deviceIdYesThe device ID
propertyIdYesThe custom property ID
propertyNameYesThe property name (must match the existing property definition)
propertyTypeYesProperty type
valueYesThe property value to set
enumeratedValueListNoAllowed values if propertyType is ENUMERATED
Behavior4/5

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

The description adds behavioral context beyond annotations: it notes the requirement for propertyType to match the definition and lists valid types, which aids correct invocation. Annotations already indicate non-read-only, non-destructive, open-world behavior, so 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.

Conciseness5/5

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

Two sentences, no fluff. First sentence states purpose; second provides critical usage details. Perfectly efficient.

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?

The description adequately covers the tool's purpose and requirements. No output schema exists, but the simplicity of the operation and the availability of 'get_device_custom_property' as a companion tool make the description sufficient for an agent.

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?

With 100% schema coverage, baseline is 3. The description adds practical guidance: emphasizing that propertyName and propertyType must match existing definitions, and hints at enumeratedValueList for ENUMERATED type, providing extra meaning.

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 'Update a custom property value on a specific device.' This is a specific verb+resource, clearly distinguishing it from siblings like 'get_device_custom_property'.

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

Usage Guidelines5/5

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

The description explicitly advises to use 'get_device_custom_property' if unsure about existing values, providing an alternative tool and clear when-to-use guidance.

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/theonlytruebigmac/n-central-mcp'

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