Skip to main content
Glama

DeepWriter MCP Server

Official

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

    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/deepwriter-ai/Deepwriter-MCP'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server