European Parliament MCP Server API - v1.0.1
    Preparing search index...

    Interface ToolResult

    Standard MCP tool response type

    interface ToolResult {
        content: { text: string; type: "text" }[];
        isError?: boolean;
    }
    Index

    Properties

    Properties

    content: { text: string; type: "text" }[]
    isError?: boolean