European Parliament MCP Server API - v1.1.16
Documentation Portal
GitHub Repository
Security Architecture
ISMS Policies
Preparing search index...
tools/generateReport/types
Report
Interface Report
Report structure
interface
Report
{
generatedAt
:
string
;
period
:
{
from
:
string
;
to
:
string
}
;
reportType
:
string
;
sections
:
ReportSection
[]
;
statistics
:
Record
<
string
,
number
|
string
>
;
subject
:
string
;
summary
:
string
;
recommendations
?:
string
[]
;
}
Index
Properties
generated
At
period
report
Type
sections
statistics
subject
summary
recommendations?
Properties
generated
At
generatedAt
:
string
period
period
:
{
from
:
string
;
to
:
string
}
report
Type
reportType
:
string
sections
sections
:
ReportSection
[]
statistics
statistics
:
Record
<
string
,
number
|
string
>
subject
subject
:
string
summary
summary
:
string
Optional
recommendations
recommendations
?:
string
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
generated
At
period
report
Type
sections
statistics
subject
summary
recommendations
Documentation Portal
GitHub Repository
Security Architecture
ISMS Policies
European Parliament MCP Server API - v1.1.16
Loading...
Report structure