Skip to main content
Glama

get_organization_workspaces

Retrieve all workspaces for your ovice organization, including names and access URLs. This data helps manage virtual office environments and locate specific spaces.

Instructions

組織のワークスペース一覧を取得する

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries full behavioral transparency burden, but it only states the function without disclosing permissions, pagination, or whether it returns all workspaces or only accessible ones. The verb '取得' implies a read operation, but no further behavioral details are provided.

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, focused sentence in Japanese, with no filler or redundancy. It is appropriately sized for a simple get-list tool.

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?

The description is minimal and covers the basic purpose, but with no output schema or annotations, it lacks details about the return format, workspace object fields, or any filtering/pagination behavior. It is adequate for a trivial tool but not comprehensive.

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?

There are no parameters to document, so the description's lack of parameter information is not a gap. The baseline of 4 is appropriate for zero-parameter tools.

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 the specific verb '取得する' (retrieve) and names the resource '組織のワークスペース一覧' (organization's workspace list), making the core function clear. However, it does not differentiate from sibling tools like get_workspace_users or get_organization_groups, though the name itself provides some differentiation.

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 alternative sibling tools. There is no mention of prerequisites, context, or exclusions.

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/cti1650/ovice-mcp-server'

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