search_mesh_descriptor
Find MeSH IDs for biomedical terms by submitting a keyword query. Returns JSON-formatted search results to identify the correct descriptor for indexing or retrieval.
Instructions
Search for MeSH ID by query.
RETURNS a JSON-formatted string of the search results. On upstream/HTTP failure this tool does NOT raise — it returns a plain string beginning with "Error:" (not JSON). CHECK FOR the "Error:" prefix BEFORE parsing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| term | No | ||
| limit | No | The maximum number of results to return. Default is 10. | |
| query | No | The query string to search for. Accepts aliases: `search`, `term`, `keyword`, `keywords`, `search_term`, `name`. | |
| search | No | ||
| keyword | No | ||
| keywords | No | ||
| search_term | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |