Skip to main content
Glama
staffdill

observe-mcp

by staffdill

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OBSERVE_TOKENYesObserve bearer token. Generate at: Observe UI → Settings → API Tokens
OBSERVE_CUSTOMER_IDYesYour Observe tenant ID (numeric). Found in your Observe URL: https://<id>.observeinc.com
OBSERVE_DEFAULT_DATASETNoDefault dataset path used when dataset_path is not passed

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
observe_queryB

Run a raw OPAL pipeline query against Observe. Returns up to rowCount rows.

search_service_logsB

Search Observe logs for a specific service. Convenience wrapper around OPAL.

search_entity_logsA

Search Observe logs filtered by a specific field value — useful for correlating logs to a particular entity such as a user ID, request ID, device ID, or any other identifier.

get_dataset_schemaA

Return cached field names, example values, and suggested OPAL filter snippets for a dataset. Instant — no API call. Call this before writing any OPAL query. Generate the cache by running the discover script externally.

inspect_datasetA

Sample a dataset to discover available field names and example values. Call this before writing OPAL queries so you know exactly which fields to filter on.

list_datasetsA

List all datasets in Observe, optionally filtered by name keyword. Use this to discover dataset paths before running queries.

observe_docsA

Show OPAL query language reference and examples for writing Observe queries. Call this before writing OPAL pipelines.

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/staffdill/observe-mcp'

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