Description
Create a tool call to create avariable and globalVariable
Expected Results
Using an LLM agent that supports MCP protocol, the user should be able to prompt to create a variable and globalVariable
The user should supply the necessary information needed to initialize a variable
The llm should call the mcp-server and make the correct tool call
The tool should correctly format the variable and then pass it to the perses backend
The tool call should end with confirmation of success or error
This issue will only be for variable creation, not editing or deleting.
Description
Create a tool call to create a
variableandglobalVariableExpected Results
Using an LLM agent that supports MCP protocol, the user should be able to prompt to create a
variableandglobalVariableThe user should supply the necessary information needed to initialize a variable
The llm should call the mcp-server and make the correct tool call
The tool should correctly format the variable and then pass it to the perses backend
The tool call should end with confirmation of success or error
This issue will only be for variable creation, not editing or deleting.