action | string | Yes | Operation to perform. Values: create_link, list_links, read, delete_link. |
link_id | string | No | Federation link ID. Required for ‘read’ (by ID) and ‘delete_link’. |
target_workspace | string | No | Target workspace ID containing the file. Required for ‘create_link’. |
target_path | string | No | File path in the target workspace. Required for ‘create_link’. |
alias | string | No | Optional alias for referencing the linked file (e.g., ‘shared/config.json’). Max 512 characters. Can be used with ‘read’ action instead of link_id. |