Skip to main content
Glama

get_user_stocks

Retrieve a user's stock list from Qiita to access their saved articles. Specify user ID and pagination to browse collected content efficiently.

Instructions

指定されたユーザーのストック一覧を取得します

Input Schema

NameRequiredDescriptionDefault
pageNoページ番号(1-100)
perPageNo1ページあたりの件数(1-100)
userIdYesユーザーID

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 1, "description": "ページ番号(1-100)", "type": "number" }, "perPage": { "default": 20, "description": "1ページあたりの件数(1-100)", "type": "number" }, "userId": { "description": "ユーザーID", "type": "string" } }, "required": [ "userId" ], "type": "object" }

Latest Blog Posts

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/Selenium39/mcp-server-qiita'

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