search_mesh_descriptor
Search for MeSH descriptors by query to retrieve matching MeSH IDs in JSON format.
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 |