Tools

Tools

The central registry for community-submitted open-source tools.

This page is generated from `registry/`. The initial OSS baseline is already imported, and the inventory can keep growing through public submissions, explicit parent ids for the hierarchical model, and reviewable example prompts.

Showing 26 of 26 tools.

Computation

Calculate

python

Evaluate a mathematical expression and return the result.

executionanalysisruntimecomputationcalculate
Examples
12
Parameters
1
License
MIT

Structured Data

Convert Format

python

Transform data between structured formats such as JSON, CSV, XML, YAML, and Markdown.

documentsformatsparsingstructured-dataconvert_format
Examples
12
Parameters
3
License
MIT
Source repositoryconvert_format

File System

Copy File

python

Copy a file or directory to a new location.

filesworkspacelocal-iofile-systemcopy_file
Examples
12
Parameters
2
License
MIT

File System

Delete File

python

Delete a file or directory from disk.

filesworkspacelocal-iofile-systemdelete_file
Examples
12
Parameters
2
License
MIT

Memory

Delete Memory

python

Delete a stored memory entry by key.

statestoragekvmemorydelete_memory
Examples
12
Parameters
1
License
MIT
Source repositorydelete_memory

File System

Edit File

python

Edit or append content to an existing file.

filesworkspacelocal-iofile-systemedit_file
Examples
12
Parameters
2
License
MIT

File System

Fetch File Metadata

python

Get metadata for a file (size, timestamps, MIME type, permissions) without reading its contents.

filesworkspacelocal-iofile-systemfetch_file_metadata
Examples
12
Parameters
1
License
MIT
Source repositoryfetch_file_metadata

Information Retrieval

Fetch URL

http

Directly fetch and parse the content of a webpage by URL.

retrievalsearchwebinformation-retrievalfetch_url
Examples
12
Parameters
2
License
MIT

File System

Grep

cli

Search for a pattern in files and return matching lines.

filesworkspacelocal-iofile-systemgrep
Examples
12
Parameters
2
License
MIT

File System

List Directory

python

List files and directories within a given path.

filesworkspacelocal-iofile-systemlist_directory
Examples
12
Parameters
2
License
MIT
Source repositorylist_directory

Memory

List Memories

python

List all stored memory keys, optionally filtered by a prefix or pattern.

statestoragekvmemorylist_memories
Examples
12
Parameters
1
License
MIT
Source repositorylist_memories

File System

Move File

python

Move or rename a file or directory.

filesworkspacelocal-iofile-systemmove_file
Examples
12
Parameters
2
License
MIT

Structured Data

Parse Document

python

Extract structured data or clean text from unstructured documents (PDF, DOCX, HTML, etc.).

documentsformatsparsingstructured-dataparse_document
Examples
12
Parameters
2
License
MIT
Source repositoryparse_document

File System

Read File

python

Read the contents of a file from disk.

filesworkspacelocal-iofile-systemread_file
Examples
12
Parameters
1
License
MIT

Memory

Retrieve Memory

python

Retrieve stored information based on a query.

statestoragekvmemoryretrieve_memory
Examples
12
Parameters
1
License
MIT
Source repositoryretrieve_memory

File System

Run Bash Command

cli

Execute a bash command in the system shell.

filesworkspacelocal-iofile-systemrun_bash_command
Examples
12
Parameters
1
License
MIT
Source repositoryrun_bash_command

Computation

Run JavaScript

javascript

Execute JavaScript (Node.js) code for browser-native logic, JSON transforms, or Node tasks.

executionanalysisruntimecomputationrun_javascript
Examples
12
Parameters
1
License
MIT
Source repositoryrun_javascript

Computation

Run Notebook Cell

python

Execute a cell in a Jupyter notebook and return the output.

executionanalysisruntimecomputationrun_notebook_cell
Examples
12
Parameters
3
License
MIT
Source repositoryrun_notebook_cell

Computation

Run Python

python

Execute Python code for computation, data processing, or scripting tasks.

executionanalysisruntimecomputationrun_python
Examples
12
Parameters
1
License
MIT

Computation

Run SQL

python

Execute a SQL query against a connected database and return results.

executionanalysisruntimecomputationrun_sql
Examples
12
Parameters
2
License
MIT

Information Retrieval

Search Knowledge Base

python

Perform semantic/vector search over a private document store or embeddings index.

retrievalsearchwebinformation-retrievalsearch_knowledge_base
Examples
12
Parameters
3
License
MIT
Source repositorysearch_knowledge_base

External Integrations

Send HTTP Request

http

Make a generic HTTP request to any external REST API.

httpapinetworkexternal-integrationssend_http_request
Examples
12
Parameters
5
License
MIT
Source repositorysend_http_request

Memory

Store Memory

python

Store information for later retrieval.

statestoragekvmemorystore_memory
Examples
12
Parameters
2
License
MIT
Source repositorystore_memory

Memory

Update Memory

python

Atomically update an existing memory entry without full overwrite.

statestoragekvmemoryupdate_memory
Examples
12
Parameters
3
License
MIT
Source repositoryupdate_memory

Information Retrieval

Web Search

http

Search the web for up-to-date information and return relevant results.

retrievalsearchwebinformation-retrievalweb_search
Examples
12
Parameters
2
License
MIT

File System

Write File

python

Create or overwrite a file with given content.

filesworkspacelocal-iofile-systemwrite_file
Examples
12
Parameters
2
License
MIT