Skip to main content
Glama

Get an s&box organization

get_organization
Read-onlyIdempotent

Read one organization profile with public metadata, aggregate activity, and a bounded package portfolio.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statsYes
apiUrlYes
generationYes
portfoliosYes
generatedAtYes
markdownUrlYes
analyticsUrlYes
canonicalUrlYes
organizationYes
contentNoticeYes
analyticsApiUrlYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.9/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, which the description aligns with by saying 'Read'. The description adds content details (public metadata, aggregate activity, bounded portfolio) but does not disclose any additional behavioral aspects like auth requirements, rate limits, or error behavior. With annotations covering safety, this is adequate but not enhanced beyond the baseline.

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, concise sentence that front-loads the primary action ('Read one organization profile') and then lists the data components. There is no fluff or redundancy; every word contributes to understanding the tool's scope.

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 that an output schema exists (so return values are likely documented) and annotations cover the safety profile, the description provides adequate context for when to call the tool. However, the lack of parameter explanation and the absence of any guidance on selecting this tool over search_organizations leaves gaps in the overall completeness. It is functional but not thorough.

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

Parameters1/5

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

The schema has only one parameter 'ident' with a pattern but no description. The tool description provides zero explanation of what 'ident' means or how to format it. With schema description coverage at 0%, the description must compensate, but it fails to mention the parameter entirely. This is a critical gap for an agent trying to invoke the tool correctly.

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 'Read' and the resource 'organization profile', and specifies the content (public metadata, aggregate activity, bounded package portfolio). It implies a single-object fetch distinct from search tools, but does not explicitly name sibling alternatives like search_organizations, so it lacks the direct contrast that would earn a 5.

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 gives no guidance on when to use this tool versus the sibling tools (e.g., when to use get_organization vs search_organizations). It only describes what it does, leaving the selection entirely to inference from the tool name and schema. No exclusions or context about prerequisites are provided.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources