Skip to main content
Glama
namespaces.go360 B
package kiali import ( "context" "net/http" ) // ListNamespaces calls the Kiali namespaces API using the provided Authorization header value. // Returns all namespaces in the mesh that the user has access to. func (k *Kiali) ListNamespaces(ctx context.Context) (string, error) { return k.executeRequest(ctx, http.MethodGet, NamespacesEndpoint, "", nil) }

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/containers/kubernetes-mcp-server'

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