Skip to main content
Glama

Kapiti MCP Server

by Headlesshost

upload_user_profile_image

Upload a user profile image by providing the user ID and base64 encoded image data to update their account picture.

Instructions

Upload a profile image for a user

Input Schema

NameRequiredDescriptionDefault
imageYesBase64 encoded file data
userIdYesUser ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "image": { "description": "Base64 encoded file data", "type": "string" }, "userId": { "description": "User ID", "type": "string" } }, "required": [ "userId", "image" ], "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/Headlesshost/mcp-server'

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