semantic_search_works
Read-only
Find academic works by meaning using AI-powered semantic search. Enter a natural language query to retrieve similar research papers.
Instructions
Find works similar to a given text using AI-powered semantic search. Searches by meaning rather than exact keyword match.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_string | Yes | Natural language prompt for semantic search | |
| institution | No | Institution name or ID | |
| publication_year | No | Filter by year | |
| from_date | No | Start date (YYYY or YYYY-MM-DD) | |
| to_date | No | End date (YYYY or YYYY-MM-DD) | |
| type | No | article, review, proceedings-article, … | |
| limit | No | ||
| page | No | ||
| peer_reviewed_only | No | ||
| sort | No | field:asc|desc, e.g. publication_year:desc |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||