DeepWriter MCP Server

getProjectDetails

Retrieve comprehensive information about a specific project by providing its ID and an API key for authentication through the DeepWriter MCP Server.

Instructions

Get detailed information about a specific project

Input Schema

NameRequiredDescriptionDefault
api_keyYesThe DeepWriter API key for authentication.
project_idYesThe ID of the project to retrieve details 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" }, "project_id": { "description": "The ID of the project to retrieve details for.", "type": "string" } }, "required": [ "api_key", "project_id" ], "type": "object" }

You must be authenticated.

Other Tools from DeepWriter MCP Server

Related Tools

    ID: 70lk04lzkt