Skip to main content
Glama
nathanmcnulty

mcp-entrascopes

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ENTRASCOPES_CACHE_DIRNoOverride the cache directory.
ENTRASCOPES_SCOPES_URLNoOverride the required scope dataset URL.
ENTRASCOPES_RESOURCES_URLNoOverride the optional resource-name dataset URL.
ENTRASCOPES_CACHE_TTL_MINUTESNoCache freshness interval; 0 refreshes on each request.60

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_entra_applicationsA

Search Microsoft first-party applications by app name/ID, published scope, resource name/ID, FOCI status, or public-client status. This is not tenant consent state.

get_entra_applicationA

Get published scope metadata for one exact Microsoft first-party application ID, optionally narrowed to a resource.

get_entrascopes_data_statusA

Report dataset provenance, refresh time, cache origin, and record counts. Set refresh to bypass the normal cache TTL.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 3 tools

Disambiguation5/5

Search, exact lookup by application ID, and dataset status are clearly distinct operations with no meaningful overlap. The descriptions make it easy to select the right tool.

Naming Consistency4/5

All tools use a verb_noun pattern and snake_case. The only minor inconsistency is 'get_entrascopes_data_status' using the server name prefix instead of following the 'entra_application(s)' noun pattern used by the other two tools.

Tool Count5/5

Three tools is well-scoped for a read-only reference dataset: search, exact lookup, and data status. Each tool earns its place without redundancy.

Completeness5/5

For the stated purpose of exploring Microsoft first-party application scope metadata, the surface covers search, precise retrieval, and dataset freshness/provenance. No CRUD operations are needed since this is a read-only metadata source.

Maintenance

ActivityMaintained
ResponsivenessNo issues