Skip to main content
Glama

Things MCP Server

by wbopan

export_json

Export your Things database as structured JSON for debugging, backup, or data processing. Customize output by including completed tasks, trashed items, minimal data, or pretty-printed format.

Instructions

Export complete Things database as structured JSON for debugging, backup, or data processing.

Input Schema

NameRequiredDescriptionDefault
includeCompletedNoInclude completed/canceled tasks and projects in the export (default: false)
includeTrashNoInclude trashed items in the export (default: false). Use with caution as this includes deleted data
minimalNoExport minimal data structure with only essential fields (default: false). Reduces output size for processing
prettifyNoPretty-print JSON with indentation (default: true). Set to false for compact single-line output

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeCompleted": { "default": false, "description": "Include completed/canceled tasks and projects in the export (default: false)", "type": "boolean" }, "includeTrash": { "default": false, "description": "Include trashed items in the export (default: false). Use with caution as this includes deleted data", "type": "boolean" }, "minimal": { "default": false, "description": "Export minimal data structure with only essential fields (default: false). Reduces output size for processing", "type": "boolean" }, "prettify": { "default": true, "description": "Pretty-print JSON with indentation (default: true). Set to false for compact single-line output", "type": "boolean" } }, "type": "object" }

Other Tools from Things 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/wbopan/things-mcp'

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