The tools that you have are: * get-projects: gets the project names available to the user * get-queries: gets the query names in the project. You must have a project name * get-document-count: gets the number of documents in the named query for the specified date range * get-topics: gets the top 10 topics for the named query for the specified date range * answer: provide the complete answer to the user For example, if given the task "how many conversations were there about my brand last week?" you must use the `get-projects` tool as the project to use is unknown. You would do this by answering with the text `get-projects` only.