read_username
Retrieve Hiworks username from the Mail MCP server using provided credentials, enabling integration and email system authentication.
Instructions
하이웍스 username을 읽어옵니다.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
password | No | ||
username | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"password": {
"default": "",
"type": "string"
},
"username": {
"default": "",
"type": "string"
}
},
"type": "object"
}