Skip to main content
Glama
cakrawala-tumbuh

content-validity-index-mcp

update_instrument_domain

Updates a domain in an instrument, allowing modification of name, construct definition, behavioral indicator example, theory reference, and background color. Only non-null fields are applied.

Instructions

Perbarui dimensi/domain pada instrumen (khusus admin).

Hanya field yang diisi (non-null) yang dikirim ke backend; field yang dibiarkan kosong tidak diubah. Untuk mengosongkan sebuah field, gunakan antarmuka web (tool ini tidak mengirim nilai null eksplisit).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instrument_idYesID instrumen pemilik domain.
domain_idYesID domain yang akan diperbarui.
nameNoNama domain baru (opsional).
construct_definitionNoDefinisi konstruk kisi-kisi (kolom D, opsional).
behavioral_indicator_exampleNoContoh indikator perilaku (kolom E, opsional).
theory_referenceNoReferensi teori (kolom F, opsional).
background_colorNoWarna latar dimensi dalam format hex ``#RRGGBB`` (mis. ``#A7F3D0``, opsional).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden. It explains the critical behavior that only non-null fields are sent and that null fields are left unchanged. It also notes admin-only access. It does not cover error handling or side effects, but the key behavioral trait is well disclosed.

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 concise sentences front-load the purpose and behavior. Every sentence serves a clear purpose with no redundancy or filler.

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 covers purpose, admin restriction, and update semantics. Given that the input schema is well-documented and an output schema exists, the description is sufficiently complete for an update operation, though it could mention prerequisites or error handling.

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 description coverage is 100%, so baseline is 3. The description adds value by explaining that optional parameters (despite anyOf null) are only updated if non-null, clarifying the intended behavior beyond the schema definition.

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 explicitly states the action ('update'), resource ('dimension/domain on instrument'), and includes 'admin only' to clarify scope. It clearly distinguishes from sibling tools like create_instrument_domain (create) and delete_instrument_domain (delete).

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 guidance: only non-null fields are updated, and to clear a field, use the web interface. While it doesn't name an alternative tool explicitly, the instruction is practical and informs the agent when not to use this tool.

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/cakrawala-tumbuh/content-validity-index-mcp'

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