# Tools APIs

- [Creating new Tool](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/creating-new-tool.md)
- [Returns list of tools](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/returns-list-of-tools.md)
- [Creating new tool asynchronously](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/creating-new-tool-asynchronously.md)
- [Deletes the Tool](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/deletes-the-tool.md)
- [Retrieves Tool Configuration](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/retrieves-tool-configuration.md)
- [Updates Tool Configuration](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/updates-tool-configuration.md)
- [Publishes Tool onto IPFS](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/publishes-tool-onto-ipfs.md)
- [Publishes Tool into IPFS asynchronously](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/publishes-tool-into-ipfs-asynchronously.md)
- [Validates Selected Tool](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/validates-selected-tool.md)
- [Returns Tools and its artifacts in zip format](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/returns-tools-and-its-artifacts-in-zip-format.md)
- [Retrieves Hedera Message ID](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/retrieves-hedera-message-id.md)
- [Previews Imported Tool from IPFS](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/previews-imported-tool-from-ipfs.md)
- [Imported Tool from IPFS](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/imported-tool-from-ipfs.md)
- [Previews Imported Tool from Zip](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/previews-imported-tool-from-zip.md)
- [Importing Tool from Zip](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/importing-tool-from-zip.md)
- [Imports new tool from Zip Asynchronously](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/imports-new-tool-from-zip-asynchronously.md)
- [Imports new tool from IPFS Asynchronously](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/imports-new-tool-from-ipfs-asynchronously.md)
- [Returns List of Tools](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/returns-list-of-tools-1.md)
- [Importing Tool from a Zip file](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/importing-tool-from-a-zip-file.md)
- [Importing Tool from a Zip file asynchronously](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/importing-tool-from-a-zip-file-asynchronously.md)
- [Run policy without making any persistent changes or executing transaction.](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/run-policy-without-making-any-persistent-changes-or-executing-transaction..md)
- [Return policy to editing. Only users with the Standard Registry can make request](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis/return-policy-to-editing.-only-users-with-the-standard-registry-can-make-request.md)


---

# 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://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tools/tools-apis.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.
