Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
open_colab_browser_connectionA

Opens a connection to a Google Colab browser session and unlocks notebook editing tools. Returns a boolean representing whether the connection attempt succeeded

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or misselection. The tool's purpose is clearly stated and no other tools exist to overlap with it.

Naming Consistency5/5

The single tool name follows a clear verb_noun pattern (open + colab_browser_connection). There are no other tools to introduce naming inconsistencies, so the naming is internally consistent.

Tool Count2/5

A single tool is too few for a server named colab-mcp, especially since the tool description mentions unlocking notebook editing tools that are not actually exposed. The count is at the lower boundary of what could be acceptable for a narrowly scoped connection tool, but it feels too thin for the apparent domain.

Completeness1/5

The tool surface is severely incomplete: it offers only an initial connection step while the description claims to unlock notebook editing tools that are absent. There are no tools for creating, editing, or executing notebooks, leaving agents with a dead end after establishing the connection.

Maintenance

ActivityInactive
ResponsivenessNo issues