set_cookies
Set authentication cookies for secure access to N Lobby school portal data, enabling users to view announcements, schedules, and learning resources.
Instructions
Set authentication cookies for N Lobby access
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cookies | Yes | Cookie string from authenticated N Lobby session |
Input Schema (JSON Schema)
{
"properties": {
"cookies": {
"description": "Cookie string from authenticated N Lobby session",
"type": "string"
}
},
"required": [
"cookies"
],
"type": "object"
}