Skip to main content
Glama
JeremyLakeyJr

Friday MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
get_current_timeA

Return the current date and time in ISO 8601 format.

get_system_infoB

Return basic information about the server host.

format_jsonB

Pretty-print a JSON string.

word_countA

Count characters, words, and lines in a block of text.

search_webB

Search the web with DuckDuckGo and return the top results.

fetch_urlB

Fetch the raw text of a URL, truncated to the configured limit.

get_world_newsA

Fetch a multi-source snapshot of world headlines.

list_workspaceB

List files and directories under the configured workspace root.

read_fileC

Read a file from the workspace with optional line slicing.

write_fileC

Write a file within the workspace.

run_bashC

Run a bash command within the workspace root.

list_skillsC

List installed skills and their activation state.

get_skillC

Get the full installed content and metadata for a skill.

validate_skill_markdownC

Validate a candidate skill document before installation.

install_skill_from_markdownC

Install a skill from markdown front matter and instructions.

install_skill_from_urlB

Download, validate, install, and optionally activate a skill from a URL.

activate_skillC

Activate an installed skill.

deactivate_skillC

Deactivate an installed skill.

remove_skillB

Remove a skill and keep a rollback backup.

rollback_skillC

Restore the latest or selected backup of a skill.

explain_skill_errorD

Normalize skill validation failures for the client.

Prompts

Interactive templates invoked by user choice

NameDescription
research_missing_capabilityPrompt to investigate a missing capability before authoring a skill.
author_skillPrompt to author a skill document with YAML front matter.
review_skill_candidatePrompt to review a candidate skill before installation.

Resources

Contextual data attached and managed by the client

NameDescription
server_infoReturn basic information about this MCP server.
skills_catalogReturn the installed skill catalog.
active_skillsReturn the instructions for all active skills.

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

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