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

    Variable correlateIntelligenceToolMetadataConst

    correlateIntelligenceToolMetadata: {
        description: string;
        inputSchema: {
            properties: {
                groups: {
                    description: string;
                    items: { maxLength: number; minLength: number; type: string };
                    maxItems: number;
                    type: string;
                };
                includeNetworkAnalysis: {
                    default: boolean;
                    description: string;
                    type: string;
                };
                mepIds: {
                    description: string;
                    items: { maxLength: number; minLength: number; type: string };
                    maxItems: number;
                    minItems: number;
                    type: string;
                };
                sensitivityLevel: {
                    default: string;
                    description: string;
                    enum: string[];
                    type: string;
                };
            };
            required: string[];
            type: "object";
        };
        name: string;
    } = ...

    MCP tool metadata for correlate_intelligence registration.

    Type Declaration

    • description: string
    • inputSchema: {
          properties: {
              groups: {
                  description: string;
                  items: { maxLength: number; minLength: number; type: string };
                  maxItems: number;
                  type: string;
              };
              includeNetworkAnalysis: {
                  default: boolean;
                  description: string;
                  type: string;
              };
              mepIds: {
                  description: string;
                  items: { maxLength: number; minLength: number; type: string };
                  maxItems: number;
                  minItems: number;
                  type: string;
              };
              sensitivityLevel: {
                  default: string;
                  description: string;
                  enum: string[];
                  type: string;
              };
          };
          required: string[];
          type: "object";
      }
    • name: string