Skip to main content
Glama
yjiace

AlibabaCloud DevOps MCP Server

by yjiace

get_current_organization_info

Retrieve current user and organization details from Alibaba Cloud Yunxiao using authentication tokens for DevOps project management.

Instructions

Get information about the current user and organization based on the token. In the absence of an explicitly specified organization ID, this result will take precedence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions authentication dependency ('based on the token') and precedence behavior, which are useful. However, it doesn't describe the return format, potential errors, or any rate limits or permissions required, leaving significant behavioral gaps for a tool that likely returns sensitive user/organization data.

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

Conciseness4/5

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

The description is two sentences that are front-loaded with the core purpose. The second sentence adds important behavioral context about precedence. There's minimal waste, though the phrasing could be slightly more polished (e.g., 'takes precedence' is somewhat vague).

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

Completeness3/5

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

Given the tool's simplicity (0 parameters, no output schema, no annotations), the description is adequate but not complete. It covers the what and some context, but lacks details on return values, error conditions, or how the 'precedence' works practically. For a tool that likely returns structured user/org data, more output guidance would be helpful despite the absence of an output schema.

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

Parameters4/5

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

The tool has 0 parameters with 100% schema description coverage, so the schema fully documents the absence of inputs. The description appropriately doesn't waste space on parameter details, though it could mention that no inputs are required. Baseline for 0 parameters is 4, as the description focuses on purpose rather than redundant parameter information.

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 clearly states the verb ('Get') and resource ('information about the current user and organization'), making the purpose understandable. It distinguishes itself from sibling tools like 'get_current_user' by including organization information, though it doesn't explicitly name alternatives. The phrase 'based on the token' adds useful authentication context.

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

Usage Guidelines3/5

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

The description implies usage context through 'based on the token' and mentions precedence when no organization ID is specified, which provides some guidance. However, it doesn't explicitly state when to use this tool versus alternatives like 'get_current_user' or 'get_user_organizations', nor does it provide clear exclusions or prerequisites.

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/yjiace/alibabacloud-devops-mcp-server'

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