Skip to main content
Glama

protocols-io-mcp-server

by hqn21

update_protocol_title

Modify the title of an existing protocol on protocols.io by providing the protocol ID and new title text.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
protocol_idYesUnique identifier for the protocol
titleYesNew title for the protocol (plain text only)

Input Schema (JSON Schema)

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