Skip to main content
Glama

create_node

Create a new node in Drupal by providing the content type and JSON:API attributes, with support for optional relationships. Requires appropriate user permissions.

Instructions

Crea un nodo nuevo en el sitio Drupal. Requiere que el usuario mcp_agent tenga permiso de creación en ese content type

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
attributesYesAtributos JSON:API, ej. { title: '...', body: { value: '...', format: 'basic_html' } }
contentTypeYes
relationshipsNoRelaciones JSON:API opcionales, ej. field_article_media apuntando a un paragraph
Install Server

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral transparency burden. It reveals a meaningful prerequisite: mcp_agent must hold creation permission for the specific content type. It does not mention return format, failure modes, or that the call mutates Drupal content, leaving behavioral disclosure incomplete.

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 short sentences, with the action first and the permission caveat second. Every word adds value; there is no boilerplate or repetition of schema structures.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For three parameters, nested objects, and no output schema, the description is thin: it lacks error/result behavior, how to discover valid content types, and when to use this tool with relationships. The permission caveat helps, but the agent still has to infer several operation-critical details.

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

Parameters3/5

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

The description adds JSON:API formatting examples for attributes and marks relationships as optional, which is useful beyond the bare schema. The required contentType parameter still has no description in either the schema or the description text, so a key semantic gap remains.

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 a concrete operation: 'Crea un nodo nuevo en el sitio Drupal' (create a new node). This verb+resource pair makes it clearly distinct from sibling read/list/update tools, even though it does not explicitly name them.

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?

The creation intent is clear, and the permission requirement ('Requiere que el usuario mcp_agent tenga permiso de creación en ese content type') gives useful context. However, there is no explicit when-to-use vs. update_node/list_nodes guidance or any exclusion criteria; the agent must infer the typical workflow.

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