MCP Tools – Page 131

MCP Tool Categories

Showing 1561 to 1572 of 1574 results

list_allowed_directories

List the directories the server has been granted access to operate within for safety.

By thumbsupordown

get_file_info

Retrieve detailed metadata for a file or directory, including size, timestamps, type, and permissions.

By thumbsupordown

directory_tree

Produce a recursive JSON tree describing the full structure of files and folders under a directory.

By thumbsupordown

search_files

Recursively search a directory for files matching a glob pattern, with support for exclusion patterns.

By thumbsupordown

move_file

Move or rename a file or directory, failing safely if the destination path already exists.

By thumbsupordown

list_directory_with_sizes

List a directory's contents including each file's size along with summary statistics for the directory.

By thumbsupordown

list_directory

List the contents of a directory, labeling each entry as either a file or a folder.

By thumbsupordown

create_directory

Create a new directory, recursively making any missing parent directories, or confirm that it already exists.

By thumbsupordown

edit_file

Make targeted, pattern-based edits to a file, with a dry-run mode to preview the resulting diff before applying it.

By thumbsupordown

write_file

Create a new file or completely overwrite an existing file with the provided text content.

By thumbsupordown

read_multiple_files

Read several files at once, returning each file's contents and continuing even if some individual reads fail.

By thumbsupordown

read_media_file

Read an image or other media file and return it as base64-encoded data together with its MIME type.

By thumbsupordown