Skip to main content
Glama
nic01asFr
by nic01asFr

describe_organization

Get detailed information about a Grist organization by providing its ID. Requires the organization ID obtained from listing organizations.

Instructions

Obtient des informations détaillées sur une organisation spécifique.

Prérequis: - list_organizations: Pour obtenir un org_id valide

Flux de travail typique: 1. list_organizations() → identifier l'organisation 2. describe_organization(org_id) → obtenir les détails

Args: org_id: L'ID de l'organisation à décrire

Returns: Dict avec: - success (bool): Indique si l'opération a réussi - message (str): Message de succès ou d'erreur - organization (Dict): Détails de l'organisation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
org_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Although no annotations are provided, the description discloses the return format (dict with success, message, organization) and implies a read-only operation through the name and context. However, it does not mention authentication or rate limits, but for a read tool 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.

Conciseness4/5

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

The description is well-structured with sections for prerequisites, workflow, args, and returns. While slightly verbose, it is organized and front-loads the main purpose.

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

Completeness5/5

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

Given the tool's simplicity, the description covers all essential aspects: purpose, prerequisites, typical use, parameter meaning, and return format. It is complete for an agent to correctly select and invoke this tool.

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 description coverage is 0%, so the description must compensate. The Args section explains org_id as 'L'ID de l'organisation à décrire', which adds minimal meaning beyond its name and does not clarify the anyOf integer/string type.

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?

The description clearly states the verb 'obtient' and resource 'informations détaillées sur une organisation spécifique', distinguishing it from sibling tools like list_organizations (listing) and delete_organization (deletion).

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?

Explicitly lists prerequisite (list_organizations) and provides a typical workflow step, making it clear when and how to use this tool versus alternatives.

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/nic01asFr/mcp-server-grist'

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