Skip to main content
Glama
jemhakdog
by jemhakdog

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
initialize_project

Creates the folder structure and pyproject.toml configured for uv. Defaults to current directory.

save_organization_context

Saves the organizational context and complex operation requirements to state.

save_roles_plan

Saves user roles/permissions to state. Each role should have 'name', 'description', and 'permissions'.

save_database_plan

Saves table schemas (fields, types, relationships) to state.

save_route_plan

Saves API endpoints (method, path, summary) to state.

save_test_plan

Saves simulation scenarios to state.

get_next_pending_task

Returns the first unbuilt item. Priority: Models -> Routes -> Tests.

get_file_instruction

Returns a strict SYSTEM PROMPT for the agent to write the code.

write_component_file

Writes the file and marks the task as done.

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/jemhakdog/mcp_fastapi'

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