Skip to main content
Glama

Reddit MCP Server

by ozipi
update-unit.ts818 B
/** * Update an existing unit */ import type { Tool } from '@modelcontextprotocol/sdk/types.js'; export const updateUnit: Tool = { name: "update_unit", description: "Update an existing unit's details. Use this to fix typos, update descriptions, or correct mistakes without creating duplicates. Supports partial updates - only provide the fields you want to change.", inputSchema: { type: "object", properties: { unitId: { type: "string", description: "The ID of the unit to update", }, title: { type: "string", description: "New unit title (optional - only if changing)", }, description: { type: "string", description: "New unit description (optional - only if changing)", }, }, required: ["unitId"], }, };

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/ozipi/brainloop-mcp-server-v2'

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