Skip to main content
Glama

CSV MCP Server

get_path_info

Analyze file paths to determine if they are absolute or relative, resolve symlinks, check file existence and accessibility, and validate path safety for CSV operations.

Instructions

Get detailed information about a file path, supporting both relative and absolute paths. Args: filepath: The file path to analyze (can be relative or absolute) Returns: Dictionary with comprehensive path information including: - Whether the path is absolute or relative - Resolved path (following symlinks) - Parent directory information - File existence and accessibility - Safety validation for absolute paths

Input Schema

NameRequiredDescriptionDefault
filepathYes

Input Schema (JSON Schema)

{ "properties": { "filepath": { "title": "Filepath", "type": "string" } }, "required": [ "filepath" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NovaAI-innovation/csv-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server