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
| Name | Required | Description | Default |
|---|---|---|---|
| attributes | Yes | Atributos JSON:API, ej. { title: '...', body: { value: '...', format: 'basic_html' } } | |
| contentType | Yes | ||
| relationships | No | Relaciones JSON:API opcionales, ej. field_article_media apuntando a un paragraph |