Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLog level (debug, info, warn, error)info
TIDEWAYS_ORGYesTideways organization name
TIDEWAYS_TOKENYesTideways API access token
TIDEWAYS_PROJECTYesTideways project name
TIDEWAYS_BASE_URLNoTideways API base URLhttps://app.tideways.io/apps/api
TIDEWAYS_RATE_LIMITNoAPI requests per hour — match to your plan (Team/Pro: 2500, Standard: 1000, Basic: 250)2500
TIDEWAYS_MAX_RETRIESNoMaximum API retry attempts3
TIDEWAYS_REQUEST_TIMEOUTNoAPI request timeout (ms)30000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_performance_metricsA

Retrieve aggregate performance metrics and system-wide statistics in JSON format. Use for monitoring overall application health, trends, and high-level performance overview (use get_traces for detailed individual request analysis).

get_performance_summaryB

Retrieve time-series performance summary data in 15-minute intervals in JSON format for trend analysis and historical comparison. Returns data aggregated in 15-minute time buckets showing requests, errors, and 95th percentile response times.

get_issuesA

Retrieve and analyze recent errors, exceptions, and performance issues in JSON format for actionable insights

get_historical_dataA

Retrieve historical performance data in JSON format for a specific date with configurable granularity. Analyze daily, weekly, or monthly performance trends, transaction reports, and time-series metrics.

get_tracesA

Analyze individual trace samples in JSON format for detailed bottleneck identification and performance debugging. Use for investigating specific slow requests, not system-wide statistics (use get_performance_metrics for aggregate data).

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/5hahiL/tideways-mcp-server'

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