Skip to main content
Glama

MCP-IQWiki

by IQAIcom

GET_USER_WIKI_ACTIVITIES

Track and retrieve wiki activities, such as creations or edits, for a specific user on IQ.wiki. Filter results by activity type and optional time frame to analyze user contributions.

Instructions

Get wiki activities (creations or edits) for a specific user on IQ.wiki

Input Schema

NameRequiredDescriptionDefault
activityTypeNoType of activity: CREATED or UPDATED
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": { "activityType": { "description": "Type of activity: CREATED or UPDATED", "enum": [ "CREATED", "UPDATED" ], "type": "string" }, "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