get_team_by_name
Fetch a GitHub team's details by providing the organization login and team slug. Use it to access team information for your GitHub org.
Instructions
Get a GitHub team by its slug within an organization. Docs: https://docs.github.com/en/rest/teams/teams#get-a-team-by-name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | Organization login (e.g. "acme") | |
| team_slug | Yes | Team slug (URL-friendly name; e.g. "engineering") |