Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
googleBusinessProfile.json8.26 kB
{ "nodeType": "n8n-nodes-base.googleBusinessProfile", "displayName": "Google Business Profile", "description": "Consume Google Business Profile API", "version": 1, "properties": [ { "name": "account", "displayName": "Account", "type": "resourceLocator", "default": "{ mode: 'list', value: '' }", "description": "The Google Business Profile account", "placeholder": "e.g. accounts/0123456789", "required": true, "displayOptions": { "show": { "resource": [ "post" ] } } }, { "name": "location", "displayName": "Location", "type": "resourceLocator", "default": "{ mode: 'list', value: '' }", "description": "The specific location or business associated with the account", "placeholder": "e.g. locations/0123456789", "required": true, "displayOptions": { "show": { "resource": [ "post" ] } } }, { "name": "postType", "displayName": "Post Type", "type": "options", "default": "STANDARD", "description": "The type of post to create (standard, event, offer, or alert)", "required": true, "options": [ { "name": "Standard", "value": "STANDARD" }, { "name": "Event", "value": "EVENT" }, { "name": "Offer", "value": "OFFER" }, { "name": "Alert", "value": "ALERT" } ], "displayOptions": { "show": { "resource": [ "post" ] } } }, { "name": "summary", "displayName": "Summary", "type": "string", "default": "", "description": "The main text of the post", "required": true, "displayOptions": { "show": { "resource": [ "post" ] } } }, { "name": "title", "displayName": "Title", "type": "string", "default": "", "description": "E.g. Sales this week.", "required": true, "displayOptions": { "show": { "resource": [ "post" ], "operation": [ "create" ] } } }, { "name": "startDateTime", "displayName": "Start Date and Time", "type": "dateTime", "default": "", "description": "The start date and time of the event", "required": true, "displayOptions": { "show": { "resource": [ "post" ], "operation": [ "create" ] } } }, { "name": "endDateTime", "displayName": "End Date and Time", "type": "dateTime", "default": "", "description": "The end date and time of the event", "required": true, "displayOptions": { "show": { "resource": [ "post" ], "operation": [ "create" ] } } }, { "name": "startDate", "displayName": "Start Date", "type": "string", "default": "", "description": "The start date of the offer", "placeholder": "YYYY-MM-DD", "required": true, "displayOptions": { "show": { "resource": [ "post" ], "operation": [ "create" ] } } }, { "name": "endDate", "displayName": "End Date", "type": "string", "default": "", "description": "The end date of the offer", "placeholder": "YYYY-MM-DD", "required": true, "displayOptions": { "show": { "resource": [ "post" ], "operation": [ "create" ] } } }, { "name": "alertType", "displayName": "Alert Type", "type": "options", "default": "COVID_19", "description": "The sub-type of the alert", "required": true, "options": [ { "name": "Covid 19", "value": "COVID_19", "description": "This alert is related to the 2019 Coronavirus Disease pandemic" } ], "displayOptions": { "show": { "resource": [ "post" ], "operation": [ "create" ] } } }, { "name": "additionalOptions", "displayName": "Options", "type": "collection", "default": {}, "description": "The language code of the post content. <a href=\"https://cloud.google.com/translate/docs/languages\" target=\"_blank\">More info</a>.", "placeholder": "Add Option", "options": [ { "name": "languageCode", "displayName": "Language", "type": "string", "default": "", "description": "The language code of the post content. <a href=\"https://cloud.google.com/translate/docs/languages\" target=\"_blank\">More info</a>.", "placeholder": "e.g. en" } ], "displayOptions": { "show": { "resource": [ "post" ] } } }, { "name": "post", "displayName": "Post", "type": "resourceLocator", "default": "{ mode: 'list', value: '' }", "description": "Select the post to retrieve its details", "placeholder": "e.g. accounts/123/locations/123/localPosts/123", "displayOptions": { "show": { "resource": [ "post" ] } } }, { "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": [ "post" ] } } }, { "name": "limit", "displayName": "Limit", "type": "number", "default": 20, "description": "Max number of results to return", "typeOptions": { "minValue": 1 }, "displayOptions": { "show": { "resource": [ "post" ], "operation": [ "getAll" ] } } }, { "name": "notice", "displayName": "Make sure that the updated options are supported by the post type. <a target='_blank' href='https://developers.google.com/my-business/reference/rest/v4/accounts.locations.localPosts#resource:-localpost'>More info</a>.", "type": "notice", "default": "", "displayOptions": { "show": { "resource": [ "post" ] } } }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "create", "description": "Create a new post on Google Business Profile", "displayOptions": "{ show: { resource: ['post'] }" }, { "name": "review", "displayName": "Review", "type": "resourceLocator", "default": "{ mode: 'list', value: '' }", "description": "Select the review to retrieve its details", "placeholder": "e.g. ABC123_review-ID_456xyz", "required": true, "displayOptions": { "show": { "resource": [ "review" ] } } }, { "name": "reply", "displayName": "Reply", "type": "string", "default": "", "description": "The body of the reply (up to 4096 characters)", "typeOptions": { "rows": 5 }, "displayOptions": { "show": { "resource": [ "review" ] } } } ], "credentialsConfig": [], "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