list_publications
ActiveTool of STIL Lab Assistant
declared in 1.27.1
List STIL lab publications with optional filters. Args: year: Filter by publication year author: Filter by author name (partial match) venue: Filter by venue/journal name (partial match) keyword: Filter by keyword in title
Parameters schema
{
"type": "object",
"title": "list_publicationsArguments",
"properties": {
"year": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Year",
"default": null
},
"venue": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Venue",
"default": null
},
"author": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Author",
"default": null
},
"keyword": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Keyword",
"default": null
}
}
}Parent server
STIL Lab Assistant
1/7 registries