Skip to main content
Glama
primadonna-gpters

AgentSkills MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENTSKILLS_API_KEYYesAPI key for AgentSkills API. Sign up at agentskills.io to obtain one.

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchA

Perform a real-time web search and get structured results with a summary. Returns top results with title, URL, snippet, and an AI-generated summary.

code_reviewA

Analyze code for issues, security vulnerabilities, and improvement suggestions. Returns a score, summary, list of issues with severity, and positive observations.

business_dataB

Look up Korean business data including company information, news, and financial data. Useful for researching Korean companies by name or business registration number.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: business_data focuses on Korean business information, code_review analyzes code quality and security, and web_search performs general web searches. There is no overlap in functionality or ambiguity between these tools.

Naming Consistency4/5

The naming follows a consistent snake_case pattern (business_data, code_review, web_search), which is readable and predictable. The only minor deviation is that 'business_data' uses a compound noun while the others are more action-oriented, but this doesn't break the overall consistency.

Tool Count3/5

With only 3 tools, the server feels thin for a general-purpose 'AgentSkills' server. While each tool is distinct, the scope implied by the server name suggests a broader set of agent capabilities might be expected, making this borderline appropriate.

Completeness3/5

For a server named 'AgentSkills', there are notable gaps in common agent capabilities such as file operations, data processing, or communication tools. However, the three provided tools cover useful domains (business research, code analysis, web search) without dead ends in their respective areas.

Maintenance

ActivityInactive
ResponsivenessNo issues