# ActionServerRequestTool

> **Class** in `langchain_sema4`

📖 [View in docs](https://reference.langchain.com/python/langchain-sema4/toolkits/ActionServerRequestTool)

Requests POST tool with LLM-instructed extraction of truncated responses.

## Signature

```python
ActionServerRequestTool()
```

## Extends

- `BaseTool`

## Properties

- `name`
- `description`
- `endpoint`
- `action_request`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-sema4/blob/14caa588ea60d411598f096d0734099bedcca0dd/libs/sema4/langchain_sema4/toolkits.py#L72)