Tools are what transform an agent from a thinker into a doer. They extend the agent’s abilities beyond language — giving it access to the web, files, scripts, APIs, and more. Tools are how agents touch the world.
Explore Tools →Tools are capabilities you attach to agents. Each tool gives the agent a new ability — something it can do in the real world.
Examples include:
Tools turn agents into collaborators that can take action, not just generate text.
To add a tool to an existing agent:
playnex agent add-tool my-agent
You’ll be prompted to choose from the available tools in the Playnex tool library.
To see which tools an agent has:
playnex agent view my-agent
This displays the agent’s purpose, model, tools, and memory configuration.
To remove a tool:
playnex agent remove-tool my-agent
Agents immediately lose access to that capability.
Tools are invoked automatically when the agent decides it needs them. For example:
You can also instruct the agent explicitly:
“Search the web for recent research on local-first AI.”
Tools give agents agency — the ability to act on your behalf.
With tools, agents become more than models. They become workers — capable, autonomous, and deeply useful.
Now that you understand tools, explore how agents coordinate together.
Or return to the documentation overview.
Back to Docs →