Skip to main content
Glama

protocols-io-mcp-server

by hqn21

delete_protocol_step

Remove a specific step from a protocols.io protocol using protocol ID and step ID to maintain accurate experimental procedures.

Instructions

Delete a specific step from a protocol by providing both the protocol ID and step ID.

Input Schema

NameRequiredDescriptionDefault
protocol_idYesUnique identifier for the protocol
step_idYesUnique identifier for the step to be deleted

Input Schema (JSON Schema)

{ "properties": { "protocol_id": { "description": "Unique identifier for the protocol", "title": "Protocol Id", "type": "integer" }, "step_id": { "description": "Unique identifier for the step to be deleted", "title": "Step Id", "type": "string" } }, "required": [ "protocol_id", "step_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/hqn21/protocols-io-mcp-server'

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