Skip to main content
Glama

update_node

Modify fields of an existing Drupal node using its UUID and content type. Requires edit permission on the content type.

Instructions

Actualiza campos de un nodo existente en el sitio Drupal. Requiere permiso de edición en ese content type

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYes
attributesYes
contentTypeYes
relationshipsNo
Install Server

TDQS

A3.5/5.0
Behavior3/5

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

No annotations are provided, so the description bears the full behavioral burden. It does disclose an authentication/permission requirement, which is useful. It does not explain partial-update semantics, side effects, or error behavior beyond that.

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 with no filler: the first defines the core purpose, the second adds the key prerequisite. The action is front-loaded and every sentence earns its place.

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?

For a 4-parameter mutation tool with no annotations, no parameter descriptions, and no output schema, this is too thin. An agent knows what the tool does but not how to populate attributes or relationships, what the response looks like, or what other behavioral constraints apply.

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?

Schema description coverage is 0%, and the description does not compensate. 'Campos' loosely maps to the attributes parameter, and 'content type' appears in the permission sentence, but uuid, the structure of attributes, and relationships are left entirely unexplained.

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?

States a specific action ('Actualiza campos') and a specific resource ('nodo existente en el sitio Drupal'). The word 'existente' clearly distinguishes it from create_node, and the update semantics distinguish it from list_nodes/get_node.

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?

Implies usage when one needs to edit a Drupal node's fields and provides a prerequisite ('Requiere permiso de edición en ese content type'). It does not, however, explicitly state when not to use it or name alternatives such as create_node or list_nodes.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/laurasang13/MCP_Drupal'

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