Back to catalog
Cortexa research tool·literature·doaj
DOAJ Search Articles
Search DOAJ (Directory of Open Access Journals) for open-access articles. Returns articles with title, authors, year, DOI, venue, and URL.
Livelast probed 2026-04-30 23:07Z· 90msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 90ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"max_results": {
"default": 10,
"description": "Maximum number of articles to return. Default is 10, maximum is 100.",
"type": "integer"
},
"query": {
"description": "Search query for DOAJ articles. Supports Lucene syntax for advanced queries.",
"type": "string"
},
"type": {
"default": "articles",
"description": "Type of search: 'articles' or 'journals'. Default is 'articles'.",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default DOAJ Search Articles call
public-safeinput
{
"max_results": 1,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DOAJ_search_articles
- Tool name
- DOAJ_search_articles
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse