Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_PERSONAL_ACCESS_TOKENYesGitHub Personal Access Token with repo scope or fine-grained permissions.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_upcoming_calendar_eventsA

Retrieves upcoming events across all active Google Calendars within the next X days.

add_calendar_eventB

Creates a new calendar event.

  • calendar_name: Name of target calendar (e.g. 'Family', 'primary').

  • Timestamps: ISO-8601 format (e.g. '2026-08-12T14:00:00+02:00').

delete_calendar_eventB

Deletes a calendar event by its ID, with automatic scan fallback.

list_google_tasksB

Lists tasks from the primary task list including status and ID.

add_google_taskB

Creates a new Google Task. due_iso in RFC3339 format (e.g. '2026-08-12T00:00:00.000Z').

complete_google_taskB

Marks a Google Task as completed using its Task ID.

delete_google_taskB

Deletes a Google Task by its Task ID.

list_github_issuesA

Lists issues for a given repository (e.g. 'owner/repo'). State: 'open', 'closed', 'all'.

create_github_issueC

Creates a new issue in a GitHub repository.

comment_github_issueA

Adds a comment to an existing issue or pull request.

list_github_pull_requestsB

Lists pull requests for a given repository.

create_github_pull_requestB

Creates a new pull request.

commit_and_push_fileC

Creates or updates a file directly in a GitHub repository.

get_spidergate_statusA

Returns runtime diagnostics and status metadata for the gateway.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/florianfendt/spiderweb-mcp'

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