European Parliament MCP Server API - v1.0.1
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
Theme
OS
Light
Dark
On This Page
Properties
generated
At
period
report
Type
sections
statistics
subject
summary
recommendations
European Parliament MCP Server API - v1.0.1
Loading...
Report structure