|
6 | 6 | },
|
7 | 7 | "get-income-statements": {
|
8 | 8 | "eventTitle": "Get income statements",
|
9 |
| - "eventDescription": "Fee for retrieving company income statements using the get_income_statements tool.", |
| 9 | + "eventDescription": "Fee for getting income statements for a company.", |
10 | 10 | "eventPriceUsd": 0.01
|
11 | 11 | },
|
12 | 12 | "get-balance-sheets": {
|
13 | 13 | "eventTitle": "Get balance sheets",
|
14 |
| - "eventDescription": "Fee for retrieving company balance sheets using the get_balance_sheets tool.", |
| 14 | + "eventDescription": "Fee for getting balance sheets for a company.", |
15 | 15 | "eventPriceUsd": 0.01
|
16 | 16 | },
|
17 | 17 | "get-cash-flow-statements": {
|
18 | 18 | "eventTitle": "Get cash flow statements",
|
19 |
| - "eventDescription": "Fee for retrieving company cash flow statements using the get_cash_flow_statements tool.", |
| 19 | + "eventDescription": "Fee for getting cash flow statements for a company.", |
20 | 20 | "eventPriceUsd": 0.01
|
21 | 21 | },
|
22 | 22 | "get-current-stock-price": {
|
23 | 23 | "eventTitle": "Get current stock price",
|
24 |
| - "eventDescription": "Fee for retrieving current stock price using the get_current_stock_price tool.", |
25 |
| - "eventPriceUsd": 0.005 |
| 24 | + "eventDescription": "Fee for getting the current / latest price of a company.", |
| 25 | + "eventPriceUsd": 0.01 |
26 | 26 | },
|
27 | 27 | "get-historical-stock-prices": {
|
28 | 28 | "eventTitle": "Get historical stock prices",
|
29 |
| - "eventDescription": "Fee for retrieving historical stock prices using the get_historical_stock_prices tool.", |
| 29 | + "eventDescription": "Fee for getting historical stock prices for a company.", |
30 | 30 | "eventPriceUsd": 0.01
|
31 | 31 | },
|
32 | 32 | "get-company-news": {
|
33 | 33 | "eventTitle": "Get company news",
|
34 |
| - "eventDescription": "Fee for retrieving company news using the get_company_news tool.", |
35 |
| - "eventPriceUsd": 0.005 |
| 34 | + "eventDescription": "Fee for getting news for a company.", |
| 35 | + "eventPriceUsd": 0.01 |
36 | 36 | },
|
37 | 37 | "get-available-crypto-tickers": {
|
38 | 38 | "eventTitle": "Get available crypto tickers",
|
39 |
| - "eventDescription": "Fee for retrieving available crypto tickers using the get_available_crypto_tickers tool.", |
| 39 | + "eventDescription": "Fee for getting all available crypto tickers.", |
40 | 40 | "eventPriceUsd": 0.001
|
41 | 41 | },
|
42 | 42 | "get-crypto-prices": {
|
43 | 43 | "eventTitle": "Get crypto prices",
|
44 |
| - "eventDescription": "Fee for retrieving crypto prices using the get_crypto_prices tool.", |
45 |
| - "eventPriceUsd": 0.005 |
| 44 | + "eventDescription": "Fee for getting current prices for a crypto currency.", |
| 45 | + "eventPriceUsd": 0.01 |
46 | 46 | },
|
47 | 47 | "get-historical-crypto-prices": {
|
48 | 48 | "eventTitle": "Get historical crypto prices",
|
49 |
| - "eventDescription": "Fee for retrieving historical crypto prices using the get_historical_crypto_prices tool.", |
| 49 | + "eventDescription": "Fee for getting historical prices for a crypto currency.", |
50 | 50 | "eventPriceUsd": 0.01
|
51 | 51 | },
|
52 | 52 | "get-current-crypto-price": {
|
53 | 53 | "eventTitle": "Get current crypto price",
|
54 |
| - "eventDescription": "Fee for retrieving current crypto price using the get_current_crypto_price tool.", |
55 |
| - "eventPriceUsd": 0.005 |
| 54 | + "eventDescription": "Fee for getting the current / latest price of a crypto currency.", |
| 55 | + "eventPriceUsd": 0.01 |
56 | 56 | }
|
57 | 57 | }
|
0 commit comments