Query Protein Research Database
query_protein_databaseQuery locally stored proteins by pLDDT threshold or druggability tier to retrieve known targets without calling external APIs.
Instructions
Recall proteins already stored in the local knowledge graph.
This is a local-recall query, not a live lookup: it returns only proteins that
have previously been written to the local SQLite store (the curated boot seed,
plus anything added through the knowledge-graph storage API). No upstream API is
called. To assess a protein that may not be stored yet, use
assess_target_druggability (druggability tier) or
analyze_structural_confidence (pLDDT), which query live sources.
Filters are combined with AND; omit a filter to leave that dimension
unconstrained. Returns a JSON record with the applied query, a
result_count, and the matching proteins rows. The list is empty when
nothing stored matches — common when only the boot seed is loaded, so a broad
filter returning few rows usually means the store is small, not that no such
protein exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||