# createGrepSearchTool

**Kind:** Function

**Source:** [`atloria-monorepo/libs/agent-core/src/tools/grep-search.tool.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/tools/grep-search.tool.ts#L42)

## Signature

```ts
function createGrepSearchTool(options: GrepSearchOptions): ToolDefinition<TContext>
```

## Parameters

| Name | Type |
|---|---|
| `options` | `GrepSearchOptions` |

**Returns:** `ToolDefinition<TContext>`
