# Managing tools

You can manage your tools directly via their page in the package registry. We'll use the [Superuser: Weather by Open-Meteo](https://superuser.app/org/superuser/toolkits/open-meteo) as an example, available at <https://superuser.app/org/superuser/toolkits/open-meteo>.

## Change name and description

<figure><img src="/files/tfESvlQXikakKE6VXFbk" alt=""><figcaption></figcaption></figure>

To change the name and description of your tool, once it's published just click the edit button next to the name or description.

## View endpoint (and code)

Every tool in a package is just an API endpoint, because Superuser tool packages are just APIs hosted on serverless infrastructure. To view an endpoint and see information about it — like description, parameters, etc. — just click on it in the endpoints list.

{% hint style="warning" %}
Only **open source** packages will show endpoint code. Public and private packages will not show code.
{% endhint %}

<figure><img src="/files/pNCp0WDZ7VedatknFYkd" alt=""><figcaption></figcaption></figure>

Once you've selected the endpoint, you'll be able to see more details:

<figure><img src="/files/cM9OQwTeplum3WAgPDyb" alt=""><figcaption></figcaption></figure>

* Endpoint pathname and description
* Arguments

<figure><img src="/files/hk49uetqwUKmBMOruGx9" alt=""><figcaption></figcaption></figure>

* Endpoint code (if applicable)

<figure><img src="/files/dd15U8qVLcUWQXOFaY28" alt=""><figcaption></figcaption></figure>

* Usage example (how to cURL or execute via Node.js)
* Request parameters (TypeScript or JSON Schema)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.superuser.app/hosted-tools/managing-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
