arc_get_page_content
Retrieve the text content of a web page from the active tab or a specified tab in the Arc browser.
Instructions
ページのテキストコンテンツを取得する
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_index | No | タブのインデックス(指定しない場合はアクティブタブ) |
Retrieve the text content of a web page from the active tab or a specified tab in the Arc browser.
ページのテキストコンテンツを取得する
| Name | Required | Description | Default |
|---|---|---|---|
| tab_index | No | タブのインデックス(指定しない場合はアクティブタブ) |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden for behavioral disclosure. It only states the basic function without revealing traits such as read-only safety, performance implications, or limitations (e.g., content restrictions).
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 a single concise sentence that is to the point. However, it is too minimal and lacks additional context that could be added without verbosity, such as clarifying 'text content' or output format.
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, full parameter description in schema, and absence of output schema or annotations, the description is minimally adequate. It covers the core functionality but could be more complete by specifying the return type or behavior for empty pages.
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 the single parameter 'tab_index' already described (index or active tab). The description adds no extra meaning beyond the schema, meeting the baseline of 3.
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 the text content of a page, using the specific verb 'get' and distinct resource 'text content'. This differentiates it from sibling tools like arc_get_page_html (HTML) and arc_get_page_links (links).
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. It does not mention scenarios, exclusions, or prerequisites for using the tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yzanbo/arc-browser-control-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server