Autodesk is a software company that provides a range of design and engineering applications.
Tools and capabilities available for Autodesk
Retrieves a list of all projects in the Autodesk account, including project names, IDs, and metadata
Parameters: limit, offset
Retrieves detailed information about a specific project including its contents, members, and settings
Parameters: project_id
Creates a new project in Autodesk with specified name and settings
Parameters: project_name, project_type, description
Retrieves all files and folders within a specific project or folder
Parameters: project_id, folder_id
Uploads a new file or a new version of an existing file to a project
Parameters: project_id, folder_id, file_path, file_name
Downloads a specific file from a project
Parameters: project_id, file_id, destination_path
Retrieves detailed metadata about a specific file including version history, permissions, and properties
Parameters: project_id, file_id
Searches for files and folders across projects using keywords and filters
Parameters: query, project_id, file_type
Retrieves all members and their roles for a specific project
Parameters: project_id
Adds a new member to a project with specified role and permissions
Parameters: project_id, email, role
Removes a member from a project
Parameters: project_id, user_id
Creates a new folder within a project or inside an existing folder
Parameters: project_id, folder_name, parent_folder_id
Retrieves all versions of a specific file with timestamps and author information
Parameters: project_id, file_id
Retrieves derivative information for a model file (e.g., thumbnails, SVF for viewing)
Parameters: file_urn
Initiates translation of a design file into viewable formats
Parameters: file_urn, output_format
Retrieves all issues logged in a project with their status and details
Parameters: project_id, status
Creates a new issue in a project with title, description, and assignment
Parameters: project_id, title, description, assigned_to, priority
Updates the status or details of an existing issue
Parameters: project_id, issue_id, status, comment
Retrieves information about the authenticated user's Autodesk account
Retrieves all hubs (accounts) the user has access to
Have an idea for a tool that should be added? Describe it below and we'll add it for you.