# GlobSchema

> **Class** in `deepagents`

📖 [View in docs](https://reference.langchain.com/python/deepagents/middleware/filesystem/GlobSchema)

Input schema for the `glob` tool.

## Signature

```python
GlobSchema()
```

## Extends

- `BaseModel`

## Properties

- `pattern`
- `path`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/0b13f3e0e2726fdb7bbe1e0cf88dac76dbd43b01/libs/deepagents/deepagents/middleware/filesystem.py#L160)