Skip to main content
Glama
service-atlas

Service Atlas MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_URLYesThe URL of the service dependency API

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_debtB

Gets a report of all services that have open debts and a count of the number of debts associated with them :return:

get_debts_for_serviceC

Gets the debts for a specific service :param service_id: :return:

get_all_teamsA

Returns all teams from the service atlas api :return: array of teams objects

get_services_by_teamB

Tool that returns a list of services for a team based on id :param team_id: guid for the team :return: array of services objects from the api

find_service_by_nameC

Search for a service by name :param query: the name to search against :return: a list of services objects

get_teams_by_serviceB

Gets a list of teams that own a service based on id :param service_id: the guid for the service :return: a list of teams objects

get_releasesA

Get a list of releases between two dates. Start date is inclusive, while the end date is an exclusive :param start: start date in the format YYYY-MM-DD (inclusive) :param end: end date in the format YYYY-MM-DD (exclusive) :return: list of releases

Prompts

Interactive templates invoked by user choice

NameDescription
get_debt
find_which_team_owns_a_servicePrompt for telling the AI how to find which team owns a service :return:
get_all_teams
get_services_by_teamPrompt for telling the AI how to get services if it has a team id :param team_id: :return:
find_service_by_namePrompt for telling the AI how to find a service by name :return:
get_releasesGet a list of releases between two dates :param start: start date in the format YYYY-MM-DD :param end: end date in the format YYYY-MM-DD :return: string prompt

Resources

Contextual data attached and managed by the client

NameDescription
Debt ReportGets a report of all services that have open debts and a count of the number of debts associated with them :return:
All TeamsReturns all teams from the service atlas api :return: array of teams objects

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/service-atlas/mcp'

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