get-my-charging-session-history
ChatGPTRetrieves a paginated list of charging orders for the authenticated user. This tool provides structured access to the user's charging session orders, including financial, technical, and operational details for each transaction. Each order includes: - Order identification (id) - Pricing breakdown (unit price, total price, fees, app fees, earnings) - Charging session metrics (session time, energy consumption, unit type) - Quantity information (requested quantity, fulfilled quantity) - Order status - Delivery timestamp Each order is linked to a charge point object containing: - Charge point identification (id, identifier, category, title, description) - Geographic coordinates (latitude, longitude) - Full address information - Availability and operational status (online status, booking state, usage state) - Pricing configuration - Connector list with technical specifications - Amenities and media assets Additional nested data includes: - Review metadata (user review state placeholders) - Historical pricing records for the order Results are returned in reverse chronological order using cursor-based pagination for efficient incremental loading.
get-my-user-details
ChatGPTReturns details of the currently authenticated user. Use this tool when you need information about the current user, such as: - first name and last name - email address - wallet balance and currency This tool does not require any input parameters. Response format (JSON): { "first_name": string, "last_name": string, "email": string, "customer_wallet": { "balance": number, "currency": string } } Do not use this tool to retrieve other users. It only returns data for the authenticated user.
get-my-vehicles
ChatGPTRetrieves all vehicles associated with the authenticated user. This tool provides structured access to the user's registered vehicles, allowing clients to view vehicle information used for charging sessions, reservations, and account management. Each vehicle includes: - Vehicle identification (id) - Vehicle title or display name - Manufacturer information (make) - Model information (model) - Production year - Version or trim level - Color - License plate number - Fuel or powertrain type - Supported charging connector information - Active status - Owner information - Additional vehicle details and specifications This tool returns the complete list of vehicles owned by the authenticated user and does not support filtering or pagination.
get-power-source-details
ChatGPTRetrieves detailed information about a single power source (EV charger or smart plug station) by its unique identifier. This tool provides full structured access to an individual charging location, allowing clients to inspect all available attributes of a specific power source. The response includes: - Basic identification (id, unique identifier, category, title) - Geographic information (latitude, longitude, full address) - Operational status (online/offline, availability, maintenance state) - Pricing configuration and session rules - Connector types and technical specifications - Amenities and facility features - Usage constraints and booking configuration - Media assets (images and related content) This tool is intended for fetching a single, authoritative record and does not support search or filtering operations.
get-power-source-reviews
ChatGPTRetrieves a paginated list of user reviews for a specific power source (EV charger or smart plug station). This tool provides structured access to feedback associated with a charging location, enabling clients to display user-generated ratings and comments. Each review includes: - Review identification (id) - Author information (user id, first name, last name) - Associated order reference (order_id) - Review content and textual feedback - Numeric rating value - Creation and update timestamps Results are returned in reverse chronological order (newest first) using cursor-based pagination for efficient incremental loading. The tool is intended for displaying community feedback tied to a single power source and does not support filtering beyond the power source identifier.
search-power-sources
ChatGPTRetrieves a list of nearby power source locations including EV chargers and smart plug stations. This tool provides structured access to available charging infrastructure, allowing users to discover, filter, and explore power sources based on location and search criteria. Each result includes: - Basic identification (id, unique identifier, category, title) - Geographic information (latitude, longitude, full address) - Availability and status (online status, booking and usage flags) - Pricing and session details - Connector types and technical capabilities - Amenities and facility features - Media assets (images) The tool supports optional filtering by: - Text search query (name, description, or location-based matching) - Geographic proximity using latitude and longitude coordinates Results are returned in a cursor-paginated format for efficient incremental loading of large datasets.