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
Copy file name to clipboardExpand all lines: package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2012,11 +2012,11 @@
2012
2012
}
2013
2013
},
2014
2014
{
2015
-
"name": "robot-get_document_imports",
2016
-
"displayName": "Get Document Imports",
2015
+
"name": "robot-get_file_imports",
2016
+
"displayName": "List imported libraries, resources and variable files for a Robot Framework Document",
2017
2017
"toolReferenceName": "robotGetDocumentImports",
2018
-
"modelDescription": "Retrieves a list of all imported librariesand resource files for a specific Robot Framework document. Returns the names and paths of all libraries imported in the specified Robot Framework file. Use this tool when you need to analyze the dependencies of a Robot Framework document or understand its library and resource usage. Limitations: Only works with Robot Framework files, may not detect dynamic imports or libraries loaded at runtime, and requires the specified file to be accessible from the workspace's Robot Framework configuration.",
2019
-
"userDescription": "Gets a list of all imported librariesand resources for a specific Robot Framework document.",
2018
+
"modelDescription": "Retrieves a list of all imported libraries, resources and variable files for a specific Robot Framework document. Returns the names and paths of all libraries imported in the specified Robot Framework file. Use this tool when you need to analyze the dependencies of a Robot Framework document or understand its library and resource usage. Limitations: Only works with Robot Framework files, may not detect dynamic imports or libraries loaded at runtime, and requires the specified file to be accessible from the workspace's Robot Framework configuration.",
2019
+
"userDescription": "Gets a list of all imported libraries, resources and variable files for a specific Robot Framework document.",
"modelDescription": "Retrieves detailed environment information for Robot Framework workspaces or files. Returns comprehensive details about the Python interpreter (version, executable path), installed Robot Framework version, RobotCode extension version, and optional tool versions (robocop, robotidy) if available. Use this tool when you need to diagnose environment issues, verify installations, check version compatibility, or troubleshoot Robot Framework setup problems. Limitations: Only provides information about the currently configured Python environment for the workspace, may not detect tools installed in different Python environments, requires proper workspace configuration to access environment details, and information accuracy depends on the current RobotCode language server connection.",
2047
-
"userDescription": "Gets informations about the Robot Framework Environment.",
2047
+
"userDescription": "Gets informations about the Robot Framework Environment.",
0 commit comments