You're viewing a demo portfolio

Join the waitlist
PRSM

list_publications

Active

Tool 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
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

STIL Lab Assistant

1/7 registries
View full server →