Skip to main content
Glama

check_cookies

Verify authentication cookies are set for secure access to N Lobby school portal data including announcements, schedules, and learning resources.

Instructions

Check if authentication cookies are set

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler for the 'check_cookies' tool. Retrieves cookie status from the NLobbyApi instance and returns it as text content.
    case "check_cookies": { const cookieStatus = this.api.getCookieStatus(); return { content: [ { type: "text", text: `Cookie status: ${cookieStatus}`, }, ], }; }
  • src/server.ts:328-335 (registration)
    Registration of the 'check_cookies' tool in the ListToolsRequestSchema response, including its name, description, and empty input schema (no parameters required).
    { name: "check_cookies", description: "Check if authentication cookies are set", inputSchema: { type: "object", properties: {}, }, },
  • Input schema for 'check_cookies' tool: an empty object (no input parameters).
    inputSchema: { type: "object", properties: {}, },

Latest Blog Posts

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/minagishl/nlobby-mcp'

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