Skip to main content
Glama

CockroachDB MCP Server

drop_view

Remove an existing view from CockroachDB by specifying its name. This tool simplifies database management by enabling quick deletion of redundant or outdated views.

Instructions

Drop an existing view.

Args: view_name (str): Name of the view to drop.

Returns: A success message or an error message.

Input Schema

NameRequiredDescriptionDefault
view_nameYes

Input Schema (JSON Schema)

{ "properties": { "view_name": { "title": "View Name", "type": "string" } }, "required": [ "view_name" ], "title": "drop_viewArguments", "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/amineelkouhen/mcp-cockroach'

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