Skip to content

Conversation

@6736-shafi
Copy link

@6736-shafi 6736-shafi commented Feb 1, 2026

Thanks for creating this issue! I saw the feedback about CSV tools not being discoverable and wanted to help fix it.

Added documentation for all 5 CSV tools with a clean table format and practical examples. The csv_sql tool is especially cool - it lets you query CSV files with SQL using DuckDB!

Let me know if you'd like any changes to the documentation format or additional examples.

Added a REFERENCE section documenting the available CSV tools:
- csv_read: Read CSV file contents with pagination
- csv_write: Create new CSV files
- csv_append: Append rows to existing CSV
- csv_info: Get file metadata
- csv_sql: Query CSV with SQL (DuckDB)

This enables the coding agent to discover and use CSV tools
when building agents that need to work with CSV data.

Fixes adenhq#2926
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants