← delegation.school
INDIVIDUAL MCP TOOL
submit_feedback
Send the course team feedback FOR the learner — what's confusing, a bug, an idea, or praise.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent endpoint
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.delegation-school]
url = "https://delegation.school/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"delegation-school": {
"type": "http",
"url": "https://delegation.school/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: delegation-school
Remote MCP URL: https://delegation.school/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": {
"delegation-school": {
"url": "https://delegation.school/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"delegation-school": {
"type": "http",
"url": "https://delegation.school/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "delegation-school",
"transport": "streamable-http",
"url": "https://delegation.school/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
overview— What delegation.start_session— Call FIRST.list_lessons— List lessons (slug, title, track, order, summary), optionally filtered to one track.get_lesson— Get the full markdown of one lesson by slug.complete_lesson— Record a lesson result for a learner AFTER grading its quiz/assignment.course_stats— OPERATOR / Inspectable State: usage snapshot of the whole course — learner count, level mix, completions, per-lesson pass rates, and recent reflections.verify_ticket— OPERATOR (Capital Factory gift shop): validate a reward code (Golden Ticket GT- or Founding Graduate badge FG-) — returns who earned it, the reward, when, and whether it's been redeemed.set_level— OPERATOR: reclassify an existing learner's track (scratch | intermediate | power).