Tooluniverse Page Tools

Configuration File: tooluniverse_page_tools.json Tool Type: Local Tools Count: 1

This page contains all tools defined in the tooluniverse_page_tools.json configuration file.

Available Tools

get_tool_page_url (Type: ToolUniversePageTool)

Get the public ToolUniverse web page URL for a tool by its exact tool name. Returns the URL of th…

get_tool_page_url tool specification

Tool Information:

  • Name: get_tool_page_url

  • Type: ToolUniversePageTool

  • Description: Get the public ToolUniverse web page URL for a tool by its exact tool name. Returns the URL of the tool detail page on aiscientist.tools. Use Tool_RAG or Tool_Finder first if you are unsure of the exact tool name.

Parameters:

  • tool_name (string) (required) Exact ToolUniverse tool name (e.g. ‘ADA_list_standards_sections’, ‘PubMed_search_articles’). Case-sensitive.

Example Usage:

query = {
    "name": "get_tool_page_url",
    "arguments": {
        "tool_name": "example_value"
    }
}
result = tu.run(query)