Skip to main content
Glama

get_pulse_item

Read-only

Return one Pulse item in full: the measured evidence, the ids of the conversations and execution-log rows behind it, and the change Apply would build if the item carries one. Read-only. Call list_pulse_items first to get the itemId. Note resolutionPolicy: an automatic item closes itself when its condition clears and cannot be closed by hand.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemIdYesRequired. Pulse item id, as returned by list_pulse_items.
applicationIdNoApplication (workspace) id. Optional: an application-scoped key (app_...) defaults to its own application, but a personal key (usr_...) has no default and omitting it fails with MCP_APPLICATION_REQUIRED. Call list_applications to get the id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description reinforces that while adding meaningful context: the item includes underlying evidence and ids, and automatic resolutionPolicy items close themselves and cannot be closed by hand. 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 short sentences front-load the main purpose, then add the prerequisite and a domain caveat. Every sentence contributes distinct information, and there is no filler.

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 simple two-parameter read tool with no output schema, the description explains what the response contains, notes the list_pulse_items prerequisite, and flags the resolutionPolicy behavior that could affect downstream decisions. Nothing essential is missing.

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 itemId and applicationId, including the MCP_APPLICATION_REQUIRED failure mode. The description only restates the itemId source ('as returned by list_pulse_items') without adding parameter detail beyond the schema, so baseline 3 applies.

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?

Description opens with a specific verb-resource pair ('Return one Pulse item in full') and enumerates the content: measured evidence, conversation and execution-log ids, and the change Apply would build. This clearly distinguishes it from list_pulse_items and update_pulse_item.

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 states the prerequisite 'Call list_pulse_items first to get the itemId' and labels the operation as read-only. It does not name an alternative tool or state when not to use it, but the 'one item in full' framing and read-only marker provide clear usage context.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.