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: ai-assistance.mdx
+10-23
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Large Language Models (LLMs) are powerful tools for exploring and l
4
4
icon: brain-circuit
5
5
---
6
6
7
-
## Providing Tilebox-specific context
7
+
## Providing complete Tilebox context
8
8
9
9
AI assistants and Large Language Models (LLMs) can answer questions, guide you in using Tilebox, suggest relevant sections in the documentation, and assist you in creating workflows.
10
10
@@ -18,31 +18,18 @@ The full content of the Tilebox documentation is available in plain markdown for
18
18
The [Documentation Context](https://docs.tilebox.com/llms-full.txt) is updated whenever the documentation changes. If you download the file, refresh it occasionally to stay up-to-date.
19
19
</Tip>
20
20
21
-
## Example prompt
21
+
## Providing tailored context via MCP
22
22
23
-
After you upload the [Documentation Context](https://docs.tilebox.com/llms-full.txt) to your AI assistant or LLM, you can ask it questions and receive tailored, up-to-date responses.
23
+
Tilebox Docs can be installed as an MCP tool, so an MCP client can ask for detailed context on specific topics.
24
24
25
-
Here's an example prompt to get you started.
25
+
Run the following command to generate an MCP server for Tilebox Docs.
26
26
27
-
```plaintext Example prompt
28
-
Generate a script that
29
-
30
-
- Creates a cluster
31
-
- Configures console logging
32
-
- Contains a Fibonacci calculator workflow that is using a local filesystem cache.
33
-
Make sure you get task dependencies right.
34
-
Make sure to only print the final result as the last step of the workflow.
35
-
Write logs to let us know what is happening.
36
-
- Submits a job for the number 7
37
-
- Starts a processing runner
38
-
39
-
Do not invent APIs. All available Tilebox APIs are documented.
27
+
```bash
28
+
npx mint-mcp add tilebox
40
29
```
41
30
42
-
## Claude
43
-
44
-
[Claude 3.5 Sonnet](https://docs.anthropic.com/en/docs/about-claude/models) is a great choice for an AI assistant for using Tilebox. To provide Claude with Tilebox-specific context, create a [new project](https://support.anthropic.com/en/articles/9517075-what-are-projects), and upload the [llms-full.txt](https://docs.tilebox.com/llms-full.txt) as project knowledge. You can then ask questions or use it to generate scripts.
31
+
The command line tool will guide you along the installation process for Cursor, Windsurf, Claude Code, Augment Code or other MCP clients.
45
32
46
-
## ChatGPT
47
-
48
-
Experiments with [GPT-4o](https://chatgpt.com/?model=gpt-4o) have shown mixed results. While it effectively answers questions, it has difficulties generating workflow scripts, often misapplying or inventing APIs. Consider using [Claude 3.5 Sonnet](#claude) for a better experience.
33
+
<Tip>
34
+
The MCP server always retrieves the most up to date version of the documentation.
0 commit comments