Skip to main content
Glama
mjyoo2
by mjyoo2

set_drm_authority

Sets the DRM authority level for a HWP document. Provide a numeric level to apply the required access control.

Instructions

Set DRM authority level.

Args: level: DRM authority level value

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only says 'Set DRM authority level' and does not explain side effects, valid level ranges, permission requirements, reversibility, or impact on the document.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The text is minimal and front-loaded, with no filler. However, it is so sparse that it reads more like under-specification than effective conciseness, especially for a tool whose key parameter semantics are undocumented.

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?

Although this is a low-complexity one-parameter tool and an output schema exists, the description still omits essential context: what DRM authority levels are, what values are accepted, and what setting them does. This is inadequate for reliable agent invocation.

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

Parameters2/5

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

The schema provides only an integer named 'level' with 0% description coverage. The description adds 'DRM authority level value,' which mostly restates the parameter name and does not clarify what integer values mean or what levels are valid.

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 states a clear action and resource: 'Set DRM authority level.' It conveys the tool's purpose without ambiguity, but it does not distinguish this tool from security-related siblings like set_file_security or set_compatible_document.

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?

There is no guidance on when to use this tool versus alternatives. No context, prerequisites, or exclusions are provided, leaving the agent to infer when setting DRM authority is appropriate.

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/mjyoo2/hwp-mcp'

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