Skip to main content
Glama

Server Details

MCP tools over one Atisbo workspace: Signals, Opportunities, Backlog, Decisions, Living Documents.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

8 tools
atisbo_analyzeA
Read-only
Inspect

Broad analytical query over claims, solutions, or activity: time filters, grouping, metrics, ready-to-render chart artifact. Use FIRST for analytical questions spanning entities or time windows; for single-entity drill-downs atisbo_lookup mode=claim or atisbo_lookup mode=node is enough.

ParametersJSON Schema
NameRequiredDescriptionDefault
modeNoAlias for subject.
limitNoMax grouped rows (1–50, default 20); over-asks clamp.
cursorNoFrom stream.next_cursor — pages grouped rows beyond `limit`.
domainNoFree-text product area, resolved to map nodes.
filtersNoFilters: AND across fields, OR within a field.
metricsNoAggregate metrics per group (1-4).
subjectNoDataset: claims (opportunities), solutions, or activity (decisions + events).
analysisNosummary (prose), table, or chart kind (bar/line/scatter); trend aliases line.
group_byNoRow grouping dimensions (1-2).
time_rangeNoPreset (7d/30d/90d) or explicit from/to ISO dates. Defaults to 30d.

Output Schema

ParametersJSON Schema
NameRequiredDescription
dataYes
metaYes

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds useful behavioral context: it is a 'broad analytical query' that returns a 'ready-to-render chart artifact,' implying aggregation and visual output. It does not discuss pagination or clamping, but those are disclosed in parameter descriptions, and the annotation bar is lower.

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?

Two sentences carry the full purpose, features, and sibling routing. The core purpose is front-loaded, and the alternative is given without unnecessary elaboration. Zero filler.

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

Completeness4/5

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

Despite 10 parameters and nested objects, the full schema plus output schema covers the necessary details; the description supplies the high-level mental model and routing. It could have given a concrete example query or noted the read-only nature, but annotations and rich schema make the environment complete enough 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 description coverage is 100%, and each parameter already has rich documentation (aliases, clamps, pagination source, provenance warnings, enum semantics). The main description adds no parameter-level detail, so the baseline of 3 is appropriate.

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 states a specific verb ('query') over concrete resources ('claims, solutions, or activity') and lists key capabilities (time filters, grouping, metrics, chart artifact). It explicitly distinguishes itself from atisbo_lookup by naming it and the drill-down use case, so an agent can separate them without inspecting schemas.

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?

The description gives an explicit when-to-use ('analytical questions spanning entities or time windows') and names the alternative (atisbo_lookup mode=claim/node) for single-entity drill-downs. This is direct routing guidance, not just an implied context.

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

atisbo_captureC
Destructive
Inspect

Capture Signals or knowledge; update, patch or add evidence to artefacts.

ParametersJSON Schema
NameRequiredDescriptionDefault
modeYesCapture mode. Mode-specific notes return in meta.guidance after the call.
noteNoWhy it matters or ingestion context.
textNoSignal text.
itemsNosignal_batch, max 100.
titleNoKnowledge or evidence title.
sourceNoSignal source. Defaults to manual.
contentNoKnowledge or artefact content.
evidenceNoEvidence fields; document_id is top-level.
modalityNoQ=Quote, O=Observation, M=Metric. Pipeline infers if omitted.
scope_idNoTarget scope UUID.
file_nameNo
mime_typeNo
patch_opsNo
agent_nameNoSigns the change.
scope_typeNoScope kind; company is treated as active workspace.
attachmentsNo1-5 files; 3 MB combined.
document_idNoLiving document UUID for artefact modes.
capture_modeNoKnowledge routing; default signals_only.
captured_fromNo
change_summaryNoArtefact change summary.
classificationNoSignal classification hint.
dirty_event_idNoDirty event resolved on success
knowledge_kindNo
coverage_updatesNoSnippet/idea/claim coverage updates.
expected_content_hashNocontent_hash from doc_patch_context
corrects_prior_evidenceNosignal: CORRECTS prior evidence, not repeats it.

TDQS

C2.8/5.0
Behavior2/5

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

The annotations already indicate a destructive write operation (readOnlyHint=false, destructiveHint=true), and the description's 'update, patch or add' is consistent with that. However, the description adds no behavioral detail beyond the annotations—no mention of artefact mutation effects, idempotency keys, dirty_event_id side effects, or mode-specific consequences, which is significant for a destructive tool.

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 a single compact sentence with no filler, and the primary action is front-loaded. However, it is so terse that it fails to convey mode routing, so conciseness comes at the cost of practical guidance.

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

Completeness1/5

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

This is a high-complexity tool with 26 parameters, six modes, nested objects, and no output schema, yet the description provides only a one-sentence overview. It gives no indication of which parameters apply to which mode, no mode-specific contracts, and no behavioral caveats, leaving the agent severely under-informed for correct invocation.

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 81%, so the schema already documents most parameters in detail, including mode, evidence, and patch_ops. The description itself only restates broad resource categories and provides no extra parameter-level meaning, so it neither helps nor hurts beyond the high-coverage schema.

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 states a clear verb ('Capture') and resource ('Signals or knowledge') and also names additional artefact operations ('update, patch or add evidence to artefacts'). It broadly distinguishes this tool from analysis or support siblings, but it does not explain the mode-driven dispatch, so the scope remains somewhat broad.

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?

There is no guidance on when to use this tool versus siblings or how to choose between the six modes in the schema. The description does not mention alternatives, prerequisites, or mode selection criteria, leaving the agent to infer usage entirely from the parameter schema.

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

atisbo_connectA
Destructive
Inspect

Compact facade for WHERE Atisbo gets its signals — it CONNECTS sources, not just describes them. Modes: list (connections + live status), catalog (ingestible sources; query filters), create (returns the endpoint), configure, pause, resume, sync_now (pull sources only). Call list before any mutation. THE CATALOG IS NOT THE BOUNDARY: almost anything connects — push app (composio_catalog), daily-pull app (composio_actions, ~1,000 apps), raw webhook/email. Never answer "Atisbo cannot ingest that" from an empty search; call catalog and read fallback. Atisbo only READS a connected system, never writes. create returns an endpoint + signing secret shown EXACTLY ONCE — relay both to the human immediately.

ParametersJSON Schema
NameRequiredDescriptionDefault
kindNomode=create: "email" provisions the ingest address; default webhook.
modeNolist/catalog need no ids; others need connection_id or create fields.
labelNocreate/configure: human name for the source, e.g. "Freshdesk".
queryNomode=catalog only: filter by name, category or description.
configNomode=create with provider: catalog required_fields. Stored encrypted, never readable again.
toolkitNocomposio_actions / composio_create: Composio app slug (e.g. "freshdesk", "jira").
providerNomode=create: NATIVE provider from catalog native_providers. Pair with config.
pull_toolNocomposio_create, DAILY apps: read-only action from composio_actions.
recipe_idNomode=create: catalog recipe id — applies its curated mapping.
json_pathsNocreate/configure: dotted paths into the POSTed payload's JSON body.
rate_limitNocreate/configure: max requests per minute accepted. Default 100.
sync_everyNoPULL sources only: cadence. Default daily.
trigger_slugNocomposio_create, INSTANT apps: trigger from composio_catalog.
connection_idNoConnection id from mode=list; required for configure/pause/resume/sync_now.
pull_argumentsNocomposio_create with pull_tool: arguments the action needs.
collection_pathNocomposio_create with pull_tool: dotted path to the record array, when not inferable.
source_categoryNomode=create with your own mapping: what kind of signal the payload carries.
skip_attributionNomode=create: true for anonymous public-forum sources with no attributable customer.

TDQS

A4.9/5.0
Behavior5/5

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

With annotations indicating destructiveHint=true, the description goes beyond by disclosing critical behavioral traits: Atisbo only READS a connected system, never writes; create returns an endpoint + signing secret shown EXACTLY ONCE and must be relayed immediately; config is stored encrypted and never readable again. These are exactly the kind of non-obvious behaviors an agent needs to know.

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 dense and front-loaded with the primary purpose (CONNECTS), and each sentence earns its place: modes summary, list-first rule, boundary expansion, read-only rule, and one-time secret warning. It loses one point because the heavy use of ALL-CAPS and the density of information could be slightly overwhelming, but nothing is redundant.

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 an 18-parameter tool with no output schema and nested objects, the description supplies the missing contexts: when to call list, catalog fallback behavior, read-only guarantee, one-time secret handling, pull-vs-instant distinction, and mode-to-parameter mapping. There is no output schema, so the return-value guidance ('catalog (ingestible sources; query filters)', 'create returns the endpoint') is appropriately brief but sufficient.

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

Parameters5/5

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

Although schema coverage is 100%, the description adds crucial cross-parameter semantics: which parameters apply to which modes, that kwargs must pair with native_providers, that json_paths.raw_text is REQUIRED, and that sync_every applies only to PULL sources. It also explains consequences of parameter choices (e.g., email provisions an ingest address). This goes beyond the schema.

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 names a specific verb (CONNECTS) and resource (Atisbo sources/signals), and immediately distinguishes itself from merely describing them. It enumerates concrete modes list, catalog, create, configure, pause, resume, sync_now, composio variants, making the tool's scope unmistakable and differentiating it from siblings like atisbo_analyze or atisbo_capture.

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?

The description gives explicit when-to-use instructions: 'Call list before any mutation', and warns against answering from an empty search, directing the agent to call catalog and read fallback. It also explains the CAPABILITIES boundary ('almost anything connects') and provides alternatives by mode. This is strong routing guidance.

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

atisbo_decideA
Destructive
Inspect

PM decision facade. CURATE: evidence review/grouping, deal-breakers. EXECUTE: create, update, dispatch or delete Solutions, record Outcomes. DOCUMENT/GOVERN: living docs, coverage, schedules, knowledge, strategy. log_decision is only for external decisions; mutations log themselves. Writes require UUIDs. mode=declare_pm_exception marks a CLAIM as needing a human decision (SEN-180).

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoEntity UUID — delete_knowledge: doc id from atisbo_lookup knowledge.
modeYesResolve names to UUIDs before mutating; mode-specific notes return in meta.guidance.
noteNoRationale or audit note.
specNoStructured spec for apply_solution_spec.
briefNodispatch_solution: context/brief handed to the agent.
forceNoTrue confirms a reassignment that would soft-delete the emptied source claim; without it the call fails CONFIRMATION_REQUIRED.
titleNoTitle; the new title when renaming.
effortNoSize estimate in person-weeks (0.5-52). Sizing only — it does not affect Backlog order.
matrixNovalidate_delivery: one entry per success criterion (see implementation_context). ≤20 entries.
pr_urlNoGitHub PR URL.
statusNoset_claim/snippet_status: target classification.
claimIdNoAlias for claim_id.
commentNoupdate_solution: report posted to the thread as the agent, visible to teammates.
missionNoupdate_strategy: informational note only — not scored or used in prompts.
node_idNoOptional map node to attach a new solution to.
outcomeNorecord_outcome: impact of this launch. Does not reopen the Solution.
roadmapNoupdate_strategy: informational note only — not scored or used in prompts.
verdictNomode=triage: BOTH values close the claim — see guidance.
claim_idNoClaim UUID — resolve names with atisbo_lookup mode=resolve first
decisionNoDecision value/verdict for log_decision.
strategyNoupdate_strategy: the only functional field — drives alignment scoring/prompts.
unassignNoupdate_solution: clear the item's owner.
claim_idsNo
kpi_afterNo
lifecycleNoSolution stage: IDEA, DESIGNING, IN_DEVELOPMENT, or LAUNCHED.
target_idNoGeneric target UUID for decision logging.
agent_nameNoSigns comments, assignments and logged decisions; without it they credit the key owner. Default "Agent".
kpi_beforeNo
risk_notesNocheck_coverage: acknowledge unresolved contradictions by id. 50 notes ×1000 chars.
snippet_idNoSnippet UUID for reassignment or claim creation.
solutionIdNoAlias for solution_id
updated_atNoOptimistic lock from your last read; concurrent edits fail with STALE_DATA.
descriptionNoSolution description. ≤2000 chars.
document_idNoupdate_artefact_schedule: living doc UUID.
instructionNocreate_living_doc/create_solution_doc: preferred structure.
observed_atNorecord_outcome: when the evidence was observed.
review_kindNomark_reviewed: which review kind to checkpoint.
rice_effortNoAlias for effort (legacy column name).
snooze_daysNoPause on Board for N days.
solution_idNoSolution UUID — resolve names with atisbo_lookup mode=resolve first
target_typeNoTarget entity type for log_decision.
alternativesNo
out_of_scopeNocheck_coverage: ids intentionally NOT addressed. 100 ids ×128 chars.
product_nameNo
snooze_clearNoWake a snoozed solution now.
clear_discardNoupdate_solution: lift the discard mark; lifecycle unchanged.
covered_ideasNocheck_coverage: idea ids from the coverage map. 100 ids ×128 chars.
decision_typeNoCanonical decision type for log_decision.
evidence_refsNorecord_outcome: durable post-launch evidence references. Required downstream.
main_featuresNo
outcome_notesNorecord_outcome: alias for `note`.
assign_node_idNoupdate_solution: assign to a taxonomy node; surfaces under claims anchored there.
covered_claimsNocheck_coverage: claim ids this work implements. 50 ids ×128 chars.
design_contextNoDesign reasoning seeding the living document.
discard_reasonNoupdate_solution: marks this CANCELED solution a discarded divergence loser (ADR-224). Requires lifecycle CANCELED here or earlier.
force_reassignNodispatch_solution: take over a Solution another agent holds in progress; recorded on the audit trail. Omitting it refuses a contested dispatch naming the holder.
metric_currentNorecord_outcome with an automated verification method: fresh reading of the bound metric, as a number.
priority_boostNoupdate_solution: PM multiplier (0.5-5.0, default 1.0); the lever that moves Backlog order.
assign_to_agentNoupdate_solution: take ownership as this agent; overrides an existing assignee.
effort_estimateNoInitial effort estimate in person-weeks.
is_deal_breakerNoflag_deal_breaker: true = flag claim, false = unflag.
target_claim_idNoDestination claim for snippet reassignment.
attach_claim_idsNoupdate_solution: attach more claims covered.
detach_claim_idsNoupdate_solution: remove non-primary claim attachments
refresh_scheduleNoupdate_artefact_schedule: cadence
criteria_left_outNoupdate_solution: criteria this launch leaves OUT (ADR-234). Only with lifecycle=LAUNCHED.
expected_behaviorNocheck_coverage: observable behavior delivered. 50 strings ×500 chars.
chosen_solution_idNoupdate_solution: the sibling that won, when discard_reason names it.
clear_pm_exceptionNoupdate_solution / declare_pm_exception: lift the PM exception.
outcome_confidenceNorecord_outcome: confidence in the classification.
pm_exception_reasonNoupdate_solution / declare_pm_exception: needs a PERSON decision (ADR-222, SEN-180 for claims); not ops — see operational_block_reason.
verification_methodNorecord_outcome: how the external agent verified the observed result. Required downstream.
contradictions_foundNorecord_outcome with an automated verification method: attest you swept the covered claims for contradictory evidence.
outcome_classificationNorecord_outcome: alias for `outcome`.
clear_operational_blockNoupdate_solution: lift it.
criteria_left_out_reasonNoupdate_solution: why each is out. Required with criteria_left_out.
operational_block_reasonNoupdate_solution: OPERATIONAL blocker; pair with operational_block_category. Not a decision.
operational_block_categoryNo

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already carry destructiveHint=true and readOnlyHint=false, lowering the bar. The description adds useful behavioral context beyond annotations: mutations are self-logged, writes need UUIDs, and declare_pm_exception signals a human-decision requirement. It does not disclose confirmation flows, return behavior, or which specific modes are destructive, but the annotation covers the destructive profile adequately.

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 compact and scannable, using CURATE/EXECUTE/DOCUMENT/GOVERN to compress a large surface area into a few sentences. It front-loads the tool's identity and every sentence carries some operational guidance. Minor jargon like 'facade' and the all-caps category labels are slightly cryptic, but the density is appropriate for the tool's breadth.

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 78 parameters, 28 modes, no output schema, and destructive behavior, the description is a minimum-viable orientation rather than a complete invocation guide. It supplies the critical guards (external-only log_decision, UUIDs) and broad mode families, but relies heavily on the schema for mode-specific semantics and does not mention return shapes or confirmation requirements.

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 91%, so the schema already documents most parameters and baseline is 3. The description itself adds little parameter-level meaning beyond the UUID requirement and a hint about declare_pm_exception. Mode-specific parameter relationships are left to the schema's per-parameter descriptions, which is acceptable given the high coverage.

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 identifies a 'PM decision facade' and enumerates concrete action families with verbs and resources: curate evidence/deal-breakers, execute create/update/dispatch/delete Solutions, record Outcomes, and govern living docs/coverage/schedules/knowledge/strategy. It does not name one single operation, but for a 28-mode tool the mode enum supplies the granularity. The write-focused framing also helps separate it from read/analysis sibling tools.

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?

It explicitly delimits log_decision to external decisions ('mutations log themselves') and states a hard prerequisite for writes ('require UUIDs'). It also clarifies one mode's special meaning (declare_pm_exception on claims). It does not provide routing guidance for all 28 modes or name sibling alternatives explicitly, so it stops short of a 5.

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

atisbo_lookupA
Read-only
Inspect

Find or open Atisbo entities. Opening snippet:// returns its text and signed attachment URLs. Other modes expose queues, outcomes and implementation context.

ParametersJSON Schema
NameRequiredDescriptionDefault
refNoopen: a handle ref like claim:UUID, snippet://UUID or document://UUID.
modeYesNamed by its enum value; mode-specific notes return in meta.guidance after the call.
refsNoopen: several handle refs in one call (max 10).
depthNosummary (alias: brief) = compact fields; work = full context (default).
limitNoMax results; each delegated mode clamps to its own ceiling.
queryNoSearch text for resolve/context modes.
scopeNoScope for context mode or living_doc list mode.
stateNoWork-state filter; todo=DESIGNING.
typesNoEntity kinds for resolve mode.
cursorNoPagination cursor from a previous response.
map_idNoMap UUID.
statusNoStatus filter — see guidance for what "archived" covers.
node_idNoNode UUID.
sort_byNoSolution list order; priority = evidence-weighted priority × PM boost.
anchoredNoClaim list anchoring filter.
claim_idNoClaim UUID — resolve names with atisbo_lookup mode=resolve first
scope_idNoScope UUID when scope is not company.
lifecycleNoSolution lifecycle filters.
target_idNoGeneric UUID for claim/solution/node/map/doc reads.
claim_stateNowork_queue: the three Claim states shown in the UI.
debug_scoreNoFor claim mode, include PowerScore factor breakdown.
document_idNoLiving document UUID.
review_kindNoorphans/claims/solutions: entities not yet checkpointed (atisbo_decide mode=mark_reviewed).
solution_idNoSolution UUID — resolve names with atisbo_lookup mode=resolve first
action_cursorNowork_queue: action_queue cursor. Restart from page one after each mutation.
include_staleNoInclude stale claims in claims mode.
dirty_event_idNodoc_patch_context: loads this dirty event's snippets so the patch can resolve it.
exception_cursorNowork_queue: pages pm_exceptions, from pm_exceptions_next_cursor.
operational_block_cursorNowork_queue: pages operational_blocks, from operational_blocks_next_cursor.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds real behavioral context beyond that: opening a snippet returns raw text plus signed attachment URLs, and other modes expose queues/outcomes/implementation context. It does not detail pagination or per-mode side-effect warnings, but for a read-only tool the important behaviors are stated.

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?

Two sentences, no filler. The most decision-relevant behavior (snippet:// returns text and signed URLs) is front-loaded, and the second sentence orients the agent to the mode families without enumerating all 24 modes.

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

Completeness4/5

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

For a very complex tool (29 parameters, 24 modes, no output schema), the description is thin but the schema carries essentially all parameter semantics and the annotations carry the safety profile. The description adds the missing top-level map of what the modes do. A fully complete description would name a few high-usage modes and mention pagination, so this is not a 5.

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 100%, so the schema fully documents all 29 parameters, including enums and references. The description adds only a light interpretive gloss ('Other modes expose queues, outcomes and implementation context') and the snippet:// behavior. That is useful but does not materially clarify individual parameters; baseline 3 is appropriate.

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 names a specific verb ('Find or open'), a concrete resource ('Atisbo entities'), and immediately gives a distinguishing behavior ('opening snippet:// returns its text and signed attachment URLs') plus a high-level inventory of alternative modes. This differentiates it from the sibling tools and from the other modes within the oversized enum.

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?

It states when to use the tool (finding/opening entities) and broadly separates read-style lookups from other modes ('Other modes expose queues, outcomes and implementation context'). It does not explicitly name sibling alternatives and exclude them, but the sibling names (atisbo_capture, atisbo_decide, etc.) make the predicate evident. The lack of an explicit 'use X for mutations' statement keeps it from a 5.

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

atisbo_mapA
Destructive
Inspect

Compact facade for map work: create/apply maps, generate/edit nodes and edges, anchor claims/snippets, bind metrics, manage claim-snipe maps, regroup claims (merge/split — mode=regroup). Prefer mode=apply for full MECE categorization. TWO WAYS TO PUT A CLAIM ON A NODE, not interchangeable: mode=anchor sets the TAXONOMY category (claims.auto_node_id — one per claim, what the Board groups by), refusing non-taxonomy maps; mode=link_claims adds membership in a STRUCTURAL map (KPI tree, opportunity tree) while the claim keeps its category, refusing taxonomy maps.

ParametersJSON Schema
NameRequiredDescriptionDefault
modeNoMode-specific notes return in meta.guidance after the call.
nameNoMap, node, or metric name depending on mode.
noteNolink_claims: why these claims sit under this driver; stored on every link.
labelNo
levelNoNode hierarchy depth.
map_idNoMap UUID.
anchorsNoBatch claim anchors.
edge_idNoEdge UUID for delete_edge mode.
node_idNoNode UUID.
previewNoregroup: read-only preview of the merge/split. ALWAYS preview before executing.
branchesNoBranches for apply mode.
claim_idNoClaim UUID — resolve names with atisbo_lookup mode=resolve first
map_typeNo
providerNoMetric provider, e.g. posthog, amplitude, stripe, manual.
templateNo
bindingIdNoAlias for binding_id.
claim_idsNolink_claims: claims to place under node_id.
directionNoregroup: broader merges similar claims, specific splits claims apart.
edge_typeNo
new_levelNoNew depth after a move.
parent_idNoParent node UUID.
updatedAtNoAlias for updated_at.
binding_idNometric_update: binding to update — from atisbo_lookup mode=node (metrics[].id).
event_nameNo
snippet_idNo
updated_atNometric_update: binding updated_at from your last read; concurrent edits fail STALE_DATA rather than overwrite.
assignmentsNo
descriptionNoMap/node/branch description. ≤2000 chars.
metric_nameNo
metric_typeNo
currentValueNoAlias for current_value.
target_valueNo
current_valueNometric_update: today's value; appended as a same-day point when no historical_data (re-entry replaces it, not stacked).
grouping_modeNo
new_parent_idNoMove target parent; null promotes to root.
regroup_levelNoFor mode=regroup, direction=broader: how aggressively to merge.
source_map_idNo
branch_optionsNo
historicalDataNoAlias for historical_data.
source_node_idNo
target_node_idNo
context_answersNoGrounding answers for AI map generation.
historical_dataNometric_update: full series REPLACEMENT. Omit to append current_value as a same-day point instead.
time_range_daysNo
target_thresholdNoFor mode=regroup, direction=specific: split similarity threshold (0.50–0.98).

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already supply readOnlyHint=false and destructiveHint=true. The description adds meaningful behavioral detail beyond that: mode=anchor sets the taxonomy category with one category per claim, refusing non-taxonomy maps, while mode=link_claims adds structural membership without changing the claim's category and refuses taxonomy maps. This helps the agent predict refusals and side effects without contradicting the annotations.

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 dense but every sentence earns its place: a one-line capability summary, a recommendation for 'apply', then the critical anchor-vs-link distinction. It is appropriately sized for a 17-mode facade, though it could be slightly more scannable with bullet separation.

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?

For a tool with 45 parameters, 17 modes, and no output schema, the description gives solid orientation but leaves several modes under-explained (e.g., claim-snipe sync, edge creation, metric updates). The schema and the in-schema note about 'meta.guidance' help fill gaps, but an agent would still need to discover mode-specific behaviors through experimentation.

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?

With 64% schema coverage, the schema carries much of the parameter documentation, but the description adds high-value semantics for the central 'mode' parameter and related claim-placement fields. It clarifies what 'anchor' vs 'link_claims' actually do to a claim's category and explains the purpose of 'regroup'. The remaining parameters are reasonably documented in the schema, so the description compensates where it matters most.

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 opens with a clear scope ('Compact facade for map work') and enumerates concrete actions: create/apply maps, edit nodes and edges, anchor claims, bind metrics, manage claim-snipe maps, and regroup claims. It is broad because the tool is a multi-mode facade, but it still names specific resources and verbs, and the domain is clearly distinct from the sibling atisbo_ tools.

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 gives explicit routing guidance: 'Prefer mode=apply for full MECE categorization' and contrasts the two claim-placement modes, stating they are 'not interchangeable' and specifying which map types each mode accepts or refuses. It does not discuss when to prefer this tool over sibling tools, but within the tool's many modes it provides actionable direction.

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

atisbo_orientA
Read-only
Inspect

Workspace orientation. Modes: snapshot (overview), whats_new (delta), strategy, integrations. Continue the user's existing workflow; never create a parallel backlog. Living docs cite snippet:// refs: open cited Signals with atisbo_lookup mode=open, use claim depth=work for the full corpus, and atisbo_analyze for aggregates. Edit via atisbo_lookup mode=doc_patch_context then atisbo_capture mode=patch_artefact.

ParametersJSON Schema
NameRequiredDescriptionDefault
modeNosnapshot (alias: workspace) uses task; whats_new uses since_checkpoint; strategy/integrations need no IDs.
taskNotriage = untriaged inbox; planning = confirmed opportunities by priority; operations = signals & integrations; executive = KPIs & strategy.
depthNosummary (alias: brief) = compact fields; work = full context (default).
limitNoMax items. snapshot clamps to 20; whats_new to 50.
cursorNoPagination cursor from a previous response.
since_checkpointNoISO 8601 checkpoint for delta reads; invalid values are ignored.

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already mark the tool readOnly/non-destructive, so the bar is lower. The description adds behavioral context: it is an orientation/snapshot operation that should continue the existing workflow, never create a parallel backlog, and edits are routed through other tools (lookup then capture), implying orient itself is purely informational. No contradiction with annotations.

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?

Three sentences front-load the core modes before giving workflow routing, and each sentence carries information. It is dense and slightly jargon-heavy ('claim depth', 'parallel backlog'), but not bloated or redundant.

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

Completeness4/5

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

For a read-only, parameter-rich tool with full schema coverage, the description provides enough operational context, including mode-specific behaviors and how to continue with sibling tools. The absence of any mention of return format is a minor gap since no output schema exists, but the mode semantics and schema largely compensate.

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?

The schema covers 100% of parameters, including enum meanings and limit clamp behavior, so the baseline is 3. The description's mode list and 'depth=work for the full corpus' hint lightly supplement the schema but mostly restate it, so no higher score is earned.

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?

States a distinct action, 'Workspace orientation,' and enumerates four modes with parenthetical meanings (snapshot overview, whats_new delta, strategy, integrations), so an agent can identify the resource and primary intent. It does not sharply contrast against siblings like atisbo_map or atisbo_lookup, but the sibling-routing sentences imply orient is the top-level orientation entry point.

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

Usage Guidelines3/5

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

The description mentions continuing the user's existing workflow and never creating a parallel backlog, and it directs follow-on actions to atisbo_lookup, atisbo_analyze, and atisbo_capture. However, it does not explicitly state when orient should be preferred over siblings or list exclusions, so the guidance is more workflow context than crisp when-to-use/alternatives guidance.

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

atisbo_supportA
Read-only
Inspect

Diagnose Atisbo, including "I connected a source and nothing appeared", "I sent text and no opportunity formed", or "my data is missing". Checks integrations, ingestion, clustering, gates and key scope, then returns a playbook. share_report files only diagnostics plus your text—never feedback, customer names or document bodies. Use atisbo_lookup/atisbo_analyze for backlog.

ParametersJSON Schema
NameRequiredDescriptionDefault
areaNoNarrows which checks run. Omit when unsure — the full set costs the same round-trip.
problemYesWhat went wrong, in your words. Do NOT paste customer feedback, document bodies or credentials — this string IS filed if a report is created.
share_reportNoFile a verdict-only report when the problem is not caller-side; false = diagnose only.
observed_errorNoThe failing error string VERBATIM — diagnostics cannot see the failed call, so this is often the only evidence.

Output Schema

ParametersJSON Schema
NameRequiredDescription
dataYes
metaYes

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already mark the tool read-only and non-destructive; the description adds meaningful behavioral detail: it returns a playbook, runs checks across integrations/ingestion/clustering, and discloses that share_report files only diagnostics plus the user's text, never customer names or document bodies. No contradiction with annotations.

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 sentences with no waste: the first states purpose and examples, the second covers behavior and privacy, the third handles sibling routing. Information is front-loaded and every sentence adds value.

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 4-parameter diagnostic tool with a rich output schema and read-only annotations, the description covers scope, behavior, privacy, and alternatives. An agent has enough information to decide when to call it and what to expect.

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 100%, so the baseline applies. The main description adds little parameter-specific meaning beyond the schema, though it reinforces the privacy constraint on share_report. The schema already explains problem, area, share_report, and observed_error well.

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 opens with a specific verb and resource ('Diagnose Atisbo'), gives three concrete symptom examples, and lists the internal checks it performs. It explicitly routes backlog work to atisbo_lookup/atisbo_analyze, so an agent can distinguish this from sibling tools.

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?

It states what kinds of problems should be sent here ('I connected a source and nothing appeared', 'my data is missing') and explicitly identifies the alternative for backlog cases ('Use atisbo_lookup/atisbo_analyze for backlog'). This is clear when-to-use guidance with a named exclusion.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Changedatisbo_capture8 fields changed
      • addedInput schema / properties / attachments
        Added value: +{
        +  "description": "1-5 files; 3 MB combined.",
        +  "items": {
        +    "description": "PNG/JPG/WebP/PDF; no extraction.",
        +    "properties": {
        +      "data_base64": {
        +        "description": "Base64, ≤4200000 chars.",
        +        "maxLength": 4200000,
        +        "minLength": 4,
        +        "type": "string"
        +      },
        +      "file_name": {
        +        "description": "Name, ≤200 chars.",
        +        "maxLength": 200,
        +        "minLength": 1,
        +        "type": "string"
        +      },
        +      "mime_type": {
        +        "enum": [
        +          "image/png",
        +          "image/jpeg",
        +          "image/webp",
        +          "application/pdf"
        +        ],
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "data_base64",
        +      "file_name",
        +      "mime_type"
        +    ],
        +    "type": "object"
        +  },
        +  "maxItems": 5,
        +  "minItems": 1,
        +  "type": "array"
        +}
      • changedInput schema / properties / capture_mode / description
        Previous value: -"Routing; the signals_only default creates no reusable knowledge unless requested."New value: +"Knowledge routing; default signals_only."
      • changedInput schema / properties / change_summary / description
        Previous value: -"Public change description for update_artefact/patch_artefact (patch_artefact accepts note as fallback)."New value: +"Artefact change summary."
      • changedInput schema / properties / content / description
        Previous value: -"Document content — update_artefact fully replaces the doc."New value: +"Knowledge or artefact content."
      • changedInput schema / properties / evidence / description
        Previous value: -"add_artefact_evidence fields; document_id goes at top level. title aliases label, provider aliases kind."New value: +"Evidence fields; document_id is top-level."
      • changedInput schema / properties / items / description
        Previous value: -"signal_batch; max 100 items. Each needs text + client_request_id."New value: +"signal_batch, max 100."
      • changedInput schema / properties / scope_id / description
        Previous value: -"Required for node, claim, solution, and map scopes."New value: +"Target scope UUID."
      • changedInput schema / properties / text / description
        Previous value: -"Raw feedback/signal text (signal mode)."New value: +"Signal text."
  2. 8 tool updates
    • First observedatisbo_analyze
    • First observedatisbo_capture
    • First observedatisbo_connect
    • First observedatisbo_decide
    • First observedatisbo_lookup
    • First observedatisbo_map
    • First observedatisbo_orient
    • First observedatisbo_support

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    A
    quality
    B
    maintenance
    Local-first MCP tools for AI-assisted work receipts, workspace maps, routing ledgers, measured verdicts, and shared state verification across the five Project Telos flagships.
    23
    2
    -
  • A
    license
    B
    quality
    C
    maintenance
    Shared workspace your AI agents write to. CMMN case management with 184+ MCP tools: cases, tasks, event-driven CMMN workflows with sentries, persistent memory with semantic search, billing and invoicing. OAuth or token auth; cloud-hosted remote MCP endpoint.
    100
    47
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI agents and humans to collaboratively manage kanban boards and Markdown documentation via MCP tools, with stable item keys, revision-safe editing, and full audit trails.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool occupies a distinct functional domain: analysis, capture, connections, decisions, lookup, mapping, orientation, and support. Overlapping cases are explicitly disambiguated in descriptions, such as analyze-for-aggregates vs lookup-for-single-entities and the two non-interchangeable claim-to-node modes in map.

Naming Consistency5/5

All tools follow the same atisbo_<verb> pattern with lowercase snake_case and no mixed conventions. The prefix makes the server identity clear, and every tool name is a concise, predictable verb-like facade.

Tool Count5/5

Eight tools is a well-scoped count for a broad product surface: each tool is a compact facade grouping related modes rather than a scattered collection of one-off operations. There are no trivial or redundant tools.

Completeness5/5

The set covers the core workflow end to end: connect sources, capture signals, look up and analyze entities, map claims, make decisions, orient the workspace, and diagnose failures. Cross-references between tools fill in supporting steps like opening snippet refs and patching living docs, leaving no obvious dead ends.

Resources