list_stdlib_modules
List PerfettoSQL stdlib modules with domain, views, and usage details. Filter by domain or query to find the correct INCLUDE PERFETTO MODULE target.
Instructions
List curated PerfettoSQL stdlib modules as JSON entries with domain, module, views, description, and usage. Use when choosing an INCLUDE PERFETTO MODULE ... target; no trace has to be loaded.
Optional filters: domain (chrome, android, generic), query (case-insensitive search over module/view/description), and limit. For longer guidance, read resource://perfetto-mcp/stdlib-quickref.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Optional domain filter. Valid values: "chrome", "android", "generic". | |
| limit | No | Optional max entries to return. Must be > 0 when set; accepts both numbers and numeric strings. | |
| query | No | Optional case-insensitive search over module name, view names, and description. |