Skip to main content
Glama

MCP N8N Webhook Server

by gcorroto

n8n_save_data

Save structured project data including title and text via webhook to n8n for indexing and retrieval in the MCP N8N Webhook Server.

Instructions

Guardar información en n8n a través de webhook para indexación y almacenamiento

Input Schema

NameRequiredDescriptionDefault
projectNameYesNombre del proyecto
textYesTexto completo del contenido a guardar
titleYesTítulo del contenido

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectName": { "description": "Nombre del proyecto", "type": "string" }, "text": { "description": "Texto completo del contenido a guardar", "type": "string" }, "title": { "description": "Título del contenido", "type": "string" } }, "required": [ "projectName", "title", "text" ], "type": "object" }
Install Server

Other Tools from MCP N8N Webhook Server

Related Tools

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/gcorroto/mcp-n8n-webhook'

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