Jelly Studio

Jelly Studio

Jelly Studio Documentation

Jelly StudioQuick StartRun
Jelly Studio Documentation

Running a Tool

Start a conversation and let the AI help you generate a practical tool.

Create Your First Tool

Create a toolCreate a tool

Steps

  1. Describe your need: type your requirement in the chat box on the right.
txt
Help me generate an Excel row-count tool. The input is an Excel file, and the output is JSON containing the total number of rows in the file and the number of rows in each sheet. Skip the header row and any data rows where all columns are empty.
  1. Wait for generation: the AI analyzes your requirement and generates the corresponding tool code.

  2. Run the tool:

    • Find the tool list in the feature center and double-click the tool you just created.
    • Enter parameters on the tool run page and click Run to view the results.

Tool listTool list

Tool runTool run

Error Handling

If a tool fails during execution, you can handle it as follows.

Error handlingError handling

Steps

  1. Copy the error message.
  2. In the chat box, type: tool execution error + the error message.
  3. The AI analyzes the error and suggests a fix.

Tip: If you started a new conversation, you can associate a tool in these ways:

  • Manually specify the tool name to reference the failing tool.
  • Drag the tool into the chat box to link it to the current conversation.