← upsked.com

INDIVIDUAL MCP TOOL

add_sections_to_schedule

Append multiple sections to the caller's schedule version in a single atomic write.

upsked.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

upsked.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.upsked-com]
url = "https://upsked.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "upsked-com": {
      "type": "http",
      "url": "https://upsked.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: upsked-com
Remote MCP URL: https://upsked.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "upsked-com": {
      "url": "https://upsked.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "upsked-com": {
      "type": "http",
      "url": "https://upsked.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "upsked-com",
  "transport": "streamable-http",
  "url": "https://upsked.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_universities — List supported catalog schools (university_id, label, status, capabilities).
  • search_courses — Search Upsked catalog courses by code or keyword, with optional GE/PE/NSTP and open-only filters.
  • get_course_sections — Get sections, schedules, instructors, and block metadata for a course in a semester.
  • get_semesters — List Upsked semesters for one catalog school.
  • check_section_availability — Check slots_available, slots_total, demand, and overbooked status for one or more section IDs.
  • evaluate_schedule — Primary schedule analyzer for a fixed section_ids list: echoes requested section_ids; conflicts; countable_units / excluded_units / gross_units; meets_minimum_countable_load; underload (countable below 15); min_countable_units_for_viable; schedule spread; draft_analysis (free windows, occupied days, conflict detail); primary_schedule_analyzer=true.
  • get_my_schedule — Read saved schedule version(s).
  • add_section_to_schedule — Add a section to the caller's schedule version, or create a default version if none exists.