Get Readability Scores is a WordPress ability from Yoast SEO — usable via Easy MCP AI, which connects Claude, ChatGPT, and any AI assistant to your site.
Install Free Plugin →Get Readability Scores
Read-onlyRead the Yoast readability score for your most recently modified posts.
Requires the Yoast SEO plugin on WordPress 6.9+. Each ability only registers when its matching analysis is enabled in Yoast (SEO analysis, readability analysis, or inclusive language analysis), and the current user needs the 'wpseo_manage_options' capability.
What it does
This ability returns Yoast's readability score for a batch of your most recently modified posts. For each post it reports the title, a score slug (na, bad, ok, or good), and a human-readable label describing how readable the content is. Like the SEO scores ability, it takes a single number_of_posts input (1–100, defaulting to 10) so you can scope the check to as many recent posts as you want. Handing these scores to an AI assistant lets it spot posts with poor readability and suggest concrete fixes in the same conversation. The ability is registered only when Yoast's readability analysis is enabled.
See it in action
You ask your AI assistant
"Check the Yoast readability scores for my last 15 posts and tell me which ones need to be made easier to read."
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| number_of_posts | integer | No | How many recently modified posts to retrieve scores for (1–100). Defaults to 10. |
Returns
An array of objects, one per post, each with the post title, a readability score slug (na, bad, ok, or good), and a human-readable score label.
Permission
The current user must have the 'wpseo_manage_options' capability. Registered only when Yoast's readability analysis feature is enabled.