# ToolSearchResult

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `description` | `string` |
| `parameters` | `Record<string, unknown>` |
