Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_ROLENoOne of noc, sysadmin, all (defaults to noc)noc
MERAKI_KEYYesYour Meraki Dashboard API key
MERAKI_BASE_URLNoDefaults to https://api.meraki.com/api/v1https://api.meraki.com/api/v1

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
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
updateNetworkFirmwareUpgradesC

Update firmware upgrade information for a network

getOrganizationsA

List the organizations that the user has privileges on

getOrganizationDevicesB

List the devices in an organization that have been assigned to a network.

getOrganizationFirmwareUpgradesC

Get firmware upgrade information for an organization

getOrganizationLicensesOverviewA

Return an overview of the license state for an organization

getOrganizationNetworksB

List the networks that the user has privileges on in an organization

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct resource and action: organizations, devices, firmware upgrades at org/network level, licenses, and networks. The only potentially confusing pair (get vs update firmware) is clearly separated by verb and scope, leaving no ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb-first camelCase pattern: 'get' for read operations and 'update' for the single write operation. The pattern is uniformly applied across resources, with no mixing of conventions.

Tool Count5/5

The server has 6 tools, which is well within the ideal 3-15 range. Each tool covers a meaningful aspect of the Meraki domain, and the set feels neither sparse nor bloated.

Completeness4/5

The server covers core organization-level reads (orgs, networks, devices, firmware, licenses) and one update for network firmware. Minor gaps exist, such as no per-network device listing or create/delete operations, but these are acceptable for a focused read-heavy server.

Maintenance

ActivitySlowing
ResponsivenessNo issues