get_file
Retrieve metadata for uploaded files including ID, filename, size, and creation time to track and manage file information in the Grok MCP server.
Instructions
Fetch metadata for a single uploaded file.
Args:
file_id: ID returned by `upload_file`.
Returns:
Markdown block with the file's ID, filename, size, and creation time.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes |