studio_list
List a notebook's Studio panel, merging text notes and generated artifacts with metadata. Use filters for item type, detail level, and pagination to find specific content.
Instructions
List a notebook's Studio panel — text notes AND generated artifacts.
Accepts a notebook name or ID. Returns a merged items list; each item has
id / title / type (note or a hyphenated artifact kind); artifacts
also carry status_label / url. Bounded page of limit (default 50)
from offset, with total / offset / has_more.
detailladder (NOTE bodies only; read a report/data-table body viastudio_download):summary(default) gives each note a boundedcontent_preview+char_count(artifacts addcreated_at+generation_prompt, the free-text prompt the artifact was generated from,nullwhen it records none);full= wholecontent;compact= aid/title/type/status_label/created_atroster.kindfilters to onetype.item(name or id) fetches just that item as a 1-element list with the note's FULLcontent(an artifact also carries itsgeneration_prompt); no match is NOT_FOUND.limit/offset/detailare ignored withitem;kindscopes resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | No | ||
| kind | No | ||
| limit | No | ||
| detail | No | summary | |
| offset | No | ||
| notebook | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||