Skip to main content
Glama

Capacities MCP Server

by jem-computer

capacities_save_to_daily_note

Save markdown text to today's daily note in a specified Capacities space, enabling organized content capture without manual intervention. Supports timestamp control and integration with command palette workflows.

Instructions

Add markdown text to today's daily note in a Capacities space

Input Schema

NameRequiredDescriptionDefault
mdTextYesThe markdown text to add to today's daily note
noTimestampNoIf true, no time stamp will be added to the note
originNoOptional origin label for the content (only 'commandPalette' is supported)
spaceIdYesThe UUID of the space to save to the daily note

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "mdText": { "description": "The markdown text to add to today's daily note", "maxLength": 200000, "type": "string" }, "noTimestamp": { "description": "If true, no time stamp will be added to the note", "type": "boolean" }, "origin": { "description": "Optional origin label for the content (only 'commandPalette' is supported)", "enum": [ "commandPalette" ], "type": "string" }, "spaceId": { "description": "The UUID of the space to save to the daily note", "format": "uuid", "type": "string" } }, "required": [ "spaceId", "mdText" ], "type": "object" }
Install Server

Other Tools from Capacities 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/jem-computer/capacities-mcp'

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