Skip to main content
Glama

ShipHero MCP Server

update_vendor

Update vendor information directly in the ShipHero MCP Server by providing the vendor ID and updated data in JSON format.

Input Schema

NameRequiredDescriptionDefault
vendor_dataYesJSON string containing the updated vendor data
vendor_idYesThe ID of the vendor to update

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "vendor_data": { "description": "JSON string containing the updated vendor data", "type": "string" }, "vendor_id": { "description": "The ID of the vendor to update", "type": "string" } }, "required": [ "vendor_id", "vendor_data" ], "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/mattcoatsworth/Shiphero-mcp-server'

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