Skip to main content
Glama

Bear App MCP Server

by bigjeager
11
  • Apple

bear_delete_tag

Remove a specific tag from Bear App. Input the tag name to delete it, optionally choose to show the Bear window for confirmation.

Instructions

Delete an existing tag

Input Schema

NameRequiredDescriptionDefault
nameYesTag name to delete
show_windowNoShow Bear window

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Tag name to delete", "type": "string" }, "show_window": { "description": "Show Bear window", "type": "boolean" } }, "required": [ "name" ], "type": "object" }

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