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: prompts/mcp/readmes/dappier.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,19 +70,21 @@ Available Data Models:
70
70
Retrieve real-time search data from Dappier by processing an AI model that supports two key capabilities:
71
71
72
72
- Real-Time Web Search:
73
-
Access the latest news, weather, travel information, deals, and more using model `am_01j06ytn18ejftedz6dyhz2b15`.
73
+
Access the latest news, stock market data, weather, travel information, deals, and more using model `am_01j06ytn18ejftedz6dyhz2b15`.
74
+
Use this model when no stock ticker symbol is provided.
74
75
75
76
- Stock Market Data:
76
-
Retrieve real-time financial news, stock prices, and trade updates using model `am_01j749h8pbf7ns8r1bq9s2evrh`.
77
+
Retrieve real-time financial news, stock prices, and trade updates using model `am_01j749h8pbf7ns8r1bq9s2evrh`.
78
+
Use this model only when a stock ticker symbol is provided.
77
79
78
80
Based on the provided `ai_model_id`, the tool selects the appropriate model and returns search results.
79
81
Parameters|Type|Description
80
82
-|-|-
81
83
`ai_model_id`|`string`|The AI model ID to use for the query.
82
84
83
85
Available AI Models:
84
-
- am_01j06ytn18ejftedz6dyhz2b15: (RealTime Data) Access real-time Google web search results, including the latest news, weather, travel, deals, and more.
85
-
- am_01j749h8pbf7ns8r1bq9s2evrh: (Stock Market Data) Access real-time financial news, stock prices, and trades from Polygon.io, with AI-powered insights and up-to-the-minute updates.
86
+
- am_01j06ytn18ejftedz6dyhz2b15: (Real-Time Data) Access real-time Google web search results, including the latest news, stock market data, news, weather, travel, deals, and more. Use this model when no stock ticker symbol is provided.
87
+
- am_01j749h8pbf7ns8r1bq9s2evrh: (Stock Market Data) Access real-time financial news, stock prices, and trades from Polygon.io, with AI-powered insights and up-to-the-minute updates. Use this model only when a stock ticker symbol is provided.
86
88
87
89
88
90
`query`|`string`|The search query to retrieve real-time information.
0 commit comments