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: docs/mcp-access/gina-read.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Existing execute-scoped Gina credentials cannot be used on Gina Read. Reconnect
35
35
36
36
These are the canonical catalog names. Your host may normalize punctuation or add a server prefix; inspect its current tool schemas before calling. No tool in this catalog grants execution.
37
37
38
-
The account-health read reports a snapshot of source-reported exposure, concentration, leverage, margin, and funding. Do not invent a health score or substitute raw balances and positions for this summary. Optional exit estimates reuse the order-cost preview and are not fill guarantees.
38
+
The market-radar read is a retained-sample activity and exposure screen, not a liquidity, depth, or fill claim. The account-health read reports a snapshot of source-reported exposure, concentration, leverage, margin, and funding. Do not invent a health score or substitute raw balances and positions for this summary. Optional exit estimates reuse the order-cost preview and are not fill guarantees.
Copy file name to clipboardExpand all lines: plugins/ask-gina/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Scope: `tools:read` only. This plugin does not include transaction execution or
61
61
62
62
1. Install **Ask Gina** from the Cursor / Grok Bot plugin marketplace, or load this folder as a local Cursor plugin (`~/.cursor/plugins/local/ask-gina` as a real directory, not an external symlink).
63
63
2. Open the Gina connector and choose **Connect**. Complete Ask Gina OAuth in the browser.
64
-
3. Confirm the connector shows the read tools (32 catalog tools). Skills below should appear as well. In Cursor, the four slash commands and the always-on read-only rule should appear too.
64
+
3. Confirm the connector shows the read tools (33 catalog tools). Skills below should appear as well. In Cursor, the four slash commands and the always-on read-only rule should appear too.
65
65
66
66
Grok Bot loads plugins only from the Cursor marketplace. A local `~/.cursor/plugins/local` install proves the Cursor IDE loader, not Grok Bot.
Copy file name to clipboardExpand all lines: plugins/ask-gina/evals/model/v1/families/perps.yaml
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@ version: 1
2
2
suite:
3
3
id: ask-gina-model-perps-v1
4
4
plugin: ask-gina
5
-
catalog_version: 32-read-tools@2026-09-11
5
+
catalog_version: 33-read-tools@2026-09-11
6
6
description: >-
7
7
Full-catalog routing cases for the Hyperliquid account, market,
8
-
HIP-3, data-fetching, SQL, order-cost, and account-health tools exposed by the Ask Gina listed plugin.
8
+
HIP-3, data-fetching, market-radar, SQL, order-cost, and account-health tools exposed by the Ask Gina listed plugin.
9
9
cases:
10
10
- id: perps-account
11
11
category: confusion_pair
@@ -349,6 +349,26 @@ cases:
349
349
answer:
350
350
kind: grounded
351
351
352
+
- id: perps-market-radar
353
+
category: confusion_pair
354
+
tags: [perps, data, markets, radar]
355
+
manual_priority: required
356
+
turns:
357
+
- role: user
358
+
content: Rank Hyperliquid perp markets by the activity screen with retained-sample deltas. Do not fetch a single coin's book, candles, or invent a liquidity ranking. Omit dex for canonical Hyperliquid.
0 commit comments