forked from openai/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
31 lines (31 loc) · 1.57 KB
/
Copy pathplugin.json
File metadata and controls
31 lines (31 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "cube",
"version": "1.0.0",
"description": "With the Cube MCP Server, you can: - Query live Cube data from actuals, budgets, forecasts, variances, and...",
"author": {
"name": "Cube",
"url": "https://www.cubesoftware.com/"
},
"homepage": "https://www.cubesoftware.com/",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Cube",
"shortDescription": "With the Cube MCP Server, you can: - Query live Cube data from actuals, budgets, forecasts, variances, and...",
"longDescription": "With the Cube MCP Server, you can:\n- Query live Cube data from actuals, budgets, forecasts, variances, and more\n- Ask an AI to generate board decks, run variance analysis, or build financial summaries using your real Cube data\n- Drill into transaction-level detail and dimension breakdowns directly from an AI chat\n- Maintain full security: Cube's role-based access control (RBAC) security model enforces your user permissions on every AI request. If you can't see it in Cube, the AI can't see it either",
"developerName": "Cube",
"category": "Research",
"capabilities": [],
"websiteURL": "https://www.cubesoftware.com/",
"privacyPolicyURL": "https://www.cubesoftware.com/privacy-policy",
"termsOfServiceURL": "https://www.cubesoftware.com/terms-of-service",
"defaultPrompt": [
"Compare Actuals vs. Forecast for Revenue by entity"
],
"screenshots": [],
"composerIcon": "./assets/app-icon.png",
"logo": "./assets/app-icon.png"
}
}