Add parts of speech to your app
Let your agent parse grammar. Call it as an MCP tool to extract nouns, verbs, adjectives, adverbs and more from any text. You switch it on with a single toggle — no SDK and no endpoint wiring — and it answers over MCP or REST using the same key as every other skill.
A real response from the Parts of Speech Skill — exactly what your agent gets back when it makes the call.
{
"text": "My friend from college hails from a small countryside village located at the heart of the state. During the last summer vacation, I had an opportunity to visit my friend in his village. I packed up my belongings and boarded the bus bound for the village",
"partofspeech": "verbs"
}Enable Parts of Speech and your app can add parts of speech to your app — translate, analyze, clean — without hosting a model or wiring a language API.
Over MCP, partsofspeech is the tool your model calls to process text mid-task, on the same connection as every other skill.
Call Parts of Speech over REST to add parts of speech to your app across a whole queue of text in your own server-side job.
Once enabled, this skill is reachable two ways — pick whichever fits how you build. Both use the same key.
It appears to your model as a callable tool. No extra code — the agent invokes it when a task needs it.
partsofspeechCall it from your server with one request and your key. Node, Python, Go — anything that can send a GET.
GET /v1/partsofspeechHow to connect it over MCP or REST.
The same key runs from your first prototype to millions of calls — on APIVerve's rails, 99.9% uptime.
See pricing