# `Gemini.Types.Interactions.DeltaMCPServerToolCallDelta`
[🔗](https://github.com/nshkrdotcom/gemini_ex/blob/v0.15.0/lib/gemini/types/interactions/delta.ex#L676)

MCP server tool call delta for streaming responses.

# `t`

```elixir
@type t() :: %Gemini.Types.Interactions.DeltaMCPServerToolCallDelta{
  arguments: map() | nil,
  id: String.t() | nil,
  name: String.t() | nil,
  server_name: String.t() | nil,
  type: String.t()
}
```

# `from_api`

```elixir
@spec from_api(map() | nil) :: t() | nil
```

# `to_api`

```elixir
@spec to_api(t() | nil) :: map() | nil
```

---

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