Run and manage natural-language queries inside a workspace. Each tool takes the workspace_id it operates on.

list_queries

Lists queries in a workspace.
ParameterTypeDescription
workspace_idstringID of the workspace to list queries for.

create_query

Runs a natural-language query against a workspace.
ParameterTypeDescription
workspace_idstringID of the workspace to query.
textstringNatural-language query text.

get_query

Retrieves a single query and its result.
ParameterTypeDescription
workspace_idstringID of the workspace the query belongs to.
idstringID of the query to retrieve.

delete_query

Deletes a query.
ParameterTypeDescription
workspace_idstringID of the workspace the query belongs to.
idstringID of the query to delete.