Skip to main content
Glama

linear_getTeamResources

Read-onlyIdempotent

Retrieve a team's home resource sections, including pinned documents and external links, by providing the team ID.

Instructions

Get team home resource sections and pinned documents or external links

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
teamIdYesID of the team whose home resources should be returned

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
teamNo
sectionsNo
unsectionedNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed7 schema fields changedv1.4.2
    • changedOutput schema / properties / sections / items / properties / resources / items / properties / externalLink / properties / sortOrder / type
      Previous value: -"number"New value: +[
      +  "number",
      +  "null"
      +]
    • changedOutput schema / properties / sections / items / properties / resources / items / properties / externalLink / properties / url / type
      Previous value: -"string"New value: +[
      +  "string",
      +  "null"
      +]
    • changedOutput schema / properties / sections / items / properties / resources / items / properties / sortOrder / type
      Previous value: -"number"New value: +[
      +  "number",
      +  "null"
      +]
    • changedOutput schema / properties / sections / items / properties / sortOrder / type
      Previous value: -"number"New value: +[
      +  "number",
      +  "null"
      +]
    • changedOutput schema / properties / unsectioned / items / properties / externalLink / properties / sortOrder / type
      Previous value: -"number"New value: +[
      +  "number",
      +  "null"
      +]
    • changedOutput schema / properties / unsectioned / items / properties / externalLink / properties / url / type
      Previous value: -"string"New value: +[
      +  "string",
      +  "null"
      +]
    • changedOutput schema / properties / unsectioned / items / properties / sortOrder / type
      Previous value: -"number"New value: +[
      +  "number",
      +  "null"
      +]
  2. Addedv1.4.1

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds that it returns 'home resource sections and pinned documents or external links', which gives context about the response content. It doesn't mention pagination or error behavior, but for a simple read operation this is acceptable.

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?

The description is a single, well-structured sentence with no filler. It front-loads the verb and resource, making it immediately clear what the tool does. Every word earns its place.

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?

Given the existence of an output schema and annotations covering safety, this is a complete description for a simple getter. It clearly states what is returned (home resource sections and pinned items). Nothing an agent needs to call it correctly is missing; it could optionally mention whether the response is paginated, but that's likely in the output schema.

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% – the single parameter 'teamId' is documented as 'ID of the team whose home resources should be returned'. The description adds no further meaning beyond what the schema already conveys, so a baseline 3 is appropriate.

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

Purpose4/5

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

The description uses a specific verb 'Get' and clearly names the resource: 'team home resource sections and pinned documents or external links'. This distinguishes it from siblings like linear_getTeamLabels or linear_getTeamDocuments, though it doesn't explicitly name alternatives. The scope is clear enough for an agent to understand what this tool returns.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, nor any exclusion criteria. It simply states what it does. With many sibling getters (e.g., linear_getTeamLabels, linear_getTeamDocuments), the lack of explicit routing makes it harder for an agent to select this tool over others.

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/tacticlaunch/mcp-linear'

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