Skip to main content
Glama
zeikar
by zeikar

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SK_APP_KEYNoYour SK App key
NAVER_CLIENT_IDNoYour Naver client ID
KAKAO_REST_API_KEYNoYour Kakao REST API key
NAVER_CLIENT_SECRETNoYour Naver client secret

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_webpage_contentA
Fetch the full content of a webpage.
This function retrieves the content of a webpage and removes HTML tags.

Args:
    link (str): The URL of the webpage to fetch.

Returns:
    str: The full content of the webpage with HTML tags removed.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of overlap or confusion between tools. The single tool has a clear, specific purpose.

Naming Consistency4/5

The tool name follows a clear verb_noun pattern and is descriptive. However, with only one tool, there is not enough surface area to fully demonstrate naming consistency across a set.

Tool Count2/5

A single tool feels too thin for a general-purpose server, even for a focused web-fetching utility. There is no room for alternative operations or related functionality.

Completeness4/5

For the stated purpose of fetching and stripping HTML from a webpage, the tool fully covers the core use case. Minor gaps exist, such as handling raw HTML or additional page metadata, but these are not obvious dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues