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

    Variable OsintStandardOutputSchemaConst

    OsintStandardOutputSchema: ZodObject<
        {
            confidenceLevel: ZodEnum<
                { HIGH: "HIGH"; LOW: "LOW"; MEDIUM: "MEDIUM" },
            >;
            dataFreshness: ZodString;
            methodology: ZodString;
            sourceAttribution: ZodString;
        },
        $strip,
    > = ...

    Standard OSINT output fields Zod schema.

    Validates the common output fields present on every OSINT intelligence tool response: confidenceLevel, methodology, dataFreshness, and sourceAttribution.

    Confidence Level Criteria:

    • HIGH — Full EP API data (voting statistics, complete membership)
    • MEDIUM — Partial EP API data; results are indicative
    • LOW — Insufficient data; treat output with caution