Skip to main content
Glama
Solitario119

IC-CAP MCP Server

by Solitario119

object_get_fullname

Find the complete path name of an IC-CAP object by specifying its path and optional object type to ensure unambiguous identification.

Instructions

Get the full path name of an IC-CAP object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
object_pathYes
object_typeNoSpecify the exact IC-CAP type when a path can name more than one object.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.2

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description bears the full burden of behavioral disclosure. It only states that the tool gets a full path name, without mentioning return format, error behavior, path conventions, or any other runtime characteristics.

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, focused sentence with no wasted words. It is front-loaded and readable, though it stays quite minimal.

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

Completeness2/5

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

The tool has no output schema and no annotations, so the description is the only source of behavioral and return-value context. It does not clarify the output format, how fullname differs from path, or how object_type influences resolution, leaving the agent to infer too much.

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

Parameters2/5

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

Schema coverage is only 50%: object_path has no description while object_type has an enum description. The tool description does not explain what object_path should contain or how the returned full path relates to the supplied path, so it fails to compensate for the required parameter's lack of schema documentation.

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 a specific verb ('Get') and resource ('full path name of an IC-CAP object'), making the core purpose understandable. However, it does not explicitly differentiate itself from the sibling object_get_path tool, which likely exposes a similar path-returning behavior.

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?

No guidance is provided about when to use this tool versus alternatives such as object_get_path or object_exist. The description gives no context for choosing this tool, and the sibling list contains several similar object-introspection tools.

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

Deploy Server

Other Tools