Skip to main content
Glama

MCP Template

by rhit-bhuwalk

create_record

Add a new record to a specified resource by providing the resource URI and record data. Designed for use with MCP Template servers to manage and organize custom data efficiently.

Instructions

Create a new record in a resource

Input Schema

NameRequiredDescriptionDefault
dataYesRecord data to create
resourceUriYesURI of the resource

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "data": { "additionalProperties": {}, "description": "Record data to create", "type": "object" }, "resourceUri": { "description": "URI of the resource", "type": "string" } }, "required": [ "resourceUri", "data" ], "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