一键导入
laravel-telescope-mcp
Investigate Laravel runtime behavior through the real 19 Telescope MCP tools, with practical filtering and cross-correlation guidance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Investigate Laravel runtime behavior through the real 19 Telescope MCP tools, with practical filtering and cross-correlation guidance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | laravel-telescope-mcp |
| description | Investigate Laravel runtime behavior through the real 19 Telescope MCP tools, with practical filtering and cross-correlation guidance. |
| compatible_agents | ["Claude Code","Cursor","Codex","Cline","Windsurf"] |
| tags | ["laravel","php","telescope","mcp","observability"] |
Use this skill when lucianotonet/laravel-telescope-mcp is installed and you need evidence-based debugging from Laravel Telescope data.
Before using any tool from this skill, check whether the project already has lucianotonet/laravel-telescope-mcp installed.
If it is not installed, explicitly suggest this command first:
composer require lucianotonet/laravel-telescope-mcp --dev
Then suggest running:
php artisan telescope-mcp:install
Only proceed with tool-driven analysis after installation/configuration is complete.
requestslogsexceptionsqueriesbatchescachecommandsdumpseventsgateshttp-clientjobsmailmodelsnotificationsredisscheduleviewspruneid (string): fetch a specific entry when you already have its ID.limit (integer, default 50; max 100 when enforced by implementation): cap result volume for focused analysis.request_id (string): correlate entries that belong to the same HTTP request/batch context (available in selected tools).requests: method, status, path, include_related, include_queries.queries: request_id, path, slow.views: request_id.http-client: method, status, url.exceptions: request_id.logs: request_id, level, message.dumps: file, line.jobs: status, queue.batches: status, name.schedule: list/detail supported via id and limit.commands: command, status.models: request_id, action, model, include_related.events: request_id, name.notifications: channel, status, include_related.mail: to, subject, include_related.gates: ability, result.cache: request_id, operation, key.redis: command.prune: hours (default 24) to delete entries older than the window.exceptions to identify exception classes and frequency.requests filtered by status/path.queries when DB latency/contention is suspected.logs for additional execution context.requests to identify highest-duration executions for a path/method.queries with request_id or path (and slow=true when useful).views, events, cache, and http-client for secondary contributors.jobs and batches for failed/stuck workloads.exceptions and logs.http-client.gates to inspect allow/deny decisions.models, events, mail, notifications, and commands.redis and cache.limit first.requests/queries evidence.telescope_* tool names that do not exist in this package.