{"name":"MongoDB Chatbot API (READ-ONLY)","version":"2.0.0","description":"Ask questions about MongoDB data and get intelligent answers (Read-Only Access)","access_level":"READ-ONLY","capabilities":["Query and read data from MongoDB","Generate intelligent answers using LLM","Perform read-only aggregations","No write/modify/delete operations allowed"],"limitations":["Cannot list collections (read-only user restriction)","Cannot create, update, or delete documents","Cannot create indexes or modify schema","Use known collection names in queries"],"endpoints":{"POST /chat":"Ask a question about the database","GET /health":"Health check endpoint","GET /collections":"Attempt to list collections (may fail for read-only users)","GET /collection-stats/{collection_name}":"Get collection statistics (read-only)","GET /docs":"Interactive API documentation (Swagger UI)"},"example_question":"What is the total wallet balance?","example_question_2":"Show me wallet transactions from today","collection":"wallethistories","user":"laxstagingreadonlyuser1 (READ-ONLY ACCESS)"}