Skip to main content
Glama

SearchAPI MCP Server

get_current_time

Retrieve the current time in a specified format with options for date offset and future dates. Use this tool to manage time-based queries and scheduling tasks within the SearchAPI MCP Server.

Input Schema

NameRequiredDescriptionDefault
days_offsetNo日期偏移量0
formatNo日期格式iso
future_daysNo未来天数7
return_future_datesNo是否返回未来日期false

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "days_offset": { "default": "0", "description": "日期偏移量", "type": "string" }, "format": { "default": "iso", "description": "日期格式", "type": "string" }, "future_days": { "default": "7", "description": "未来天数", "type": "string" }, "return_future_dates": { "default": "false", "description": "是否返回未来日期", "type": "string" } }, "type": "object" }
Install Server

Other Tools from SearchAPI 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/lianshuang-photo/searchapi-mcp-nodejs'

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