Skip to main content
Glama

Bear App MCP Server

by bigjeager
11
  • Apple

bear_rename_tag

Rename an existing tag in Bear App by specifying the current and new tag names. Integrates with MCP Server for efficient note and tag management.

Instructions

Rename an existing tag

Input Schema

NameRequiredDescriptionDefault
nameYesCurrent tag name
new_nameYesNew tag name
show_windowNoShow Bear window

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Current tag name", "type": "string" }, "new_name": { "description": "New tag name", "type": "string" }, "show_window": { "description": "Show Bear window", "type": "boolean" } }, "required": [ "name", "new_name" ], "type": "object" }

Other Tools from Bear App 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/bigjeager/bear-mcp-server'

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