rowboat/apps/docs/docs/tools.md

6 lines
472 B
Markdown
Raw Normal View History

2025-02-05 16:14:41 +05:30
# Tools
- Tools are used to carry out specific tasks such as fetching or updating information.
- Tools can be defined once in RowBoat Studio and reused across different agents.
- RowBoat uses OpenAI style tools with name, description and parameters.
- For the purposes of quick testing in the Playground, RowBoat Studio can mock tool responses based on tool descriptions.
2025-04-09 23:56:04 +05:30
- Developers can easily connect tools to APIs by configuring MCP servers or Webhook URL in Settings.