> For the complete documentation index, see [llms.txt](https://docs.guardianservice.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/policies/tools/tools-apis.md).

# Tools APIs

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/policies/tools/tools-apis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
