Extracts article content and SEO metadata from a Google Doc, returning title, meta title, meta description, intro, and Drupal-ready body HTML with tables converted to lists.
Fetch Drupal nodes of a specified content type, using pagination and optional title filter to locate and inspect site content for review or processing.
Create a new node in Drupal by providing the content type and JSON:API attributes, with support for optional relationships. Requires appropriate user permissions.
Enables creating Drupal blog article drafts from Google Sheets and Google Docs through natural language in Claude Code. It reads spreadsheet rows and linked documents, extracts content and SEO metadata, and creates Drupal nodes as unpublished drafts via JSON:API, returning direct edit links for review.
Retrieve complete details of a specific Drupal node by providing its content type and ID. Fetch node information including related entities like images and authors for content management.
Retrieve detailed Drupal module information from drupal.org by inputting the module's machine name, enabling quick access to essential data for development and configuration.
Query Drupal's JSON:API with arbitrary path and raw query parameters for custom resources, filters, sorting, or pagination not covered by higher-level tools.