You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Fetch the current DevRev user details. When the user specifies 'me' in the query, this tool should be called to get the user details.",
31
31
inputSchema={"type": "object", "properties": {}},
32
32
),
33
-
types.Tool(
33
+
types.Tool(
34
34
name="get_vista",
35
-
description="Retrieve information about a vista in DevRev using its ID",
35
+
description="Retrieve information about a vista in DevRev using its ID. In DevRev a vista is a sprint board which contains sprints (or vista group items). The reponse of this tool will contain the sprint (or vista group item) IDs that you can use to filter on sprints.",
"description": "The DevRev ID of the sprint to filter on. In DevRev a sprint is a vista group item. You will get these IDs from the response of get vista tool."
0 commit comments