You're viewing a demo portfolio

Join the waitlist
PRSM

ic_folder_get

Active

Tool of Immersive Commons

declared in 1.31.0

Traverse one folder (or the vault ROOT if folder_id is omitted). Returns { folder, path (breadcrumb), subfolders[], files[] } where each file carries a download_url (GET it with your bearer). Recurse by calling this again with a subfolder's id. This is how you walk a shared folder tree. Args: { folder_id? }. Required scope: files:read (ic-member+).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "folder_id": {
      "type": "string",
      "maxLength": 64,
      "description": "Folder id (d_...) to open. Omit for the vault root."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Immersive Commons

https://github.com/immersive-commons/ic-skills

1/7 registries
View full server →
ic_folder_get — Immersive Commons — PRSM MCP