Skip to main content
Glama
BlZvi
by BlZvi

Get Team

asana_get_team
Read-onlyIdempotent

Retrieve team details using its GID, returning name, description, and organization.

Instructions

Get details for a team by GID. Returns gid, name, description, and organization. Use asana_get_teams_for_workspace to find team GIDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_gidYesThe GID of the team (numeric string, e.g. `'1234567890123'`). Get team GIDs from asana_get_teams_for_workspace or from the `team.gid` field on a project.
opt_fieldsNoComma-separated extra fields to include. Useful values: `gid,name,description,organization.name,permalink_url,visibility`. Default fields: gid, resource_type, name.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds value by specifying the exact fields returned. For a simple GET-by-ID, no further behavioral caveats (pagination, auth) are necessary.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences, front-loaded with the action ('Get details for a team by GID'). No wasted words or repetition of schema content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple get-by-ID tool with rich annotations and complete schema, the description fully covers purpose, return values, and sibling alternative. No output schema means the listed return fields serve as adequate context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% for both parameters, with detailed descriptions for team_gid and opt_fields. The description reinforces 'by GID' but adds no new semantics beyond what the schema already provides. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States exactly what it does: 'Get details for a team by GID' and explicitly lists the return fields (gid, name, description, organization). It distinguishes itself from the sibling asana_get_teams_for_workspace by noting that the sibling is for finding GIDs, not retrieving team details.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit guidance: 'Use asana_get_teams_for_workspace to find team GIDs.' This tells the agent when to use the alternative, and implicitly conveys that this tool requires an existing team GID to be useful.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/BlZvi/asana-mcp-server'

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