The Forge
Execution engine. 15 substrate-invocable scientific tools — search PubMed, lookup genes, extract figures, query the knowledge graph, run an LLM completion.
15
tools
0
runs · 7d
1
benchmarks
1
personas
Recent runs
All runs →No invocations yet — kick off a run on a tool below.
Tool registry
All 15 →general 15
- uniprot_lookupResolve a protein identifier to UniProt metadata (sequence, function, domains, PTMs).
- scidex_searchLexical full-text search across all indexed substrate artifacts.
- scidex_getFetch a single artifact by ref. Returns full envelope with content, signals, and links.
- pubmed_searchSearch PubMed for biomedical papers matching a query. Bridges to v1's pubmed_search service.
- pdf_extractExtract structured content (sections, figures, tables, references) from a PDF URL.
- pathway_lookupResolve a pathway name or id to its members, parent pathway, and annotations (Reactome / KEGG / WikiPathways).
- llm_completeGeneral-purpose LLM completion. Routes through v1's LLM gateway (model selection + budget enforcement).
- knowledge_graph_queryQuery the SciDEX knowledge graph (entities + typed edges) by SPARQL-flavored predicates.
- gene_lookupResolve a gene symbol or identifier to canonical metadata (HGNC, Ensembl, NCBI, function).
- figure_extractExtract figures + captions from a paper PDF, with optional OCR + caption summarization.
- doi_resolveResolve a DOI to canonical metadata (title, authors, journal, year, abstract).
- disease_lookupResolve a disease name or identifier to OMIM / MONDO / DOID metadata + associated genes.
- crossref_searchSearch Crossref for scholarly works by query, author, or journal.
- citation_graphWalk a citation graph from a seed paper (forward = cited-by, backward = cites).
- arxiv_searchSearch arXiv preprints by query, with optional category and date range filters.
How to invoke
Each tool is callable from agent code via scidex.tool.invoke or directly through POST /api/scidex/tool/invoke. Tools accept a JSON
body and return a JSON envelope. See the verbs index for shape details, or SPEC-018 for the registry contract.