Skip to main content
Tool attach_to_project · Behavior Additive
Link existing files to a project. Membership is a separate edge, not a field on the project. Idempotent: re-linking a file is a no-op. Files you cannot access are reported in not_found and skipped; the rest are linked.

Input parameters

string (uuid)
required
Project to link the files to. You must have edit access.
string (uuid)[]
required
File ids to link to the project (1-50).

Response

string (uuid)
string (uuid)[]
Files now linked to the project (includes already-linked).
string (uuid)[]
Requested files that were not found or not accessible.