Netspective Logo
Netspective Content Engineering GuidelinesAI-Native Content Automation Pipeline

Glossary

Plain-language definitions of the terms used throughout this guide — n8n, nodes, MCP, skills, RSS, AI agents, structured output, application passwords and human-in-the-loop.

TermMeaning
n8nThe workflow automation platform this pipeline runs on. Workflows are built by connecting building blocks on a canvas.
NodeOne building block in an n8n workflow — read a feed, call an API, create a post.
Sub-nodeA node that attaches to another node rather than sitting in the main flow, such as the chat model attached to an AI agent.
MCPModel Context Protocol. A standard for giving an AI assistant access to external tools and data.
MCP serverA program exposing tools and data over that protocol. n8n-mcp is one.
SkillA focused instruction set that loads when a task calls for it, teaching an AI assistant how to do one thing well.
RSS feedA machine-readable list of a site's recent articles, published deliberately for automated reading.
AI agentA node that sends instructions and data to an AI model and returns its response into the workflow.
Structured outputRequiring the AI to return named fields rather than free text, so downstream steps can rely on the shape.
Application passwordA revocable, per-application WordPress credential, separate from a user's login password.
Human in the loop (HITL)Any design where an automated process pauses for a person's approval before acting.

How is this guide?

Last updated on