Skip to main content
Glama

company_portfolio

Execute scoped portfolio console operations using explicit sealed inputs, enabling controlled and reproducible portfolio actions within the platform.

Instructions

Run the scoped portfolio console operation using explicit sealed inputs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nowNo
project_idYes
bundle_jsonYes
payload_jsonNo{}

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.1.1

TDQS

D1.8/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not state whether the operation is read-only or mutating, what side effects it may have, whether it requires authorization, or what happens when the 'sealed inputs' are invalid. The only behavioral signal is that an operation is run, which is not enough.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence, but its brevity comes from omitting nearly all useful semantics. Phrases like 'scoped portfolio console operation' and 'explicit sealed inputs' are vague rather than information-dense. This is under-specification rather than disciplined conciseness.

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?

Although an output schema exists, the operational context is missing: what a portfolio console operation is, what project_id and bundle_json select, and what the operation is supposed to accomplish. A 4-parameter tool with no annotations and zero schema descriptions needs substantially more context. The massive sibling tool namespace only makes the ambiguity worse.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain any parameter: project_id, bundle_json, payload_json, or now. 'Explicit sealed inputs' is generic and gives no guidance on how to construct the JSON bundles, what format they expect, or when defaults are acceptable. The parameter names carry some meaning, but the description adds no parameter-specific value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a verb ('Run') and names a resource ('scoped portfolio console operation'), but that resource is unexplained jargon. It does not say what the operation does, what 'portfolio console' means, or how it differs from the many company_* and management sibling tools. The sentence reads more like a restatement of the tool's name than a definition of its purpose.

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 about when to use this tool versus alternatives, no exclusions, and no context that would help an agent choose it. 'Using explicit sealed inputs' describes a mode of invocation, not a selection criterion. Among dozens of company_* and portfolio-adjacent tools, the agent must guess when this one applies.

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/RPasquale/lightbulb-mcp'

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