login
Access Folderr by logging in with your email and password to manage and communicate with Folderr Assistants through the MCP server.
Instructions
Login to Folderr with email and password
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | User email | ||
| password | Yes | User password |
Input Schema (JSON Schema)
{
"properties": {
"email": {
"description": "User email",
"type": "string"
},
"password": {
"description": "User password",
"type": "string"
}
},
"required": [
"email",
"password"
],
"type": "object"
}