Bear MCP Server

by jkawamoto
Verified

today

Select the Today sidebar item.

Input Schema

NameRequiredDescriptionDefault
searchNostring to search

Input Schema (JSON Schema)

{ "properties": { "search": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "string to search", "title": "Search" } }, "title": "todayArguments", "type": "object" }