# nhl_get_teams

Get all NHL teams with optional filtering by conference or division

Agent View of the PolicyLayer registry record for `nhl_get_teams`. HTML page: https://policylayer.com/tools/io-balldontlie-mcp/nhl-get-teams

## Facts

- Tool: `nhl_get_teams`
- Server: Mcp (`https://mcp.balldontlie.io/mcp`) — https://policylayer.com/tools/io-balldontlie-mcp.md
- Homepage: https://github.com/balldontlie-api/mcp
- Risk category: Read (Low risk)
- Registry record: grade A, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Allowed

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "nhl_get_teams",
    "arguments": {}
  }
}
```

## Why nhl_get_teams is rated Low

This tool performs a simple data retrieval operation. It fetches a list of NHL teams and optionally filters by conference or division. There are no side effects, no code execution, no data modification, and no destructive actions. The blast radius of misuse is minimal—at worst, an agent might retrieve data unnecessarily or repeatedly, but no harm would result.

From the tool's own definition: "Tool name 'nhl_get_teams' and description 'Get all NHL teams with optional filtering by conference or division' indicate a retrieval operation that queries and returns static reference data about NHL teams without modifying, executing, or deleting anything."

## Use case

AI agents call nhl_get_teams to retrieve information from Mcp without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Mcp:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "nhl_get_teams": {}
  }
}
```

## Other tools on Mcp (363)

- `atp_get_head_to_head` — Read — https://policylayer.com/tools/io-balldontlie-mcp/atp-get-head-to-head.md
- `atp_get_match` — Read — https://policylayer.com/tools/io-balldontlie-mcp/atp-get-match.md
- `atp_get_match_stats` — Read — https://policylayer.com/tools/io-balldontlie-mcp/atp-get-match-stats.md
- `atp_get_matches` — Read — https://policylayer.com/tools/io-balldontlie-mcp/atp-get-matches.md
- `atp_get_odds` — Read — https://policylayer.com/tools/io-balldontlie-mcp/atp-get-odds.md
- `atp_get_player` — Read — https://policylayer.com/tools/io-balldontlie-mcp/atp-get-player.md
- `atp_get_player_career_stats` — Read — https://policylayer.com/tools/io-balldontlie-mcp/atp-get-player-career-stats.md
- `atp_get_players` — Read — https://policylayer.com/tools/io-balldontlie-mcp/atp-get-players.md
- `atp_get_race` — Read — https://policylayer.com/tools/io-balldontlie-mcp/atp-get-race.md
- `atp_get_rankings` — Read — https://policylayer.com/tools/io-balldontlie-mcp/atp-get-rankings.md
- `atp_get_tournament` — Read — https://policylayer.com/tools/io-balldontlie-mcp/atp-get-tournament.md
- `atp_get_tournaments` — Read — https://policylayer.com/tools/io-balldontlie-mcp/atp-get-tournaments.md
- `bundesliga_get_betting_odds` — Read — https://policylayer.com/tools/io-balldontlie-mcp/bundesliga-get-betting-odds.md
- `bundesliga_get_match_events` — Read — https://policylayer.com/tools/io-balldontlie-mcp/bundesliga-get-match-events.md
- `bundesliga_get_match_lineups` — Read — https://policylayer.com/tools/io-balldontlie-mcp/bundesliga-get-match-lineups.md
- `bundesliga_get_matches` — Read — https://policylayer.com/tools/io-balldontlie-mcp/bundesliga-get-matches.md
- `bundesliga_get_player_match_stats` — Read — https://policylayer.com/tools/io-balldontlie-mcp/bundesliga-get-player-match-stats.md
- `bundesliga_get_player_props` — Read — https://policylayer.com/tools/io-balldontlie-mcp/bundesliga-get-player-props.md
- `bundesliga_get_players` — Read — https://policylayer.com/tools/io-balldontlie-mcp/bundesliga-get-players.md
- `bundesliga_get_rosters` — Read — https://policylayer.com/tools/io-balldontlie-mcp/bundesliga-get-rosters.md
- `bundesliga_get_standings` — Read — https://policylayer.com/tools/io-balldontlie-mcp/bundesliga-get-standings.md
- `bundesliga_get_team_match_stats` — Read — https://policylayer.com/tools/io-balldontlie-mcp/bundesliga-get-team-match-stats.md
- `bundesliga_get_teams` — Read — https://policylayer.com/tools/io-balldontlie-mcp/bundesliga-get-teams.md
- `cbb_get_active_players` — Read — https://policylayer.com/tools/io-balldontlie-mcp/cbb-get-active-players.md
- `cbb_get_conferences` — Read — https://policylayer.com/tools/io-balldontlie-mcp/cbb-get-conferences.md
- `cbb_get_games` — Read — https://policylayer.com/tools/io-balldontlie-mcp/cbb-get-games.md
- `cbb_get_odds` — Read — https://policylayer.com/tools/io-balldontlie-mcp/cbb-get-odds.md
- `cbb_get_player_batting_stats` — Read — https://policylayer.com/tools/io-balldontlie-mcp/cbb-get-player-batting-stats.md
- `cbb_get_player_pitching_stats` — Read — https://policylayer.com/tools/io-balldontlie-mcp/cbb-get-player-pitching-stats.md
- `cbb_get_player_season_batting_stats` — Read — https://policylayer.com/tools/io-balldontlie-mcp/cbb-get-player-season-batting-stats.md
- …and 333 more: https://policylayer.com/tools/io-balldontlie-mcp.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=io-balldontlie-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/io-balldontlie-mcp
