DeepWriter MCP Server

createProject

Generate a new project by providing an API key, title, and email. This tool simplifies project setup for content creation within the DeepWriter MCP Server.

Instructions

Create a new project

Input Schema

NameRequiredDescriptionDefault
api_keyYesThe DeepWriter API key for authentication.
emailYesThe email associated with the project.
titleYesThe title for the new project.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "api_key": { "description": "The DeepWriter API key for authentication.", "type": "string" }, "email": { "description": "The email associated with the project.", "format": "email", "type": "string" }, "title": { "description": "The title for the new project.", "type": "string" } }, "required": [ "api_key", "title", "email" ], "type": "object" }

You must be authenticated.

Other Tools from DeepWriter MCP Server

Related Tools

    ID: 70lk04lzkt