Skip to main content
Glama

Get company

get_company
Read-onlyIdempotent

Get detailed company profile including mission, vision, settings, and lifecycle (active | archived, from companies.archived_at). Archived companies stay readable; do not treat them as live districts. To archive or unarchive, call set_company_lifecycle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.
include_settingsNoWhether to include extended settings in the response. Defaults to true.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior. The description adds valuable behavioral nuance beyond annotations: archived companies remain readable, lifecycle is derived from companies.archived_at, and the response includes mission, vision, settings, and lifecycle. This is meaningful context an agent would not otherwise know.

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?

Three compact sentences front-load the core purpose, then add the archive-readability caveat, and finally route to the mutation sibling. Every sentence contributes distinct information with no repetition or filler.

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?

For a simple read operation with full schema parameter coverage and annotations covering safety, the description is complete. It explains what fields are returned, clarifies archived-company behavior, and points to the lifecycle tool, so the agent has everything needed to call correctly.

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% with both companyId and include_settings already described in the input schema. The description lists response fields but does not add parameter-specific guidance beyond what the schema provides. Baseline 3 is appropriate since the schema carries the parameter documentation burden.

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 uses a specific verb and resource: 'Get detailed company profile including mission, vision, settings, and lifecycle.' It clearly distinguishes itself from related tools by naming set_company_lifecycle for archiving and noting that archived companies remain readable through this tool.

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

Usage Guidelines4/5

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

The description provides clear context for when this read tool is appropriate, including the caveat that archived companies are still readable and should not be treated as active. It explicitly directs the agent to set_company_lifecycle for archiving operations, though it does not exhaustively contrast with every sibling like get_my_companies.

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