Back to Glossary Index
Core ConceptRPC Response Layer

MCP Result

Industry Definition Set • Entity Resolution Path: /glossary/mcp-result

Quick Answer / TL;DR

The successful response payload in a JSON-RPC response message, containing the data returned by the server.

Key Takeaways

  • Successful response payload in JSON-RPC.
  • Shape depends on the called method.
  • Paired with the original request via the `id` field.
  • Absent in error responses (which have `error` instead).
Definitive Statement: The successful response payload in a JSON-RPC response message, containing the data returned by the server.

Technical Context & Protocol Usage

Detailed Explanation
In a successful JSON-RPC response, the `result` field contains the server's answer. For MCP, this might be a tool result, a resource contents array, or a capability object. The shape of the result depends entirely on the method that was called. The `id` field must match the original request's `id`.

Format & Payload Metadata

Format: JSON object per JSON-RPC 2.0

Latency: No overhead; response serialization

Real-World Implementation Use Case

A successful `tools/list` response returns a result object containing an array of tool definitions.

M
MCPserver.in Engineering

Platform Team

Published: 2026-07-20
Updated: 2026-07-20

References & Technical Specifications

Cite This Page

MLA Style:

MCPserver.in Engineering. "MCP Result." MCPserver.in Knowledge Hub, 20 July 2026, mcpserver.in/glossary/mcp-result.