Skip to main content
Glama

Things MCP Server

by BMPixel
MIT License
54
1
  • Apple

things_summary

Generate summarized Markdown or JSON output of your Things database, filtering tasks, projects, areas, and tags for precise organization and analysis.

Instructions

Generate a summary of your Things database with filtering options. Returns formatted Markdown or structured JSON data for tasks, projects, areas, and tags.

Input Schema

NameRequiredDescriptionDefault
areasNoFilter to show only specific areas by name (e.g., ["Work", "Personal"]). If not provided, shows all areas
formatNoOutput format for the summary. Use "markdown" for readable formatted summary (default) or "json" for structured data that can be processed by other toolsmarkdown
includeCompletedNoInclude completed tasks and projects in the summary (default: false). When true, shows recently completed items for reference
projectsNoFilter to show only specific projects by name. If not provided, shows all projects
tagsNoFilter to show only tasks/projects with specific tags (e.g., ["urgent", "review"]). If not provided, shows all items

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "areas": { "description": "Filter to show only specific areas by name (e.g., [\"Work\", \"Personal\"]). If not provided, shows all areas", "items": { "type": "string" }, "type": "array" }, "format": { "default": "markdown", "description": "Output format for the summary. Use \"markdown\" for readable formatted summary (default) or \"json\" for structured data that can be processed by other tools", "enum": [ "markdown", "json" ], "type": "string" }, "includeCompleted": { "default": false, "description": "Include completed tasks and projects in the summary (default: false). When true, shows recently completed items for reference", "type": "boolean" }, "projects": { "description": "Filter to show only specific projects by name. If not provided, shows all projects", "items": { "type": "string" }, "type": "array" }, "tags": { "description": "Filter to show only tasks/projects with specific tags (e.g., [\"urgent\", \"review\"]). If not provided, shows all items", "items": { "type": "string" }, "type": "array" } }, "type": "object" }
Install Server

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/BMPixel/things-mcp'

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