Skip to main content
Glama

MCP-IQWiki

by IQAIcom

GET_USER_CREATED_WIKIS

Retrieve wikis created by a specific user on IQ.wiki using their Ethereum address, with optional time frame filtering for precise results.

Instructions

Get wikis created by a specific user on IQ.wiki

Input Schema

NameRequiredDescriptionDefault
idYesThe Ethereum address of the user
timeFrameSecondsNoOptional time frame in seconds to filter results

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "The Ethereum address of the user", "minLength": 1, "type": "string" }, "timeFrameSeconds": { "description": "Optional time frame in seconds to filter results", "type": "number" } }, "required": [ "id" ], "type": "object" }
Install Server

Other Tools from MCP-IQWiki

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/IQAIcom/mcp-iqwiki'

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