Skip to main content
Glama

GigAPI MCP Server

by gigapi

write_data

Store time-series data in InfluxDB Line Protocol format to a specified database using the GigAPI MCP Server, enabling efficient management and retrieval of temporal data.

Instructions

Write data using InfluxDB Line Protocol format.

Input Schema

NameRequiredDescriptionDefault
dataYes
databaseYes

Input Schema (JSON Schema)

{ "properties": { "data": { "title": "Data", "type": "string" }, "database": { "title": "Database", "type": "string" } }, "required": [ "database", "data" ], "type": "object" }
Install Server

Other Tools from GigAPI MCP Server

Related Tools

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/gigapi/gigapi-mcp'

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