godspeed-mcp

by AliNagy
Verified

duplicateList

Duplicate an existing list in Godspeed by providing the list ID and a new name, enabling quick replication of list structures for efficient task management.

Input Schema

NameRequiredDescriptionDefault
list_idYes
nameNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "list_id": { "type": "string" }, "name": { "type": "string" } }, "required": [ "list_id" ], "type": "object" }

You must be authenticated.

Other Tools from godspeed-mcp

Related Tools

ID: a5nf5wr6wf