You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,8 @@ This MCP server provides the following tools:
108
108
-[`get_dimension`](https://developer.doit.com/reference/getdimensions): Get a specific Cloud Analytics dimension by type and ID
109
109
-[`list_tickets`](https://developer.doit.com/reference/listtickets): List support tickets from DoiT using the support API
110
110
-[`create_ticket`](https://developer.doit.com/reference/createticket): Create a new support ticket in DoiT using the support API
111
+
-[`list_invoices`](https://developer.doit.com/reference/listinvoices): List all current and historical invoices for your organization from the DoiT API
112
+
-[`get_invoice`](https://developer.doit.com/reference/getinvoice): Retrieve the full details of an invoice specified by the invoice number from the DoiT API
111
113
112
114
## Usage Examples
113
115
@@ -128,6 +130,11 @@ Here are some common queries you can ask using the DoiT MCP server:
128
130
- "What are my recent GCP anomalies?" - This will show recent cost or usage anomalies detected in your Google Cloud Platform accounts.
129
131
- "Show me details about anomaly ABC123" - This will provide detailed information about a specific anomaly.
130
132
133
+
### Invoices
134
+
135
+
- "List all my invoices" - This will show all current and historical invoices for your organization.
136
+
- "Show me details for invoice INV-2024-001" - This will provide full details for a specific invoice, including line items and payment status.
137
+
131
138
These examples demonstrate basic usage patterns. You can combine and modify these queries based on your needs. The MCP server will interpret your natural language queries and use the appropriate tools to fetch the requested information.
0 commit comments