Skip to main content
Glama

protocols-io-mcp-server

by hqn21

update_protocol_description

Modify the description of an existing scientific protocol on protocols.io by specifying its unique ID and providing new plain text content.

Instructions

Update the description of an existing protocol by its protocol ID.

Input Schema

NameRequiredDescriptionDefault
descriptionYesNew description for the protocol (plain text only)
protocol_idYesUnique identifier for the protocol

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "New description for the protocol (plain text only)", "title": "Description", "type": "string" }, "protocol_id": { "description": "Unique identifier for the protocol", "title": "Protocol Id", "type": "integer" } }, "required": [ "protocol_id", "description" ], "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/hqn21/protocols-io-mcp-server'

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