> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# tools • TypeScript AI Agent SDK

> Module reference for tools

# tools

<Badge color="green">TypeScript AI Agent</Badge>

## Import

```typescript theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
import { tools } from 'praisonai';
```

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="JS Tools" icon="wrench" href="/docs/js/tools" />

  <Card title="JS Tools CLI" icon="terminal" href="/docs/js/tools-cli" />

  <Card title="JS Custom Tools" icon="plus" href="/docs/js/customtools" />

  <Card title="JS MCP Tools" icon="plug" href="/docs/js/mcp-tools" />
</CardGroup>
