Skip to main content
Glama

get_latest_custom_component_installation_logs

Retrieve logs from the most recent custom component installation to check for errors or success details.

Instructions

Get the logs from the latest custom component installation.

:returns: The latest installation logs or error message.

The output is automatically stored and can be referenced in other functions. Returns a formatted preview with an object ID (e.g., @obj_123). Use the object store tools in combination with the object ID to view nested properties of the object. Use the returned object ID to pass this result to other functions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that the output is automatically stored ('The output is automatically stored and can be referenced in other functions') and returns a formatted preview with an object ID. However, it does not mention side effects, auth requirements, or any potential limitations (e.g., log size, truncation). The disclosed traits are useful but incomplete for full behavioral understanding.

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 multiple sentences but each adds value: first sentence states purpose, then explains return format and object ID usage, and finally automated storage. It is well-structured and front-loaded with the key action. It could be slightly tighter but is not verbose.

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?

Given no parameters, no output schema, and no annotations, the description adequately explains the return value ('latest installation logs or error message'), the formatted preview with object ID, and how to use the object store. It also mentions automatic storage for reference. This is sufficient for a simple fetch tool.

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?

The input schema has zero parameters, and schema coverage is 100% (trivially). The description confirms the tool takes no parameters, which adds no extra semantics but is consistent. For zero-parameter tools, a baseline of 4 is appropriate as the description does not need to compensate for schema gaps.

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 tool retrieves logs from the latest custom component installation ('Get the logs from the latest custom component installation'). The verb 'Get' and resource 'logs from latest installation' are specific. However, it does not explicitly distinguish from siblings like 'get_custom_components' or 'list_custom_component_installations', but the name and description sufficiently narrow the scope.

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 provides no guidance on when to use this tool versus alternatives (e.g., 'list_custom_component_installations' to find installations first). It does not mention prerequisites or when not to use it. The agent must infer usage from the name alone.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/deepset-ai/deepset-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server