N8n · Capability
n8n Public API — Tags
n8n Public API — Tags. 5 operations. Lead operation: Create a tag. Self-contained Naftiko capability covering one N8n business surface.
What You Can Do
POST
Createtag
— Create a tag
/v1/tags
GET
Gettags
— Retrieve all tags
/v1/tags
GET
Gettag
— Retrieves a tag
/v1/tags/{id}
DELETE
Deletetag
— Delete a tag
/v1/tags/{id}
PUT
Updatetag
— Update a tag
/v1/tags/{id}
MCP Tools
create-tag
Create a tag
retrieve-all-tags
Retrieve all tags
read-only
idempotent
retrieves-tag
Retrieves a tag
read-only
idempotent
delete-tag
Delete a tag
idempotent
update-tag
Update a tag
idempotent