Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_reportsA

列出最近的 Bug 報告(metadata,不含完整資料)。List recent bug reports (metadata only).

get_report_overviewA

取得報告概覽(metadata + 各欄位筆數,不含原始資料)。Get report overview (metadata + counts).

get_console_logsB

取得報告中的 Console 記錄(warn/error)。Get console logs (warn/error).

get_network_errorsB

取得報告中的 Network 錯誤(4xx/5xx)。Get network errors (4xx/5xx).

get_voice_transcriptB

取得開發者的語音描述(中文轉錄)— 通常是最有價值的除錯線索。Get developer voice transcript — often the most valuable debugging clue.

get_page_infoA

取得報告的頁面資訊(URL、標題、瀏覽器、解析度)。Get page info (url, title, browser, resolution).

get_rrweb_summaryA

DOM 軌跡摘要(事件數、時長、事件類型分布),不回完整 rrweb(太大)。rrweb summary (count, duration, type distribution).

get_rrweb_eventsA

取得完整 rrweb DOM 事件(⚠ 資料量可能數 MB,僅在需要精確分析 DOM 變化時使用)。Get full rrweb events (⚠ may be several MB).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 8 tools

Disambiguation5/5

Each tool retrieves a specific, non-overlapping piece of bug report data: metadata-only, overview counts, console logs, network errors, voice transcript, page info, and rrweb summary/events. There's no ambiguity between tools.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (list_reports, get_report_overview, get_console_logs, etc.), making it easy for agents to predict tool names.

Tool Count5/5

8 tools is well-scoped for a bug report analysis server. Each tool serves a distinct purpose, covering listing, overview, and detailed data extraction without redundancy or missing critical functionality.

Completeness5/5

The tool set comprehensively covers the domain: metadata overview, console logs, network errors, voice transcript, page info, and DOM tracking (both summary and full events). No obvious gaps for the intended use case.

Maintenance

ActivityActive
ResponsivenessNo issues