search_mesh_descriptor
Search for MeSH descriptors by name or keyword to retrieve corresponding unique identifiers.
Instructions
Search for MeSH ID by query.
Args:
query (str): The query string to search for. Accepts aliases:
search, term, keyword, keywords, search_term, name.
limit (int): The maximum number of results to return. Default is 10.
Returns: str: A JSON-formatted string containing the search results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| limit | No | ||
| search | No | ||
| term | No | ||
| keyword | No | ||
| keywords | No | ||
| search_term | No | ||
| name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |