Skip to main content
Glama
tag-tools.js854 B
/** * Ghost Tag Tools - Refactored using tag-operations factory */ import { createTagHandler, listTagsHandler, updateTagHandler, deleteTagHandler, createTagToolDefinition, listTagsToolDefinition, updateTagToolDefinition, deleteTagToolDefinition } from '../core/tag-operations.js'; // Handler functions export const handleCreateGhostTag = createTagHandler(); export const handleListGhostTags = listTagsHandler(); export const handleUpdateGhostTag = updateTagHandler(); export const handleDeleteGhostTag = deleteTagHandler(); // Tool definitions export const createGhostTagToolDefinition = createTagToolDefinition; export const listGhostTagsToolDefinition = listTagsToolDefinition; export const updateGhostTagToolDefinition = updateTagToolDefinition; export const deleteGhostTagToolDefinition = deleteTagToolDefinition;

Latest Blog Posts

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/oculairmedia/Ghost-MCP'

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