# `GenMCP.MCP.V2607.InputRequiredResult`
[🔗](https://github.com/lud/gen_mcp/blob/main/lib/gen_mcp/mcp/v2607/entities.ex#L1652)

Struct and module-based JSON schema generated from
[modelcontextprotocol.io JSON schema](https://github.com/modelcontextprotocol/modelcontextprotocol/tree/main/schema/2026-07-28/schema.json).

An InputRequiredResult sent by the server to indicate that additional
input is needed before the request can be completed.

At least one of `inputRequests` or `requestState` MUST be present.

# `t`

```elixir
@type t() :: %GenMCP.MCP.V2607.InputRequiredResult{
  _meta: term(),
  inputRequests: term(),
  requestState: term(),
  resultType: term()
}
```

# `json_schema`

Returns the JSON schema for this entity.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
