Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
wordpress.json11 kB
{ "nodeType": "n8n-nodes-base.wordpress", "displayName": "Wordpress", "description": "Consume Wordpress API", "version": 1, "properties": [ { "name": "title", "displayName": "Title", "type": "string", "default": "", "description": "The title for the page", "required": true, "displayOptions": { "show": { "resource": [ "page" ], "operation": [ "create" ] } } }, { "name": "additionalFields", "displayName": "Additional Fields", "type": "collection", "default": {}, "description": "The ID for the author of the object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.", "placeholder": "Add Field", "options": [ { "name": "authorId", "displayName": "Author Name or ID", "type": "options", "default": "", "description": "The ID for the author of the object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>." }, { "name": "parent", "displayName": "Parent ID", "type": "number", "default": "", "description": "The ID for the parent of the post" }, { "name": "content", "displayName": "Content", "type": "string", "default": "", "description": "The content for the page" }, { "name": "slug", "displayName": "Slug", "type": "string", "default": "", "description": "An alphanumeric identifier for the object unique to its type" }, { "name": "password", "displayName": "Password", "type": "string", "default": "", "description": "A password to protect access to the content and excerpt" } ], "displayOptions": { "show": { "resource": [ "page" ], "operation": [ "create" ] } } }, { "name": "pageId", "displayName": "Page ID", "type": "string", "default": "", "description": "Unique identifier for the object", "required": true, "displayOptions": { "show": { "resource": [ "page" ], "operation": [ "update" ] } } }, { "name": "updateFields", "displayName": "Update Fields", "type": "collection", "default": {}, "description": "The ID for the author of the object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.", "placeholder": "Add Field", "options": [ { "name": "authorId", "displayName": "Author Name or ID", "type": "options", "default": "", "description": "The ID for the author of the object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>." }, { "name": "parent", "displayName": "Parent ID", "type": "number", "default": "", "description": "The ID for the parent of the post" }, { "name": "title", "displayName": "Title", "type": "string", "default": "", "description": "The title for the page" }, { "name": "content", "displayName": "Content", "type": "string", "default": "", "description": "The content for the page" }, { "name": "slug", "displayName": "Slug", "type": "string", "default": "", "description": "An alphanumeric identifier for the object unique to its type" }, { "name": "password", "displayName": "Password", "type": "string", "default": "", "description": "A password to protect access to the content and excerpt" } ], "displayOptions": { "show": { "resource": [ "page" ], "operation": [ "update" ] } } }, { "name": "options", "displayName": "Options", "type": "collection", "default": {}, "description": "The password for the page if it is password protected", "placeholder": "Add option", "options": [ { "name": "password", "displayName": "Password", "type": "string", "default": "", "description": "The password for the page if it is password protected" } ], "displayOptions": { "show": { "resource": [ "page" ], "operation": [ "get" ] } } }, { "name": "returnAll", "displayName": "Return All", "type": "boolean", "default": false, "description": "Whether to return all results or only up to a given limit", "displayOptions": { "show": { "resource": [ "page" ], "operation": [ "getAll" ] } } }, { "name": "limit", "displayName": "Limit", "type": "number", "default": 5, "description": "Max number of results to return", "typeOptions": { "minValue": 1, "maxValue": 10 }, "displayOptions": { "show": { "resource": [ "page" ], "operation": [ "getAll" ], "returnAll": [ false ] } } }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "create", "description": "Create a page", "options": [ { "name": "Create", "value": "create", "description": "Create a page" }, { "name": "Get", "value": "get", "description": "Get a page" }, { "name": "Get Many", "value": "getAll", "description": "Get many pages" }, { "name": "Update", "value": "update", "description": "Update a page" } ], "displayOptions": { "show": { "resource": [ "page" ] } } }, { "name": "postId", "displayName": "Post ID", "type": "string", "default": "", "description": "Unique identifier for the object", "required": true, "displayOptions": { "show": { "resource": [ "post" ], "operation": [ "update" ] } } }, { "name": "username", "displayName": "Username", "type": "string", "default": "", "description": "Login name for the user", "required": true, "displayOptions": { "show": { "resource": [ "user" ], "operation": [ "create" ] } } }, { "name": "name", "displayName": "Name", "type": "string", "default": "", "description": "Display name for the user", "required": true, "displayOptions": { "show": { "resource": [ "user" ], "operation": [ "create" ] } } }, { "name": "firstName", "displayName": "First Name", "type": "string", "default": "", "description": "First name for the user", "required": true, "displayOptions": { "show": { "resource": [ "user" ], "operation": [ "create" ] } } }, { "name": "lastName", "displayName": "Last Name", "type": "string", "default": "", "description": "Last name for the user", "required": true, "displayOptions": { "show": { "resource": [ "user" ], "operation": [ "create" ] } } }, { "name": "email", "displayName": "Email", "type": "string", "default": "", "description": "The email address for the user", "placeholder": "name@email.com", "required": true, "displayOptions": { "show": { "resource": [ "user" ], "operation": [ "create" ] } } }, { "name": "password", "displayName": "Password", "type": "string", "default": "", "description": "Password for the user (never included)", "required": true, "displayOptions": { "show": { "resource": [ "user" ], "operation": [ "create" ] } } }, { "name": "userId", "displayName": "User ID", "type": "string", "default": "", "description": "Unique identifier for the user", "required": true, "displayOptions": { "show": { "resource": [ "user" ], "operation": [ "update" ] } } }, { "name": "reassign", "displayName": "Reassign", "type": "string", "default": "", "description": "Reassign the deleted user's posts and links to this user ID", "required": true, "displayOptions": { "show": { "resource": [ "user" ], "operation": [ "delete" ] } } }, { "name": "resource", "displayName": "Resource", "type": "options", "default": "post", "options": [ { "name": "Post", "value": "post" }, { "name": "Page", "value": "page" }, { "name": "User", "value": "user" } ] } ], "credentialsConfig": [ { "name": "wordpressApi", "required": true }, { "name": "resource", "required": false } ], "io": { "inputs": [ "Main" ], "outputs": [ "Main" ], "outputNames": [], "hints": {} }, "wiring": { "role": "generic", "requires": [], "optional": [], "consumedBy": [], "consumes": [ "Main" ], "produces": [ "Main" ] } }

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/ifmelate/n8n-workflow-builder-mcp'

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