Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEEPWRITER_API_KEY | Yes | Your DeepWriter API key |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| listProjects | List all projects for the authenticated user |
| getProjectDetails | Get detailed information about a specific project |
| createProject | Create a new project |
| updateProject | Update an existing project |
| deleteProject | Delete a project |
| generateWork | Generate content for a project |