Skip to main content

UserPluginCapabilitiesDto

Plugin capabilities for display (user plugin context)

readSyncbooleanrequired

Can sync reading progress

userRecommendationProviderbooleanrequired

Can provide recommendations

wantsDetailedProgressbooleanrequired

Consumes the per-book reading-progress breakdown (readBooks); when set, the host attaches per-book volume/chapter/page detail to sync entries.

wantsFullMetadatabooleanrequired

Consumes enriched series data; gates whether the _codex.send* metadata toggles are shown on the connection.

UserPluginCapabilitiesDto
{
"readSync": true,
"userRecommendationProvider": true,
"wantsDetailedProgress": true,
"wantsFullMetadata": true
}