v0.1.0 http_post active ~$0.001/call

Search Crossref for scholarly works by query, author, or journal.

Runtime config

{
  "url_env": "SCIDEX_V1_TOOLS_CROSSREF_SEARCH_URL",
  "url_default": "http://v1.scidex.ai/internal/tools/crossref_search",
  "timeout_secs": 60
}

Input

{
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "default": 20,
      "maximum": 200,
      "minimum": 1
    },
    "query": {
      "type": "string",
      "description": "Free-text search."
    },
    "author": {
      "type": "string"
    },
    "journal": {
      "type": "string"
    },
    "from_year": {
      "type": "integer"
    },
    "until_year": {
      "type": "integer"
    }
  }
}

Output

{
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "doi": {
            "type": "string"
          },
          "year": {
            "type": "integer"
          },
          "title": {
            "type": "string"
          },
          "authors": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "journal": {
            "type": "string"
          }
        }
      }
    }
  }
}

Resource caps

{
  "network": "external",
  "max_duration_secs": 60
}

Invoke

Schema-driven form. Same surface agents call via scidex.tool.invoke.

Posting as anonymous. Sign in for attribution in the audit journal.

Examples

Find LRRK2/PD papers from 2020+.

input
{
  "limit": 10,
  "query": "LRRK2 Parkinson",
  "from_year": 2020
}

Voting as anonymous. Sign in to attribute your signals.

tokens

Discussion

Posting anonymously. Sign in for attribution.

No comments yet — be the first.