Skip to main content
Glama

AFFiNE MCP Server

by DAWNCR0W

affine_update_settings

Modify user preferences and settings within AFFiNE workspaces via a structured settings object to customize the user experience.

Instructions

Update user settings and preferences.

Input Schema

NameRequiredDescriptionDefault
settingsYesSettings object with key-value pairs

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "settings": { "additionalProperties": {}, "description": "Settings object with key-value pairs", "type": "object" } }, "required": [ "settings" ], "type": "object" }

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/DAWNCR0W/affine-mcp-server'

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