SkillsHooksPromptsAgentsPersonasModelsPoliciesToolsTemplatesBundlesCategoriesStart here

To · class tool

Tools 20

Executable affordances. Each tool carries the function signature the model sees (spec.function_name, parameters, returns) and the side_effects a runtime must gate with a capability policy before the call runs.

20 of 20 shown
commandstable

bash-exec

Execute a shell command. Gated by capability/exec-with-approval and isolation/container-with-allowlist or stricter.

function
bash_exec
effects
exec
tool/bash-execv1.0.0convergent-systems-co/agent-atoms
commandstable

file-delete

Remove a file. Destructive. Requires explicit user approval.

function
file_delete
effects
fs-write, user-prompt
tool/file-deletev1.0.0convergent-systems-co/agent-atoms
commandstable

file-edit

Targeted string replacement in a file. Requires a prior read of the same file.

function
file_edit
effects
fs-write
tool/file-editv1.0.0convergent-systems-co/agent-atoms
commandstable

file-write

Create or overwrite a file. Side-effecting.

function
file_write
effects
fs-write
tool/file-writev1.0.0convergent-systems-co/agent-atoms
commandstable

git-blame

Per-line authorship for a file.

function
git_blame
effects
fs-read, exec
tool/git-blamev1.0.0convergent-systems-co/agent-atoms
commandstable

git-diff

Show changes between commits, branches, or working tree. Read-only.

function
git_diff
effects
fs-read, exec
tool/git-diffv1.0.0convergent-systems-co/agent-atoms
commandstable

git-log

Commit history for a ref / path.

function
git_log
effects
fs-read, exec
tool/git-logv1.0.0convergent-systems-co/agent-atoms
commandstable

git-show

Detail for a single commit — message, files, diff.

function
git_show
effects
fs-read, exec
tool/git-showv1.0.0convergent-systems-co/agent-atoms
commandstable

git-status

Working tree status — staged, modified, untracked.

function
git_status
effects
fs-read, exec
tool/git-statusv1.0.0convergent-systems-co/agent-atoms
commandstable

glob

Enumerate paths matching a glob pattern.

function
glob
effects
fs-read
tool/globv1.0.0convergent-systems-co/agent-atoms
commandstable

grep

Pattern search across files. Returns matching lines with file:line locations.

function
grep
effects
fs-read
tool/grepv1.0.0convergent-systems-co/agent-atoms
commandstable

http-fetch

HTTP GET. Returns body and status.

function
http_fetch
effects
network
tool/http-fetchv1.0.0convergent-systems-co/agent-atoms
commandstable

http-post

HTTP POST / PUT / PATCH / DELETE. Side-effecting.

function
http_post
effects
network
tool/http-postv1.0.0convergent-systems-co/agent-atoms
commandstable

list-dir

List entries in a directory. Read-only.

function
list_dir
effects
fs-read
tool/list-dirv1.0.0convergent-systems-co/agent-atoms
commandstable

read-file

Read a file from the workspace. Read-only; no side effects beyond opening the file.

function
read_file
effects
fs-read
tool/read-filev1.0.0convergent-systems-co/agent-atoms
commandstable

schedule-task

Register a cron / timer task. Side-effecting (creates persistent schedule).

function
schedule_task
effects
network
tool/schedule-taskv1.0.0convergent-systems-co/agent-atoms
commandstable

send-message

Send a message to an external channel (Slack, email, etc.). External, side-effecting.

function
send_message
effects
network, user-prompt
tool/send-messagev1.0.0convergent-systems-co/agent-atoms
commandstable

sql-mutate

INSERT / UPDATE / DELETE against a named DSN. Side-effecting.

function
sql_mutate
effects
network, user-prompt
tool/sql-mutatev1.0.0convergent-systems-co/agent-atoms
commandstable

sql-query

Read-only SELECT against a named DSN.

function
sql_query
effects
network
tool/sql-queryv1.0.0convergent-systems-co/agent-atoms
commandstable

stat

File metadata: size, mtime, mode, type.

function
stat
effects
fs-read
tool/statv1.0.0convergent-systems-co/agent-atoms