# Editor.Mcp.McpResult.Structured

```csharp
static McpResult Structured(object value)
```

A structured content block - the value as json the client binds against the tool's
output schema, paired with the same json as text for clients that don't.

### Parameters

- `value` (`object`)

### Returns

`McpResult`

Declared in [Editor.Mcp.McpResult](/api/Editor.Mcp.McpResult).
Assembly: `Sandbox.Tools`.
