Overview
This guide provides practical examples of how to use SensorUp MCP tools with AI assistants. These examples demonstrate common use cases and best practices.Basic Queries
Listing Assets
Prompt:- List of asset names and IDs
- Asset status information
- Basic metadata
Getting Emission Events
Prompt:- List of emission events
- Event dates and times
- Event status and details
Advanced Queries
Analyzing Trends
Prompt:- Use the Analytics Tool to retrieve emission data
- Process the data to identify trends
- Present insights in a clear format
- Trend analysis
- Pattern identification
- Data visualization suggestions
Asset Status Monitoring
Prompt:- Query all assets using the Asset Tool
- Filter by status
- Highlight inactive assets
- Summary of asset statuses
- List of inactive assets
- Suggested actions
Complex Workflows
Event Investigation
Prompt:- Query emission events from last month
- Identify the event with the highest rate
- Retrieve detailed event information
- Query associated asset data
- Present a comprehensive report
- Event details
- Emission rate information
- Associated asset information
- Timeline data
Custom Reporting
Prompt:- Query emission events for the quarter
- Retrieve relevant analytics
- Aggregate the data
- Format it as a report
- Summary statistics
- Key metrics
- Trend analysis
- Comparative data
Integration Patterns
Daily Monitoring
Use Case: Set up daily emission monitoring Prompt:- Quick daily updates
- Early issue detection
- Consistent monitoring
Asset Health Checks
Use Case: Regular asset status reviews Prompt:- Proactive maintenance
- Status visibility
- Operational insights
Best Practices
1. Be Specific with Time Ranges
Good: “Show me events from the last 7 days” Better: “Show me emission events from January 1-7, 2025”2. Request Relevant Fields
Good: “Get asset data” Better: “Get asset names, IDs, and current status”3. Use Follow-up Questions
Start broad, then drill down:- “Show me all emission events”
- “Show me details for event #12345”
- “What assets are associated with that event?“
4. Combine Multiple Queries
Ask for related data in one prompt: “Show me emission events from last week and the associated asset status for each event”Troubleshooting
No Data Returned
Issue: Query returns empty results Solutions:- Verify date ranges are correct
- Check filter parameters
- Confirm you have data for the requested period
Permission Errors
Issue: Tool reports insufficient permissions Solutions:- Verify your API key permissions
- Check user role assignments
- Contact your administrator
Rate Limit Reached
Issue: Tool reports rate limit exceeded Solutions:- Wait before making additional requests
- Reduce query frequency
- Optimize query patterns