> ## Documentation Index
> Fetch the complete documentation index at: https://docs.altss.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Fit assessment

> Assess one organization against supplied criteria, with evidence and unresolved questions.

<Note>
  **Current availability:** Reviewed bounded request. **Execution:** Manual / scoped. **Automated invocation:** Not currently available. **API endpoint:** None. **MCP execution:** None.
</Note>

Canonical task ID: `fit-assessment`.

## When to use this task

Use when you have an identified organization and explicit criteria. No fit score or predicted interest is inferred.

## Assess a company against supplied criteria

Fictional request brief, entities, sources, values and dates. This is a documentation example, not a live HTTP response or customer result. Missing dates remain null.

<Tabs>
  <Tab title="Input">
    A research brief for human scope review, not an API payload.

    ```json theme={null}
    {
      "organization": "Example Automation Ltd",
      "criteria": [
        "UK operations",
        "Industrial automation",
        "Ownership suitable for further diligence"
      ],
      "intended_use": "Research preparation"
    }
    ```
  </Tab>

  <Tab title="Result">
    ```json theme={null}
    {
      "task_type": "fit-assessment",
      "status": "supported_with_unknowns",
      "as_of": null,
      "entity": {
        "name": "Example Automation Ltd",
        "entity_type": "company",
        "website": "https://example.com"
      },
      "result": {
        "company": {
          "name": "Example Automation Ltd",
          "description": "Industrial automation company",
          "website": "https://example.com",
          "sector": "Industrial automation",
          "subsector": null,
          "location": null,
          "country": "United Kingdom",
          "founded_year": null,
          "employee_count": null,
          "ownership_context": [
            {
              "name": "Example Industrial Holdings",
              "role": "Recorded parent organization",
              "date": null,
              "amount": null,
              "currency": null
            }
          ],
          "people": [
            {
              "name": "Jamie Chen",
              "role": "Chief Executive",
              "date": null,
              "amount": null,
              "currency": null
            }
          ],
          "transactions": [
            {
              "name": "Example Controls Ltd",
              "role": "Acquisition target",
              "date": "2026-09-12",
              "amount": null,
              "currency": null
            }
          ]
        },
        "summary": "The example company meets the supplied location and activity criteria. Beneficial ownership remains unresolved.",
        "criteria": [
          {
            "criterion": "UK operations",
            "assessment": "supported",
            "basis": "Fictional company website describes UK operations."
          },
          {
            "criterion": "Industrial automation",
            "assessment": "supported",
            "basis": "Fictional company website describes industrial automation."
          },
          {
            "criterion": "Beneficial ownership established",
            "assessment": "unknown",
            "basis": "The fictional filing identifies a parent but does not establish ultimate beneficial ownership."
          }
        ]
      },
      "evidence": [
        {
          "field": "result.company.country",
          "source_url": "https://example.com/company",
          "source_type": "official_website",
          "published_at": null,
          "captured_at": null,
          "observed_at": null,
          "verified_at": null,
          "basis": "Fictional website describes UK operations."
        },
        {
          "field": "result.company.sector",
          "source_url": "https://example.com/company",
          "source_type": "official_website",
          "published_at": null,
          "captured_at": null,
          "observed_at": null,
          "verified_at": null,
          "basis": "Fictional website describes industrial automation."
        },
        {
          "field": "result.company.people",
          "source_url": "https://example.com/company",
          "source_type": "official_website",
          "published_at": null,
          "captured_at": null,
          "observed_at": null,
          "verified_at": null,
          "basis": "Fictional website lists Jamie Chen as Chief Executive."
        },
        {
          "field": "result.company.ownership_context",
          "source_url": "https://example.com/filing",
          "source_type": "filing",
          "published_at": "2026-09-12T00:00:00Z",
          "captured_at": null,
          "observed_at": null,
          "verified_at": null,
          "basis": "Fictional filing names the parent organization; it does not identify an ultimate beneficial owner."
        },
        {
          "field": "result.company.transactions",
          "source_url": "https://example.com/filing",
          "source_type": "filing",
          "published_at": "2026-09-12T00:00:00Z",
          "captured_at": null,
          "observed_at": null,
          "verified_at": null,
          "basis": "Fictional filing describes the acquisition of Example Controls Ltd on 12 September 2026; value is undisclosed."
        }
      ],
      "unknowns": [
        "Ultimate beneficial ownership",
        "Current willingness to transact"
      ],
      "limitations": [
        "Fictional example: all names, sources, dates and findings are illustrative, not a customer result.",
        "The format is descriptive; an automated JSON delivery service is not live."
      ],
      "rights": {
        "scope": "A task purchases the agreed bounded result, not database access, unrestricted API queries, contacts export or graph redistribution. Sources and unknowns accompany results. Purchaser authorization, scope acceptance, agreement and payment are required before manual fulfillment; no automated external task service is offered.",
        "raw_graph_access": false,
        "bulk_export": false,
        "graph_redistribution": false
      }
    }
    ```
  </Tab>

  <Tab title="Evidence">
    Each field path identifies the particular value supported by the source note.

    | Field path                        | Illustrated value                                                                                                          | Source type       | Basis                                                                                                          |
    | --------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | ----------------- | -------------------------------------------------------------------------------------------------------------- |
    | result.company.country            | "United Kingdom"                                                                                                           | official\_website | Fictional website describes UK operations.                                                                     |
    | result.company.sector             | "Industrial automation"                                                                                                    | official\_website | Fictional website describes industrial automation.                                                             |
    | result.company.people             | \[\{"name":"Jamie Chen","role":"Chief Executive","date":null,"amount":null,"currency":null}]                               | official\_website | Fictional website lists Jamie Chen as Chief Executive.                                                         |
    | result.company.ownership\_context | \[\{"name":"Example Industrial Holdings","role":"Recorded parent organization","date":null,"amount":null,"currency":null}] | filing            | Fictional filing names the parent organization; it does not identify an ultimate beneficial owner.             |
    | result.company.transactions       | \[\{"name":"Example Controls Ltd","role":"Acquisition target","date":"2026-09-12","amount":null,"currency":null}]          | filing            | Fictional filing describes the acquisition of Example Controls Ltd on 12 September 2026; value is undisclosed. |

    ```json theme={null}
    [
      {
        "field": "result.company.country",
        "source_url": "https://example.com/company",
        "source_type": "official_website",
        "published_at": null,
        "captured_at": null,
        "observed_at": null,
        "verified_at": null,
        "basis": "Fictional website describes UK operations."
      },
      {
        "field": "result.company.sector",
        "source_url": "https://example.com/company",
        "source_type": "official_website",
        "published_at": null,
        "captured_at": null,
        "observed_at": null,
        "verified_at": null,
        "basis": "Fictional website describes industrial automation."
      },
      {
        "field": "result.company.people",
        "source_url": "https://example.com/company",
        "source_type": "official_website",
        "published_at": null,
        "captured_at": null,
        "observed_at": null,
        "verified_at": null,
        "basis": "Fictional website lists Jamie Chen as Chief Executive."
      },
      {
        "field": "result.company.ownership_context",
        "source_url": "https://example.com/filing",
        "source_type": "filing",
        "published_at": "2026-09-12T00:00:00Z",
        "captured_at": null,
        "observed_at": null,
        "verified_at": null,
        "basis": "Fictional filing names the parent organization; it does not identify an ultimate beneficial owner."
      },
      {
        "field": "result.company.transactions",
        "source_url": "https://example.com/filing",
        "source_type": "filing",
        "published_at": "2026-09-12T00:00:00Z",
        "captured_at": null,
        "observed_at": null,
        "verified_at": null,
        "basis": "Fictional filing describes the acquisition of Example Controls Ltd on 12 September 2026; value is undisclosed."
      }
    ]
    ```
  </Tab>
</Tabs>

## Availability

LIMITED · manual / reviewed request. Automated invocation: not currently callable (automatedInvocation=false).

Fit assessment is a documentation template for Fit assessment. It is not a new commercial product or invocation transport. The commercial product is Altss Agents.

Use when you have an identified organization and explicit criteria. No fit score or predicted interest is inferred.

## Required input

* One identified organization
* Supplied objective or criteria
* Intended use

## Helpful optional input

* Priority of each criterion
* Relevant source URLs
* Date or geographic scope

## Criteria

* Supply the criteria and their priority; distinguish supported, contradicted and unresolved conclusions.

## Entity and scope

Accepted entity types: company, organization, family-office, institutional-investor.

Maximum published scope: One organization against supplied criteria.

Existing task input: One organization and your supplied objective or criteria.

## Possible result sections

An evidence-backed fit assessment, unknowns and citations

* Entity identity
* Assessment against supplied criteria
* Supporting facts and evidence
* Unresolved criteria
* Limitations and rights

## Evidence and unknowns

Available fields depend on source coverage and the agreed purpose. Supporting sources are attached to permitted facts; missing publication, capture, observation or verification dates remain unknown. A source statement is not automatically a verified fact.

A criterion can remain unresolved when source evidence is absent, outdated or contradictory. An assessment is not an investment recommendation or a prediction of interest.

Private contact information or customer context is not included by default. Access to a source or a subscription is not blanket permission to redistribute it.

## Rights and review

A task purchases the agreed bounded result, not database access, unrestricted API queries, contacts export or graph redistribution. Sources and unknowns accompany results. Purchaser authorization, scope acceptance, agreement and payment are required before manual fulfillment; no automated external task service is offered.

Scope and price are agreed before agreement, payment and accepted work.

The buyer must authorize the intended purpose and accepted scope. Human review is required before relying on an assessment or using a draft. No message is sent on the buyer’s behalf.

## Request this task today

* [Prepare a reviewed task request](https://altss.com/subscribe?product=agents-scoped-task\&source=/agents\&task=fit-assessment)
* [Discuss scope](https://altss.com/book-demo?product=agents-scoped-task\&source=/agents\&task=fit-assessment)
* [Result format and fictional example](/results)
* [Evidence and date meanings](/evidence-and-dates)

<span id="documentation" />
