Skip to main content
Glama

Flint Note

by disnet

update_vault

Modify vault details in Flint Note MCP server by updating the name or description using a specific vault ID. Simplifies organization and customization of markdown note vaults.

Instructions

Update vault information (name or description)

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew description for the vault
idYesID of the vault to update
nameNoNew name for the vault

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "New description for the vault", "type": "string" }, "id": { "description": "ID of the vault to update", "type": "string" }, "name": { "description": "New name for the vault", "type": "string" } }, "required": [ "id" ], "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/disnet/flint-note'

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