DeepWriter MCP Server

generateWork

Generate project-specific content using DeepWriter MCP Server by inputting an API key and project ID, with optional default settings.

Instructions

Generate content for a project

Input Schema

NameRequiredDescriptionDefault
api_keyYesThe DeepWriter API key for authentication.
is_defaultNoWhether to use default settings (optional, defaults to true).
project_idYesThe ID of the project to generate work for.

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" }, "is_default": { "description": "Whether to use default settings (optional, defaults to true).", "type": "boolean" }, "project_id": { "description": "The ID of the project to generate work for.", "type": "string" } }, "required": [ "api_key", "project_id" ], "type": "object" }

You must be authenticated.

Other Tools from DeepWriter MCP Server

Related Tools

    ID: 70lk04lzkt