touch.md

 1Create an empty file; auto-creates parent dirs. Fails if the file already exists.
 2
 3<usage>
 4- Provide file path to create
 5- Tool creates necessary parent directories automatically
 6</usage>
 7
 8<features>
 9- Creates new empty files
10- Auto-creates parent directories if missing
11- Refuses to overwrite existing files
12</features>
13
14<limitations>
15- Cannot write content
16- Cannot update modification times for existing files
17- Cannot create directories
18</limitations>
19
20<cross_platform>
21- Use forward slashes (/) for compatibility
22</cross_platform>
23
24<tips>
25- Use Write tool when the file should contain content
26- Use LS tool to verify location when creating new files
27</tips>