get_concept
ActiveTool of openalex
declared in 0.1.0
Look up research fields or topics by name. Returns concept description, publication count, related concepts, and parent concepts in the academic hierarchy.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "deep learning"
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Concept name to look up (e.g., \"deep learning\")"
}
}
}Parent server
openalex
https://github.com/pipeworx-io/mcp-openalex
1/7 registries