{"name":"indent_convert","title":"Indentation Converter (tabs <-> spaces)","category":"developer","description":"Convert each line's LEADING indentation only between tabs and spaces, leaving content elsewhere on the line untouched.","price_usd":0.001,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Text to convert"},"mode":{"type":"string","description":"tabs_to_spaces | spaces_to_tabs","enum":["tabs_to_spaces","spaces_to_tabs"]},"width":{"type":"integer","description":"Spaces per tab stop, 1-16 (default 4)"}},"additionalProperties":false,"required":["text","mode"]}}