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

    Variable getCommitteeInfoToolMetadataConst

    getCommitteeInfoToolMetadata: {
        description: string;
        inputSchema: {
            properties: {
                abbreviation: {
                    description: string;
                    maxLength: number;
                    minLength: number;
                    type: string;
                };
                id: {
                    description: string;
                    maxLength: number;
                    minLength: number;
                    type: string;
                };
                showCurrent: { default: boolean; description: string; type: string };
            };
            type: "object";
        };
        name: string;
    } = ...

    Tool metadata for MCP registration

    Type Declaration

    • description: string
    • inputSchema: {
          properties: {
              abbreviation: {
                  description: string;
                  maxLength: number;
                  minLength: number;
                  type: string;
              };
              id: {
                  description: string;
                  maxLength: number;
                  minLength: number;
                  type: string;
              };
              showCurrent: { default: boolean; description: string; type: string };
          };
          type: "object";
      }
    • name: string