Skip to main content
Glama
subzeroid

lamatok-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LAMATOK_KEYYesYour LamaTok access key (sent as x-access-key header)
LAMATOK_URLNoBase URLhttps://api.lamatok.com
LAMATOK_TAGSNoWhitelist: only include operations with these tags (comma-separated)
LAMATOK_SPEC_URLNoOpenAPI spec URL${LAMATOK_URL}/openapi.json
LAMATOK_TIMEOUT_MSNoPer-request timeout for API calls30000
LAMATOK_EXCLUDE_TAGSNoBlacklist: additional tags to exclude (on top of Legacy, System, /sys)
LAMATOK_MAX_SPEC_BYTESNoMax bytes read from the OpenAPI spec8388608
LAMATOK_SPEC_TIMEOUT_MSNoTimeout for the startup spec fetch60000
LAMATOK_MAX_RESPONSE_BYTESNoMax bytes read from each API response10485760

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_v1_user_by_usernameC

[GET /v1/user/by/username] Userinfo By Username

get_v1_user_following_by_secUidD

[GET /v1/user/following/by/secUid] Following By Sec Uid

get_v1_user_followers_by_secUidC

[GET /v1/user/followers/by/secUid] Followers By Sec Uid

get_v1_user_suggested_by_secUidD

[GET /v1/user/suggested/by/secUid] Suggested By Sec Uid

get_v1_user_following_by_usernameD

[GET /v1/user/following/by/username] Following By Username

get_v1_user_followers_by_usernameC

[GET /v1/user/followers/by/username] Followers By Username

get_v1_user_suggested_by_usernameD

[GET /v1/user/suggested/by/username] Suggested By Username

get_v1_user_playlists_by_usernameC

[GET /v1/user/playlists/by/username] Playlists By Username

get_v1_user_playlists_by_secUidD

[GET /v1/user/playlists/by/secUid] Playlists By Sec Uid

get_v1_media_by_idD

[GET /v1/media/by/id] Media By Id

get_v1_media_comments_by_idD

[GET /v1/media/comments/by/id] Media Comments By Id

get_v1_media_comment_replies_by_idD

[GET /v1/media/comment/replies/by/id] Media Comment Replies By Id

get_v1_media_by_urlC

[GET /v1/media/by/url] Media By Url

get_v1_media_video_download_by_idC

[GET /v1/media/video/download/by/id] Download Media By Id

Get download link and headers by media url. Use the headers and url taken from the response. You can see an example in the redoc documentation.

get_v1_media_video_download_by_urlC

[GET /v1/media/video/download/by/url] Download Media By Url

Get download link and headers by media url. Use the headers and url taken from the response. You can see an example in the redoc documentation.

get_v1_media_music_download_by_idC

[GET /v1/media/music/download/by/id] Download Music By Id

Get download link and headers by media url. Use the headers and url taken from the response. You can see an example in the redoc documentation.

get_v1_media_music_download_by_urlB

[GET /v1/media/music/download/by/url] Download Audio By Url

Get download link and headers by media url. Use the headers and url taken from the response. You can see an example in the redoc documentation.

get_v1_hashtag_infoD

[GET /v1/hashtag/info] Hashtag Info

get_v1_hashtag_mediasD

[GET /v1/hashtag/medias] Hashtag Medias

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/subzeroid/lamatok-mcp'

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