BugEzy
Server Details
Voice-powered bug reporting with 13 MCP tools. Record bugs by talking; let AI find and fix them.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- fox100039-design/bugezy
- GitHub Stars
- 0
- Server Listing
- bugezy
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.1/5 across 13 of 13 tools scored. Lowest: 2.3/5.
Most tools have distinct purposes, though 'get_live_errors' overlaps with 'get_console_logs' and 'get_network_errors' as it combines both. Descriptions help clarify, but some ambiguity remains.
All tools use consistent snake_case with 'get_' prefix for data retrieval and 'list_' for listing reports. No mix of conventions.
13 tools cover a focused scope of bug report data retrieval. Each tool serves a specific data type without unnecessary bloat.
As a read-only server, it offers comprehensive access to bug report details (logs, screenshots, timeline, etc.). Missing a tool to retrieve a single report by ID, but list_reports + detail tools work around it.
Available Tools
13 toolsget_console_logsCInspect
取得 Console 記錄(warn/error)。Console logs.
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, and the description does not disclose any behavioral traits such as read-only nature, side effects, or authentication requirements. It only restates the basic function.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Very short with no unnecessary structure. However, the second sentence is redundant ('Console logs.'). Could be more concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description is minimal and does not specify return format, error handling, or any additional context. For a simple tool, this is incomplete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The only parameter, report_id, is not explained in the description. Schema coverage is 0%, so the description should add meaning but does not.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states it retrieves console logs (warn/error), but does not differentiate from sibling tools like get_live_errors or get_network_errors. It is clear but lacks specificity about scope and output.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives. There is no mention of context, prerequisites, or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_live_errorsBInspect
取得某使用者當前頁面的即時 Console/Network 錯誤(需 user_email + session_token 驗證身分)。Live console/network errors — requires user_email and session_token.
| Name | Required | Description | Default |
|---|---|---|---|
| user_email | Yes | 你的 BugEzy email(只讀你自己的即時錯誤) | |
| session_token | No | BugEzy session token(如果 MCP URL 已帶 ?token= 則不需提供)。 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It discloses authentication needs but omits behavioral traits such as read-only nature, rate limits, or what happens on incorrect credentials. The description lacks detail on data scope (only current page?) and format of errors.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences convey core functionality and authentication requirement efficiently. No redundant information, though the bilingual repetition could be seen as unnecessary. Generally concise and front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given two parameters, no output schema, and multiple sibling tools, the description is adequate but not comprehensive. It doesn't explain return values, error handling, or how it differs from similar tools like get_console_logs. More context would help agent selection.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions for both parameters. The description adds context: user_email is for retrieving one's own errors, and session_token is optional if the MCP URL includes a token. This adds meaningful guidance beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it retrieves live console and network errors for a user's current page, and mentions authentication requirements. It distinguishes from sibling tools by specifying 'live' and 'current page', but does not explicitly contrast with get_console_logs or get_network_errors.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description includes authentication requirements (user_email and session_token) but gives no guidance on when to use this tool versus alternatives like get_console_logs or get_network_errors. No explicit when-not-to-use or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_network_errorsCInspect
取得 Network 錯誤(4xx/5xx)。Network errors.
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It only states the tool returns network errors but does not mention if it is read-only, requires permissions, or has any side effects. The description is minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short (two short phrases), which is concise but lacks important details. It is front-loaded but insufficient for a complete understanding.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has one parameter and no output schema, the description should provide complete context about return value format, error scope, and pagination. It does not, leaving gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description should explain the parameter `report_id`. It does not, leaving the agent without information on how to obtain or use this required parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states that the tool retrieves network errors (4xx/5xx), making its purpose unambiguous. It distinguishes from siblings like get_live_errors by specifying the HTTP error range.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance provided on when to use this tool versus alternatives (e.g., get_live_errors for non-HTTP errors). The description does not mention contexts or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_page_infoCInspect
取得頁面資訊(URL/標題/瀏覽器/解析度)。Page info.
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so description carries full burden. It states what info is retrieved but does not disclose behavioral traits like read-only nature, return format, or required permissions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Very short but under-specified. While there is no fluff, the brevity leaves critical information missing. Not an efficient minimal viable description.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simplicity of the tool (1 param, no output schema), the description is incomplete. It does not explain the parameter, output format, or constraints. Sibling tools are listed but not compared.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% and the description does not mention the 'report_id' parameter, its purpose, or how to obtain it. It adds no meaning beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states it gets page info and lists specific fields (URL, title, browser, resolution). It distinguishes from siblings like get_console_logs and get_screenshots by focusing on page metadata.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives. No prerequisites, exclusions, or context provided. Agent must infer from the name and sibling list.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_report_overviewAInspect
取得報告概覽(metadata + 各筆數 + AI Bug 導航摘要,不含原始資料)。Report overview with AI bug summary.
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Without annotations, the description carries the transparency burden. It mentions what is included (metadata, counts, AI bug summary) and excluded (raw data), but does not disclose read-only nature, side effects, auth needs, or performance characteristics.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise with two sentences covering key points. Every word serves a purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter tool with no output schema, the description provides enough context about what the overview includes and excludes. Minor gaps remain around parameter semantics.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description should compensate. It only describes the tool's output, not the single 'report_id' parameter. No guidance on how to obtain or format the ID.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool retrieves a report overview with metadata, counts, and AI bug summary, excluding raw data. This distinguishes it from sibling tools that focus on specific aspects like console logs or errors.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for a high-level overview but does not explicitly state when to prefer it over siblings or when not to use it. No alternatives or exclusions are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_rrweb_eventsCInspect
取得完整 DOM 事件(⚠ 資料量大)。Full rrweb events.
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It only warns about large data volume but does not mention read-only nature, potential rate limits, or other behavioral aspects. The warning is helpful but insufficient for full transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short (two lines, bilingual) and concise, but it lacks any structure or organization. It is efficient but could include more detail without becoming verbose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has no output schema, the description should explain what the returned 'Full rrweb events' contain. It fails to describe the return format, event types, or any pagination/limits, leaving the agent with incomplete context for handling the response.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description does not explain the required 'report_id' parameter. With 0% schema description coverage, the agent has no information about what a 'report_id' is or how to obtain it, making parameter usage ambiguous.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool retrieves full DOM events (rrweb events) and uses a specific verb 'get' with a specific resource 'rrweb events'. It distinguishes from sibling tool 'get_rrweb_summary' by implying it returns full data rather than a summary.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like 'get_rrweb_summary'. The only usage hint is the warning about large data volume, which is implicit caution but not explicit when-to-use advice.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_rrweb_summaryBInspect
DOM 軌跡摘要(事件數/時長/類型分布,不回完整資料)。rrweb summary.
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden. It discloses the output is a summary (event count, duration, type distribution) and that it excludes full data. However, it lacks details on permissions, rate limits, or cost implications. For a read-like tool, the basic behavior is clear but not comprehensive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise: two sentences with no redundant information. It front-loads the essential purpose and key characteristics, making it easy to parse quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with one parameter and no output schema, but the description omits the parameter's meaning and the return format structure. With many siblings, more context on when to use this vs. get_rrweb_events would be helpful. The description leaves the agent to infer too much.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has one required parameter (report_id) with no description. The tool description does not mention or explain this parameter at all. Given 0% schema description coverage, the description fails to add any meaning to the parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool provides a summary of DOM trace (rrweb) with event count, duration, and type distribution, explicitly noting it does not return complete data. This distinguishes it from the sibling tool get_rrweb_events which returns full events.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies use when a summary is needed rather than full events by stating 'not returning complete data', but it does not explicitly mention alternatives or provide when-to-use/when-not-to-use guidance. The sibling get_rrweb_events is not referenced.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_screenshotsBInspect
高畫質 AI 分析:取得報告截圖圖片(視覺 Bug 用)。⚠ 圖片消耗較高 Token(每張 ~3,000-8,000),建議只在需要看畫面時使用。Report screenshots.
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes | ||
| include_images | No | 開啟高畫質 AI 分析(預設 false,只回 metadata 省 Token) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Without annotations, the description carries the burden. It discloses high token consumption and mentions 'high-quality AI analysis', but does not specify return format (e.g., base64, URLs) or any required permissions. Partial transparency is achieved.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short but contains redundant bilingual content (Chinese and English saying essentially the same thing). It is not overly long, but the repetition wastes space. A single-language version would be more concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the absence of an output schema, the description should explain what the tool returns (e.g., image data or metadata). It mentions 'metadata' when include_images=false but does not describe its structure or if multiple screenshots are returned. This leaves significant gaps for a parameter count of 2.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 50%. The description adds context for 'include_images' (token cost and default false) but not for 'report_id'. The parameter descriptions in the schema are minimal, so the description partially compensates but not fully.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool retrieves report screenshots for visual bug analysis. It includes both Chinese and English, but the purpose is specific and distinct from sibling tools like get_console_logs or get_page_info, which do not provide screenshots.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly advises using this tool only when visual inspection is needed due to high token consumption (3000-8000 per image). This provides clear when-to-use and when-not-to-use guidance, though it does not name specific alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_terminal_logsAInspect
取得某使用者終端機的即時錯誤日誌(stderr/throw/crash,需 user_email + session_token 驗證;付費功能)。開發者需執行 npx bugezy-watch -- 。Terminal error logs — requires user_email and session_token, paid feature.
| Name | Required | Description | Default |
|---|---|---|---|
| user_email | Yes | 你的 BugEzy email(只讀你自己的終端機日誌) | |
| session_token | No | BugEzy session token(如果 MCP URL 已帶 ?token= 則不需提供)。 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses that the tool requires authentication and is a paid feature, and implies it retrieves live data ('real-time'). However, it does not state whether the tool is read-only, if there are side effects, or what the return format looks like. This is adequate but not thorough.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short and front-loaded with the core purpose. However, it redundantly presents the same information in both Chinese and English, which adds slight unnecessary length. Overall, it is concise and structured well.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (2 parameters, no output schema, no annotations), the description covers the essential aspects: purpose, required auth, paid status, and setup command. It provides enough context for an agent to invoke the tool correctly, though it could be enhanced with output format hints or comparison to siblings.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, and the schema descriptions already clarify that user_email is tied to your own logs and session_token is optional if the URL already has a token. The description adds no new parameter-specific meaning beyond reiterating these requirements, so it meets the baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: retrieving real-time terminal error logs (stderr/throw/crash) for a specific user. It uses a specific verb ('get') and resource ('terminal logs'), but it does not explicitly differentiate from sibling tools like get_console_logs or get_live_errors, which could overlap in functionality.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description mentions prerequisites: user_email and session_token for authentication, and the need to run 'npx bugezy-watch -- <command>' beforehand. It also notes it is a paid feature. However, it does not provide guidance on when to use this tool over alternatives (e.g., get_console_logs for console logs or get_live_errors for all errors), leaving the agent to infer context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_timelineAInspect
取得一份報告的完整時間軸(時序麵包屑)。把 Console、Network、語音、標記、網路環境、儲存狀態全部按時間排序成一條故事線,AI 只需呼叫這一個 tool 就能掌握完整 Bug 脈絡(省去逐一呼叫 console/network/voice 各 tool)。Full report timeline.
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes | 報告 ID |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must cover behavioral traits. It describes that data is ordered by time into a story line, but omits details like authentication needs, rate limits, or pagination. The description is adequate but not thorough.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences long, first in Chinese then English. It is front-loaded with the core purpose. The bilingual repetition is slightly redundant but does not harm clarity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool that aggregates many data sources, the description explains what it does and why it is useful. Without an output schema, it does not detail the return format, but the coverage is good for the context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There is only one parameter (report_id) with 100% schema coverage. The description adds no additional information about this parameter beyond the schema, so baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool retrieves a full timeline of a report, aggregating data from multiple sources. It specifies verb 'get' and resource 'timeline', and distinguishes from sibling tools by explaining it consolidates information from Console, Network, voice, and others.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly suggests using this tool instead of calling individual console/network/voice tools for a comprehensive bug overview. However, it does not mention when not to use it or specify exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_usage_statsBInspect
取得當月的 MCP 使用量統計(呼叫次數、token 消耗、省了多少)。Monthly MCP usage stats.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided. Description lacks disclosure of behavioral traits such as read-only nature, authentication requirements, or whether it reflects real-time or cached data. It only specifies the time scope (monthly).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, essentially redundant (Chinese and English versions). It is concise but could be merged into one crystal-clear sentence. Front-loads purpose adequately.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (zero parameters, no output schema), the description is mostly complete. However, it lacks details on the exact format of the returned data (e.g., are these cumulative or per-day?), and whether authentication is needed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has no parameters (100% coverage). Description adds meaning by specifying the metrics retrieved (calls, token consumption, savings) and that data is monthly, adding value beyond the empty schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool retrieves monthly MCP usage statistics including call counts, token consumption, and savings. It distinguishes itself from sibling tools like get_console_logs and get_live_errors by focusing specifically on usage metrics.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives like get_report_overview or others. It does not mention prerequisites or scenarios where it is particularly useful.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_voice_transcriptCInspect
取得開發者語音描述(中文轉錄)。Developer voice transcript.
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, and description gives no behavioral details (e.g., read-only, auth needs, side effects). Only states what it gets, not how it behaves.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Very short and bilingual, but under-specified for the number of parameters and sibling context. Could be improved with more actionable information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with one required parameter and no output schema, the description lacks details on return format, interpretation, or usage context, leaving significant gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, and the description does not mention the required parameter 'report_id' or explain its purpose.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool retrieves a developer voice transcript (Chinese transcription), specifying the resource and action. However, it does not differentiate from sibling 'get_*' tools beyond the resource name.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives like get_console_logs or get_screenshots. No context or prerequisites provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_reportsAInspect
列出某使用者的 Bug 報告(需提供 user_email + session_token 驗證身分)。List a user's bug reports — requires user_email and session_token.
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| limit | No | ||
| user_email | No | 使用者 email;只回傳該 email 的報告。未提供則不回任何報告(安全預設)。 | |
| session_token | No | BugEzy session token(如果 MCP URL 已帶 ?token= 則不需提供)。 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description partially reveals behavioral traits: authentication requirement and safety default for user_email. However, it does not state read-only nature, side effects, or error handling.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and front-loaded with bilingual text, efficiently covering key points without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Without an output schema, the description fails to explain the return format, pagination, or structure of the list, leaving important gaps for the agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 50%; the description adds value for user_email and session_token but provides no extra insight for url and limit parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool lists a user's bug reports and specifies required parameters. It is distinct from sibling tools that retrieve different data types.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description mentions the need for user_email and session_token for authentication, but lacks explicit guidance on when to use this tool versus siblings like get_report_overview.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.