Delphidelphi

API Reference Overview

Tools and commands available in Delphi.

Delphi exposes two categories of tools to the Claude agent:

Built-in filesystem tools

These are standard Claude Code tools available in every session:

ToolPurpose
BashRun shell commands
Read / Write / EditRead and modify files
Glob / GrepFind files and search content

Agent SDK tools

These tools are added by Delphi and control the agent's extended capabilities:

CategoryTools
Schedulingscheduler_add, scheduler_list, scheduler_remove, schedule_once
Sub-agentssubagent_list, subagent_create, subagent_run
Connectorsconnector_info, connector_add
Shared contextshare, revoke, shared
Learninglearn, skill_list, skill_read, skill_write, skill_delete
These are tools used by the agent internally, not an HTTP API. You interact with them via natural language in Telegram — the agent calls them on your behalf.