list_stdlib_modules
List PerfettoSQL stdlib modules with domain, module, views, description, and usage. Filter by domain, search query, or limit to find the right INCLUDE PERFETTO MODULE target without loading a trace.
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 |
|---|---|---|---|
| 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. | |
| domain | No | Optional domain filter. Valid values: "chrome", "android", "generic". |