| tools | [{"name":"add_url","description":"Adds a URL to the tracked list of legal documents.","arguments":["[Truncated]","[Truncated]"],"execution":{"command":"node {{SKILL_DIR}}/handler.js add --url \"{{url}}\" --label \"{{label}}\"","output_format":"markdown"}},{"name":"list_tracked","description":"Lists all tracked URLs and their last snapshot dates.","arguments":[],"execution":{"command":"node {{SKILL_DIR}}/handler.js list","output_format":"markdown"}},{"name":"fetch_current","description":"Fetches the current version of a tracked document and saves a snapshot without comparing.","arguments":["[Truncated]"],"execution":{"command":"node {{SKILL_DIR}}/handler.js fetch --url \"{{url}}\"","output_format":"markdown"}},{"name":"diff","description":"Fetches the current version of a tracked document and outputs a semantic comparison prompt against the previous snapshot. The Claude Code runtime performs the analysis, categorizing changes into Privacy Risks, Financial Changes, and User Rights.","arguments":["[Truncated]"],"execution":{"command":"node {{SKILL_DIR}}/handler.js diff --url \"{{url}}\"","output_format":"markdown"}},{"name":"remove_url","description":"Removes a URL from the tracked list and deletes its snapshots.","arguments":["[Truncated]"],"execution":{"command":"node {{SKILL_DIR}}/handler.js remove --url \"{{url}}\"","output_format":"markdown"}}] |