mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-13 14:43:33 +08:00
10 lines
547 B
Markdown
10 lines
547 B
Markdown
<!--
|
|
name: 'Tool Description: WebFetch private URL warning'
|
|
description: Warns that WebFetch fails for authenticated or private URLs and includes the standard WebFetch usage notes
|
|
ccVersion: 2.1.173
|
|
variables:
|
|
- WEBFETCH_TOOL_DESCRIPTION_BLOCK
|
|
-->
|
|
IMPORTANT: WebFetch WILL FAIL for authenticated or private URLs. Before using this tool, check if the URL points to an authenticated service (e.g. Google Docs, Confluence, Jira, GitHub). If so, look for a specialized MCP tool that provides authenticated access.
|
|
${WEBFETCH_TOOL_DESCRIPTION_BLOCK}
|