Skip to main content
Glama

MCP Template

by rhit-bhuwalk

delete_record

Remove a specific record from a resource by providing its resource URI and record ID. This tool ensures accurate data management within MCP servers.

Instructions

Delete a record from a resource

Input Schema

NameRequiredDescriptionDefault
recordIdYesID of the record to delete
resourceUriYesURI of the resource

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "recordId": { "description": "ID of the record to delete", "type": "string" }, "resourceUri": { "description": "URI of the resource", "type": "string" } }, "required": [ "resourceUri", "recordId" ], "type": "object" }
Install Server

Other Tools from MCP Template

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/rhit-bhuwalk/MCP_TEMPLATE'

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