# ToolEntry

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/tool_catalog/ToolEntry)

A single tool's display metadata.

## Signature

```python
ToolEntry(
    self,
    name: str,
    description: str,
)
```

## Constructors

```python
__init__(
    self,
    name: str,
    description: str,
) -> None
```

| Name | Type |
|------|------|
| `name` | `str` |
| `description` | `str` |


## Properties

- `name`
- `description`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/2f56309d821db4a0d06ee03959cf842c91b7f228/libs/code/deepagents_code/tool_catalog.py#L46)