Skip to main content
Glama
yzanbo
by yzanbo

arc_get_console_logs

Fetch console logs from Arc browser tabs, with options to filter by level, limit count, and include preserved messages.

Instructions

キャプチャしたコンソールログを取得する

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelNoフィルタするログレベル(デフォルト: all)
limitNo取得する最大件数(デフォルト: 100)
includePreservedMessagesNo過去のナビゲーションで保存されたメッセージも含めるか(デフォルト: false)
tab_indexNoタブのインデックス(指定しない場合はアクティブタブ)
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided; description gives minimal behavioral context. Does not disclose that logs are from a prior capture, whether retrieval clears the buffer, or if it operates on the active tab.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One short sentence is concise but omits necessary details. Slightly under-specified for effective use.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema; return format unknown. Lacks lifecycle context (e.g., need to call arc_start_console_capture first). Incomplete for an agent to use correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so parameters are well-documented. Description adds no additional meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it retrieves captured console logs (verb + resource) and distinguishes from siblings like arc_start_console_capture and arc_stop_console_capture.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool (e.g., after starting capture) or alternatives. Missing prerequisites and context for correct invocation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/yzanbo/arc-lite-mcp'

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