Skip to main content
Glama

Duyet MCP Server

send_message

Submit a message to Duyet for collaboration, job opportunities, consulting, or inquiries. Include a purpose and optional contact email for follow-up.

Instructions

Send a message to Duyet for collaboration, job opportunities, consulting, or general inquiries. Messages are saved with a reference ID for follow-up

Input Schema

NameRequiredDescriptionDefault
contact_emailNoOptional: Your email for response
messageYesMessage to send to Duyet (10-500 characters)
purposeYesPurpose of your message

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contact_email": { "description": "Optional: Your email for response", "format": "email", "type": "string" }, "message": { "description": "Message to send to Duyet (10-500 characters)", "maxLength": 500, "minLength": 10, "type": "string" }, "purpose": { "description": "Purpose of your message", "enum": [ "collaboration", "job_opportunity", "consulting", "general_inquiry" ], "type": "string" } }, "required": [ "message", "purpose" ], "type": "object" }
Install Server

Other Tools from Duyet MCP Server

Related Tools

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/duyet/duyet-mcp-server'

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