list_directory_files
Retrieve a list of files from a workspace directory on the AI Development Pipeline MCP server to manage and monitor development assets effectively.
Instructions
List files in a workspace directory (restricted to workspace directory)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dir | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"dir": {
"type": "string"
}
},
"required": [
"dir"
],
"type": "object"
}