Skip to main content
Glama

GigAPI MCP Server

by gigapi

write_data

Enables writing timeseries data to a specified database using InfluxDB Line Protocol format, supporting seamless integration with GigAPI Timeseries Lake for efficient data management.

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" }

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